Skip to content

Commit

Permalink
Added when-let to lispwords
Browse files Browse the repository at this point in the history
  • Loading branch information
kotarak committed Aug 16, 2008
1 parent 0963a38 commit 888737b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indent/clojure.vim
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ setlocal indentexpr=
setlocal lispwords=def,defn,defn-,defmacro,defmethod,let,fn,binding,proxy

" Conditionals and Loops:
setlocal lispwords+=if,when,when-not,when-first,cond,loop,dotimes,for
setlocal lispwords+=if,when,when-not,when-let,when-first,cond,loop,dotimes,for

" Blocks:
setlocal lispwords+=do,doto,try,catch,locking,with-out-str,with-open
Expand Down

0 comments on commit 888737b

Please sign in to comment.