From 771046be7227e5edb5a8da461a6d0eb2d1857cff Mon Sep 17 00:00:00 2001 From: short <> Date: Mon, 2 Sep 2002 16:25:14 +0000 Subject: [PATCH] Forced just autoindent out of all the *indent options --- .vimrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 6b5e0a4..b296a76 100644 --- a/.vimrc +++ b/.vimrc @@ -16,6 +16,11 @@ function BufEnter() let &ts=g:BufEnter_ts let &sw=g:BufEnter_ts unlet g:BufEnter_ts + + set autoindent + set nocindent + set nosmartindent + set indentexpr= endif endfunction @@ -26,7 +31,6 @@ set fileencodings=utf-8,iso-8859-2 ca X x syntax off -set autoindent set noerrorbells set ruler set ignorecase -- 1.8.3.1