Wednesday, February 16, 2011

Re: Eroor : E484 can't open colours.vim file

Ahmed Magdy wrote:
> hello guys, this is my first day in vim and i think it's great
>
> so iam using gvim and linux(ubuntu)
>
> and i get this error every type i tried to write some thing like next
>
> :so!colours.vim
> :so!filetype.vim
>
> every time i want to open a file it gives me this : Eroor : E484 can't
> open colours.vim file >>> or >>> Eroor : E484 can't open xxxx.vim file
>
> so any way to fix this up please ?
>
Hello:

:so! [filename]

executes the [filename] in normal mode, as if you had typed the
entries. I suspect that you want to use
:so colours.vim
:so filetype.vim

instead, which executes the contents (initially) in Ex mode.

Regards,
Chip Campbell

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