vim - Understanding VimClojure new installation startup errors -


i attempting vimclojure working first time. new vim plugins. i'm having problems (error messages below) , looking hints @ least. not idea start.

i trying following steps how tamed vimclojure inspecting vimclojure-easy

when start vim, presented following error (occurs in both vimclojure 2.3.1 , 2.3.3, later below):

error detected while processing /home/nzucker/.vim/bundle/vimclojure/autoload/vimclojure.vim: line  249: e475: invalid argument: 1 line  273: e475: invalid argument: 2 line  343: e475: invalid argument: 1 line  367: e475: invalid argument: 2 line  407: e475: invalid argument: 2 line  413: e475: invalid argument: 7 line  730: e475: invalid argument: 1 line  747: e475: invalid argument: 2 line  823: e475: invalid argument: 8 press enter or type command continue 

(first error location: vimclojure.vim:249)

the plugin seems partially work however. have syntax highlighting. when attempt open repl sr command, following:

error detected while processing function vimclojure#protectedplug..vimclojure#reporterror..6..3: line    1: e716: key not present in dictionary: _buffer e15: invalid expression: "buffer! " . self._buffer press enter or type command continue 

for it's worth (ugly) .vimrc here: https://github.com/noahlz/dotfiles/commit/d0df9d0c5500e1803981b959c7fdbf88114000c6

would please post on vimclojure google group. i'm not sure issue is. , site wrong media play questions , forth.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -