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
slashes that would fix it, though I don't know vimscript.  :-(

On Fri, Jan 2, 2009 at 2:33 PM, Meikel Brandmeyer <m...@kotka.de> wrote:

> 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 anything from Clojure.  Am I doing
>> something wrong, or is it just not working on Windows.
>>
>
> Aargh. Another problem. Now this should work. At least it did
> before. Unfortunately I have no access to a Win box at the moment.
> So I can't really investigate this for the next two weeks.
>
> For the original problem: Could you please try the following manually?
> setlocal complete+=kC:\Program\\\
> Files\Vim\vimfiles\ftplugin\clojure\completions-clojure.core.txt
>
> It seems whitespace really needs hardcore escapeing... :|
>
> Sincerely
> Meikel
>
>

--~--~---------~--~----~------------~-------~--~----~
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