Well I've tried just using :source to load some scripts, but I'm still  
confused.
The command GhciFile is definitely in the shim.vim script that I load  
by doing :source ~/.vim/plugins/shim.vim, but even after that I get  
"Not an editor command: GhciFile".

I feel like I must be missing something obvious, and I'd like to try  
using vim for something non-trivial, but getting scripts to work is a  
must if I am going to stick with it.

On Jan 30, 2009, at 9:37 AM, Tony Mechelynck wrote:

>
> On 30/01/09 15:52, Ian Duncan wrote:
>> MacVim is compiled with autocommand and is in visual mode, the  
>> problem
>> seems to be that I can't get vim to load any scripts. Whether this is
>> my fault or vim's I'm not sure. Don't I just move .vim files to my
>> ~/.vim  folder?
>
> It depends.
>
> A few scripts with well-defined names (such as filetype.vim) will be
> found in ~/.vim/ (or ~/.vim/after/). Other scripts will be found in  
> some
> of its _subfolders_, for instance:
>
> global plugins (loaded at the end of startup) in plugins/
> filetype-plugins (at the FileType autocommand event) in ftplugins/
> indent-plugins (also at the FileType event, but only if
> filetype-indenting is set) in indent/
> syntax plugins (at the Syntax autocommand) in syntax/
> filetype detection plugins (sourced by filetype.vim) in ftdetect/
> colorschemes (loaded by the :colorscheme command) in colors/
> keymaps (when setting the 'keymap' option) in keymap/
>
> etc.
>
>
> Best regards,
> Tony.
> -- 
> TIM: But follow only if you are men of valour.  For the entrance to  
> this
> cave
>      is guarded by a monster, a creature so foul and cruel that no man
> yet has
>      fought with it and lived.  Bones of full fifty men lie strewn
> about its
>      lair ...
>                  "Monty Python and the Holy Grail" PYTHON (MONTY)
> PICTURES LTD
>
> >


--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to