Skip to content

Commit fbf70b0

Browse files
committed
Remove do, ->, and ->> from lispwords
These are not indented specially in the Clojure source.
1 parent d576698 commit fbf70b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

indent/clojure.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,8 +304,8 @@ setlocal lispwords+=if,if-not,if-let,when,when-not,when-let,when-first
304304
setlocal lispwords+=condp,case,loop,dotimes,for,while
305305

306306
" Blocks:
307-
setlocal lispwords+=do,doto,try,catch,locking,with-in-str,with-out-str,with-open
308-
setlocal lispwords+=dosync,with-local-vars,doseq,dorun,doall,->,->>,future
307+
setlocal lispwords+=doto,try,catch,locking,with-in-str,with-out-str,with-open
308+
setlocal lispwords+=dosync,with-local-vars,doseq,dorun,doall,future
309309
setlocal lispwords+=with-bindings
310310

311311
" Namespaces:

0 commit comments

Comments
 (0)