From: short <> Date: Mon, 2 Sep 2002 16:25:14 +0000 (+0000) Subject: Forced just autoindent out of all the *indent options X-Git-Tag: bp_liverpm~109 X-Git-Url: http://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=771046be7227e5edb5a8da461a6d0eb2d1857cff;hp=6982f7d3421f7cc1d17551600483d59708aee996 Forced just autoindent out of all the *indent options --- 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