adjust colors and add java abbs

This commit is contained in:
2017-11-28 21:27:23 +01:00
parent e418a39ac8
commit 50a08810fe
4 changed files with 7 additions and 5 deletions

4
.vimrc
View File

@@ -1,3 +1,5 @@
set nocompatible
"Plugin stuff
"{{{
if has("win32")
@@ -71,7 +73,7 @@ set shortmess+=c
"{{{
augroup overlength
autocmd!
autocmd WinEnter * match OverLength '\%81v.'
autocmd BufWinEnter * match OverLength '\%81v.'
augroup END
"}}}