On Thu, 12 Mar 2009 13:30:51 -0700 (PDT)
Mark Volkmann <r.mark.volkm...@gmail.com> wrote:

> 
> On Mar 12, 3:21 pm, Mark Volkmann <r.mark.volkm...@gmail.com> wrote:
> > The README.txt file doesn't describe the files that need to be
> > copied to ~/.vim. I'm getting errors starting Vim now. I suspect
> > it's because I haven't copied all the necessary files to my ~/.vim
> > directory. Which files do I need to copy?
> 
> Here is the copy command I used:
> 
> cp -r {autoload,bin,doc,ftdetect,ftplugin,indent,syntax} ~/.vim
> 
> Here are the errors I'm getting.
> 
> Error detected while processing function
> vimclojure#ExecuteNailWithInput:
> line   23:
> E605: Exception not caught: Couldn't execute Nail! ng
> de.kotka.vimclojure.nails.N
> amespaceOfFile </var/folders/fd/fduD2R4HFwWXFCpC4prCMk+++TI/-Tmp-/
> v920635/0
> Error detected while processing /Users/Mark/.vim/ftplugin/clojure.vim:
> line  131:
> E171: Missing :endif
> Error detected while processing function <SNR>9_LoadFTPlugin:
> line   17:
> E170: Missing :endfor
> 

I got this exact error also at first. It turned out there was an
extraneous file in my .vim from an older version of Gorilla, pretty sure
it was ~/.vim/after/ftplugin/clojure.vim.

Deleting this file and restarting Vim fixed it for me.

-Kyle

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to