Thursday, December 6, 2012

Re: E490: no fold found

On Thursday, December 6, 2012 3:42:45 AM UTC-6, bernh...@googlemail.com wrote:
>
> After adjusting my .vimrc according to the instructions it now looks like this:
>
> call pathogen#infect()
> syntax on
> filetype plugin indent on
>
> colo zenburn
> set encoding=utf8
> set fileformat=unix
> set fileformats=unix
> set fileencoding=utf8
> set nu
> set guioptions=
>

This is unrelated to your problem, but you should move that set encoding=utf8 line way up to the very top of your .vimrc file to prevent that any text stored in Vim gets reinterpreted in the wrong encoding without conversion. Also Vim accepts "utf8" as an alias, but really the encoding name it expects is "utf-8".

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

Post a Comment