From afb69b98047d51a578b6d9d7bb482c6c4c0e8482 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Thu, 13 Oct 2011 18:57:49 +0600 Subject: f --- files/.vim/after/ftplugin/gitcommit.vim | 5 ++--- files/.vim/after/ftplugin/mail.vim | 1 + files/.vim/after/ftplugin/sh.vim | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) delete mode 100755 files/.vim/after/ftplugin/sh.vim (limited to 'files/.vim/after') diff --git a/files/.vim/after/ftplugin/gitcommit.vim b/files/.vim/after/ftplugin/gitcommit.vim index b984b96..13609e5 100755 --- a/files/.vim/after/ftplugin/gitcommit.vim +++ b/files/.vim/after/ftplugin/gitcommit.vim @@ -1,4 +1,3 @@ +set nonumber set spell -set textwidth=72 - -hi link gitcommitSummary Special +set textwidth=72 \ No newline at end of file diff --git a/files/.vim/after/ftplugin/mail.vim b/files/.vim/after/ftplugin/mail.vim index ee2bde9..d5f021b 100755 --- a/files/.vim/after/ftplugin/mail.vim +++ b/files/.vim/after/ftplugin/mail.vim @@ -3,6 +3,7 @@ set expandtab set nonumber set imsearch=1 set iminsert=1 +nohlsearch set colorcolumn=+1 " par options diff --git a/files/.vim/after/ftplugin/sh.vim b/files/.vim/after/ftplugin/sh.vim deleted file mode 100755 index 445ad6a..0000000 --- a/files/.vim/after/ftplugin/sh.vim +++ /dev/null @@ -1 +0,0 @@ -set fileformat=unix -- cgit v1.2.3