summaryrefslogtreecommitdiff
path: root/runtime/ftplugin/lisp.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-03-28 20:58:01 +0000
committerBram Moolenaar <Bram@vim.org>2005-03-28 20:58:01 +0000
commit582fd85b02e50b2aba025ff522c04a2293a45985 (patch)
tree3b721443d775ab6903fd8ff758f432046ee6b3cc /runtime/ftplugin/lisp.vim
parent8b879e7fe8d02b59df4c39442c53b37ccd38b50c (diff)
downloadvim-git-582fd85b02e50b2aba025ff522c04a2293a45985.tar.gz
updated for version 7.0065
Diffstat (limited to 'runtime/ftplugin/lisp.vim')
-rw-r--r--runtime/ftplugin/lisp.vim4
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
-