diff options
Diffstat (limited to 'runtime/ftplugin/lisp.vim')
-rw-r--r-- | runtime/ftplugin/lisp.vim | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/ftplugin/lisp.vim b/runtime/ftplugin/lisp.vim index 948283334..b47721402 100644 --- a/runtime/ftplugin/lisp.vim +++ b/runtime/ftplugin/lisp.vim @@ -14,7 +14,6 @@ endif " Don't load another plugin for this buffer let b:did_ftplugin = 1 -setl autoindent setl comments=:; setl define=^\\s*(def\\k* setl formatoptions-=t @@ -25,6 +24,3 @@ setl lisp " e.g. insertion of ;;; and ;; on normal "O" or "o" when staying in comment setl comments^=:;;;,:;;,sr:#\|,mb:\|,ex:\|# setl formatoptions+=croql -" with smartindent # cause left alignment -setl nosmartindent - |