Hi Meikel,
Firstly thanks for making VimClojure, it is really great! I especially
like the rainbow parenthesis, that's extremely useful.
Also just reporting a small syntax highlighting consideration
user=> (def f #(println @%1))
#'user/f
user=> (f (atom 5))
5
@%1 tricks it and %1 is not shown a
I found the cause of the second problem. All of the backslashes needed to
be escaped. I tried a manual setlocal and then the value of complete didn't
have any backslashes. It works if I escape the backslashes or if I use
forward slashes though. So if I can change the code to just use forward
sl
Hi,
Am 02.01.2009 um 21:06 schrieb Justin Johnson:
I reinstalled Vim to C:\Vim and reinstalled VimClojure as well. This
time I don't get the errors while opening a .clj file, but completion
still is not working. Control-N completes things based on what's
already in my file but not using anyth
I reinstalled Vim to C:\Vim and reinstalled VimClojure as well. This time I
don't get the errors while opening a .clj file, but completion still is not
working. Control-N completes things based on what's already in my file but
not using anything from Clojure. Am I doing something wrong, or is it
It looks like my change below just got rid of the errors. However the
completion functionality is not working. :(
On Fri, Jan 2, 2009 at 1:13 PM, Justin Johnson wrote:
> I got it working by adding double quotes around the path, as can be seen in
> the "let" line of the function below.
>
> funct
I got it working by adding double quotes around the path, as can be seen in
the "let" line of the function below.
function! vimclojure#AddCompletions(ns)
let completions = split(globpath("\"" . &rtp,
"ftplugin/clojure/completions-" . a:ns . ".txt\""), '\n')
if completions != []
cal
Hi Justin,
Am 02.01.2009 um 17:00 schrieb Justin Johnson:
E539: Illegal character : complete+=kC:\Program\ Files\Vim
\vimfiles\ftplugin\clojure\completions-clojure.core.txt
The problem is the space in "Program Files". I'm
not sure, whether this can be fixed at all on my
side, or whether this
On Thu, Jan 1, 2009 at 11:23 AM, Meikel Brandmeyer wrote:
> a long overdue release of VimClojure is available.
Thanks, works great!
--Chouser
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Clojure" group.
To pos
Hi Meikel,
I am running Vim 7.2 on Windows XP and am not able to get the completion
working in VimClojure. I get errors when trying to edit a .clj file. These
errors always occur unless I comment out the code in clojure.vim that adds
the completions. The errors I'm getting with VimClojure 1.3.0
Dear vimming Clojurians,
a long overdue release of VimClojure is available. This is
mainly a bugfix and maintenance release. It brings the
highlighting, indenting and completion up-to-date with
current Clojure. Highlighting for contrib is there for a few
modules, but it's far from being complete.
10 matches
Mail list logo