Merge branch 'master' of github.com:adamlsd/cshenv

This commit is contained in:
ADAM David Alan Martin
2016-12-01 15:10:49 -05:00
2 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,7 @@ let g:colors_name="adam"
" Last Change: 2013 May 24
set background=dark
hi Normal ctermfg=lightgrey ctermbg=black
hi Normal ctermfg=lightgrey
"hi NonText ctermfg=yellow ctermbg=grey
hi comment ctermfg=green
hi constant ctermfg=magenta cterm=bold

View File

@ -38,6 +38,7 @@ set modelines=16
"Wildcard expansion menu from command-colon line
set wildmenu
" Match pairs for C++ templates
set mps+=<:>
set history=8192