Vim Tips Wiki
Register
Advertisement

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.

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.

Advertisement