Monday, December 5, 2011

Re: How to make _vimrc turn spell checker on for .txt files?

Thanks rgen and Zind. Lowercase "au" fixed it. It's good to use :h.

On Dec 5, 12:03 am, Jürgen Krämer <jottka...@googlemail.com> wrote:
> Hi,
>
> wolfv wrote:
> > Thanks Rich.  After adding the code to my vimrc file and opening Vim,
> > a pop-up message says:
>
> > E492: Not an editor command: Au BufRead,BufNewFile *.txt setlocal
> > spell on
>
> use a lowercase "au":
>
>   au BufRead,BufNewFile *.txt setlocal spell on
>
> Regards,
> J rgen
>
> --
> Sometimes I think the surest sign that intelligent life exists elsewhere
> in the universe is that none of it has tried to contact us.     (Calvin)

--
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: