Colorscheme adjustment for terminal

This commit is contained in:
2018-05-28 11:31:18 +02:00
parent 897b79118d
commit 5ded6c2ab2
4 changed files with 11 additions and 32 deletions

View File

@@ -71,7 +71,9 @@ let g:ycm_filetype_blacklist = {
\ 'text': 1,
\ 'rst': 1,
\ }
set shortmess+=c
if has('patch-8.0')
set shortmess+=c " This fixed some bug a while ago
endif
" }}}
" Syntastic Stuff