Forced just autoindent out of all the *indent options
[nethome.git] / .vimrc
diff --git a/.vimrc b/.vimrc
index 6b5e0a4..b296a76 100644 (file)
--- 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