diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2014-04-15 01:05:44 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2014-04-15 01:05:44 +0200 |
commit | 610f4c570123510f2d6f4c5799d880d8581126cf (patch) | |
tree | a2bbc1de1fbdd22e2b2eb4d4d2447b3cc8467fba /ftplugin/clojure.vim | |
parent | f3833f5a39b91f1e42f12e45a2e61e351218c495 (diff) | |
download | vim-polyglot-610f4c570123510f2d6f4c5799d880d8581126cf.tar.gz vim-polyglot-610f4c570123510f2d6f4c5799d880d8581126cf.zip |
Update
Diffstat (limited to 'ftplugin/clojure.vim')
-rw-r--r-- | ftplugin/clojure.vim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftplugin/clojure.vim b/ftplugin/clojure.vim index 2741a3a1..672f856e 100644 --- a/ftplugin/clojure.vim +++ b/ftplugin/clojure.vim @@ -42,8 +42,9 @@ setlocal commentstring=;\ %s " Functions that accept a flat list of forms do not treat the first argument " specially and hence are not indented specially. " +" -*- LISPWORDS -*- " Generated from https://github.com/guns/vim-clojure-static/blob/%%RELEASE_TAG%%/clj/src/vim_clojure_static/generate.clj -setlocal lispwords=as->,binding,bound-fn,case,catch,cond->,cond->>,condp,def,definline,definterface,defmacro,defmethod,defmulti,defn,defn-,defonce,defprotocol,defrecord,defstruct,deftest,deftest-,deftype,doall,dorun,doseq,dotimes,doto,extend,extend-protocol,extend-type,fn,for,if,if-let,if-not,let,letfn,locking,loop,ns,proxy,reify,set-test,testing,when,when-first,when-let,when-not,while,with-bindings,with-in-str,with-local-vars,with-open,with-precision,with-redefs,with-redefs-fn,with-test +setlocal lispwords=as->,binding,bound-fn,case,catch,cond->,cond->>,condp,def,definline,definterface,defmacro,defmethod,defmulti,defn,defn-,defonce,defprotocol,defrecord,defstruct,deftest,deftest-,deftype,doseq,dotimes,doto,extend,extend-protocol,extend-type,fn,for,if,if-let,if-not,if-some,let,letfn,locking,loop,ns,proxy,reify,set-test,testing,when,when-first,when-let,when-not,when-some,while,with-bindings,with-in-str,with-local-vars,with-open,with-precision,with-redefs,with-redefs-fn,with-test " Provide insert mode completions for special forms and clojure.core. As " 'omnifunc' is set by popular Clojure REPL client plugins, we also set |