From: martin f. krafft Date: Thu, 21 Feb 2019 22:24:48 +0000 (+1300) Subject: remove logcheck autocmds X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/d79ccefe53846c5d9692e654d05110d00b95fb4f remove logcheck autocmds --- diff --git a/.vimrc b/.vimrc index 164c3cf..7adcd85 100644 --- a/.vimrc +++ b/.vimrc @@ -1445,10 +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