Sunday, December 4, 2011

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

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: