I read the source code of slimv\ftplugin\scheme\slimv-scheme.vim
if exists( 'g:scheme_builtin_swank' ) && g:scheme_builtin_swank
" MIT Scheme contains a built-in swank server since version 9.1.1
return 'scheme --eval "(let loop () (start-swank) (loop))"'
endif
There's no scheme.exe
in my system, only find one c:\Program Files\MIT-GNU Scheme\bin\mit-scheme.exe
When I tried to run C:\Program Files\MIT-GNU Scheme\bin>mit-scheme.exe --eval "(let loop () (start-
swank) (loop))"
, there's an error
---------------------------
MIT/GNU Scheme terminating
---------------------------
scheme: can't find a readable default for option --band.
searched for file all.com in these directories:
c:\local\mit-scheme
Reason for termination:
Inconsistency detected.
---------------------------
I have tried to load one .scm in Vim and type this command:
:echo SlimvSwankCommand()
And the autodetection was unsuccessful:(