Hi Ian, On Jan 30, 6:56 pm, Ian Duncan wrote: > I managed to get shim.vim to work by using :so ~/.vim/plugins/ > shim.vim, but I'm just not able to get any scripts working by putting > them into my .vim/foo folders. Does vim not autoload them, or does > MacVim just not play nice by reading what's in the .vim folder?
I think the problem is that you've called the folder "plugins" with an "s" at the end -- it should be called "plugin" without the "s". I just tried myself, I put "shim.vim" in a folder called ".vim/plugin" and everything works (using MacVim snapshot 42) -- I've tested opening a Haskell file and pressing <C-c><C-l> without any problems. Björn --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
