On Jul 13, 12:04 pm, pqs <[EMAIL PROTECTED]> wrote: > On 12 Jul, 14:40, Michael Wagner <[EMAIL PROTECTED]> wrote: > > > I had the same problem here on my Debian Sid, but with the german spell > > files. You must download the files by your own from the net and put it > > in ~/.vim/spell. Look at vim.org where the files are located, because I > > don't remember where I got them. > > At the end this is the easiest solution I found. I just copied the > ~/.vim/spell folder from another computer. > > Thanks for all your comments.
Just in case anyone else find this message with the exact same problem like me, I found here: https://bugs.launchpad.net/ubuntu/+source/vim/+bug/183935/+viewstatus that the problem is the spellfile.vim plugin needs a writeable spell directory to work. I did: $ mkdir -p ~/.vim/spell and all worked like a charm. Enjoy! --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
