Tuesday, September 27, 2011

Re: Vim spellcheck

On Tue, Sep 27, 2011 at 1:08 PM, Thomas <wienecke.t@googlemail.com> wrote:
> Hello vim-users,
>
> I've got a problem with the vim spellcheck.
> If I open a textfile and type
> :set spell spelllang=de_de
> everything works as expected.
> But if I close the file, open it again, vim doesn't know any word

When you "close the file", do you mean you are destroying the buffer,
or that you are closing the vim session?

> anymore. Everything is marked as wrong.

This suggests me that you are quitting Vim and that you are opening a
new Vim session, hence I think you need to set the spell language
again (or put it inside your .vimrc).


My 2 cents,
Matteo

>
> If I
> :set nospell
> close the file, open it and then
> :set spell
> it works again as expected.
>
> What's wrong with vim? Any ideas?
>
> Thanks in advance,
> Thomas
>
> --
> You received this message from the "vim_use" 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
>

--
http://www.matteolandi.net/

--
You received this message from the "vim_use" 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

No comments: