shim.vim is in my ~/.vim/plugins and contains GhciRange and GhciFile.  
Here's my .vimrc:

autocmd FileType haskell nmap <C-c><C-l> :GhciRange<CR>
autocmd FileType haskell vmap <C-c><C-l> :GhciRange<CR>
autocmd FileType haskell nmap <C-c><C-f> :GhciFile<CR>
colorscheme molokai
set expandtab
set hidden
set backspace=indent,eol,start
set cursorline
set cursorcolumn
set hlsearch
set ignorecase
set smartcase
set incsearch
set tabstop=4
set number
set shiftwidth=4
set autoindent
set smartindent
set smarttab
set showcmd
set incsearch
set guifont=Inconsolata:h14
filetype plugin indent on

On Jan 30, 2009, at 10:40 AM, Agathoklis D. Hatzimanikas wrote:

>
> On Fri, Jan 30, at 10:24 Ian Duncan wrote:
>>
>> 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".
>>
>
> Have you defined the "GhciFile" command? And if so, can you post the
> relevant code?
>
> Regards,
> Ag.
>
> >


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

Reply via email to