diff options
-rw-r--r-- | dotrc/.vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dotrc/.vimrc b/dotrc/.vimrc index 06c3f5e..d17f233 100644 --- a/dotrc/.vimrc +++ b/dotrc/.vimrc @@ -77,6 +77,7 @@ set spellfile=$HOME/.spell.en.add " :if !exists("autocommands_loaded") : let autocommands_loaded = 1 +: autocmd BufNewFile,BufRead * setlocal formatoptions-=cro ": autocmd BufNewFile *.c 0r /devel/proformas/proforma.c ": autocmd BufNewFile *.h 0r /devel/proformas/proforma.h ": autocmd BufNewFile *.htm,*.html 0r $HOME/.skeleton/skeleton.html |