X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/264389589f068f95b353b7634fa28623aaa5047e..7f7cfff9495f7ae1f362286b1f763b27bbbb391f:/.vimrc diff --git a/.vimrc b/.vimrc index 267c407..66cb4ff 100644 --- a/.vimrc +++ b/.vimrc @@ -1,5 +1,3 @@ -version 7.1 - " obtained from the output of :options, then postprocessed: " d2} " :%s/^ *[[:digit:]]\+/""" @@ -1447,13 +1445,6 @@ filetype plugin indent on syntax on colorscheme madduck -autocmd BufNewFile,BufRead /etc/logcheck/*.d*/* set tw=0 -autocmd BufNewFile,BufRead /home/madduck/debian/pkg/logcheck/*/rulefiles/linux/*.d*/* set tw=0 -autocmd BufNewFile,BufRead /home/madduck/.tmp/dir????? set tw=0 - -" jump to last known position in file (:he last-position-jump) -autocmd BufReadPost * if line("'\"") > 0 && line("'\"") <= line("$") | exe "normal g`\"zz" | endif - " leave the w mark whenever a file is written autocmd BufWrite * normal mw