From 582fd85b02e50b2aba025ff522c04a2293a45985 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 28 Mar 2005 20:58:01 +0000 Subject: updated for version 7.0065 --- runtime/ftplugin/lisp.vim | 4 ---- 1 file changed, 4 deletions(-) (limited to 'runtime/ftplugin/lisp.vim') 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 - -- cgit v1.2.1