Note that there are some explanatory texts on larger screens.

plurals
  1. POUnderstanding VimClojure new installation startup errors
    primarykey
    data
    text
    <p>I am attempting to get vimclojure working for the first time. I am fairly new to vim plugins. I'm having some problems (error messages below) and am looking for some hints at the least. Not much idea where to start.</p> <p>I am trying to following the steps from <a href="http://blog.darevay.com/2010/10/how-i-tamed-vimclojure/" rel="nofollow">How I tamed VimClojure</a> as well as inspecting <a href="https://github.com/daveray/vimclojure-easy" rel="nofollow">VimClojure-Easy</a></p> <p>When I start vim, I am presented with the following error (occurs in both VimClojure 2.3.1 and 2.3.3, the later below):</p> <pre><code>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 to continue </code></pre> <p>(First error location: <a href="https://github.com/vim-scripts/VimClojure/blob/da2683b9069e01c133f0c0129386fd6dc053019c/autoload/vimclojure.vim#L249" rel="nofollow">vimclojure.vim:249</a>)</p> <p>The plugin seems to partially work however. I have syntax highlighting. When I attempt to open a REPL with the sr command, I get the following:</p> <pre><code>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 to continue </code></pre> <p>For what it's worth my (ugly) <code>.vimrc</code> is here: <a href="https://github.com/noahlz/dotfiles/commit/d0df9d0c5500e1803981b959c7fdbf88114000c6" rel="nofollow">https://github.com/noahlz/dotfiles/commit/d0df9d0c5500e1803981b959c7fdbf88114000c6</a></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload