Vim Tips Wiki
Register
(standard scripts format)
mNo edit summary
 
Line 1: Line 1:
 
{{ScriptComments|VimClojure : A filetype, syntax and indent plugin for Clojure}}
 
{{ScriptComments|VimClojure : A filetype, syntax and indent plugin for Clojure}}
   
  +
==Comments==
 
The following version seems to be faulty on Windows 7
 
The following version seems to be faulty on Windows 7
 
 

Latest revision as of 07:15, 28 August 2012

Use this page to discuss script 2501 VimClojure : A filetype, syntax and indent plugin for Clojure

  • Add constructive comments, bug reports, or discuss improvements (see the guideline).
  • Do not document the script here (the author should do that on vim.org).
  • This page may be out of date: check the script's vim.org page above, and its release notes.

Comments[]

The following version seems to be faulty on Windows 7

version Date vim version 2.3.6 2012-08-24 7.3

When I installed it using pathogen it gives me this error message:

Error detected while processing C:\path\to\clojure.vim:

line 17:

E117: Unknown function: vimclojure#MakeProtectedPlug

line 18:

E117: Unknown function: vimclojure#MakeProtectedPlug etc.

Installing directly from github seems to avoid this problem.