Hello, As a scheme and common lisp programmer, I have started using a very nice plugin recently, namely "slimv" (http://www.vim.org/scripts/script.php?script_id=2531). It currently has an issue which seems to be rooted in vim's defaut configurationĀ : whenever a scheme file is loaded, the slimv's lisp related ftplugins are all executed as well and wreak havoc. According to slimv's author,
> No, there is currently no option to choose what languages to activate > slimv for. And the problem with scheme is that even if you try to just > simply delete the scheme related files (e.g. > vimfiles/ftplugin/scheme/slimv-scheme.vim), slimv will be loaded > because of vim's built-in ftplugin/scheme.vim, which contains this > line: > runtime! ftplugin/lisp.vim ftplugin/lisp_*.vim ftplugin/lisp/*.vim > that explicitly loads all "lisp" related filetype plugins for scheme > files, therefore also vimfiles/ftplugin/lisp/slimv-lisp.vim. Even though this may have been convenient, I believe that this is a bug and should be fixed accordingly, by separating scheme and lisp in the distribution of vim. Cheers, P! -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
