We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fd3198 commit 1b47218Copy full SHA for 1b47218
2 files changed
ftplugin/clojure.vim
@@ -7,7 +7,6 @@
7
" License: Same as Vim
8
" Last Change: 06 February 2013
9
10
-" Only do this when not done yet for this buffer
11
if exists("b:did_ftplugin")
12
finish
13
endif
indent/clojure.vim
@@ -8,7 +8,6 @@
" Last Change: 30 January 2013
-" Only load this indent file when no other was loaded.
if exists("b:did_indent")
14
0 commit comments