On 05/02/09 16:19, Tony Mechelynck wrote:
> I had several scripts in UTF-8 with BOM in ~/.vim/**/*.vim. Until now
> they were sourced with no problem. Now (I believe as a result of patch
> 100) they give an error: "E492: Not an editor command:<feff>" followed
> by whatever was on the first line.
>
> Temporary solution:
>
> :args ~/.vim/**/*.vim
> :argdo setlocal nobomb
Sorry: It works because I have 'autowriteall' set, but otherwise it
should be
:argdo setl nobomb | w
>
> Best regards,
> Tony.
--
People who claim they don't let little things bother them have never
slept in a room with a single mosquito.
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---