mirror of
https://github.com/gryf/.vim.git
synced 2026-03-05 09:25:50 +01:00
Removed unnecessary OverLength highlight
Added ColorColumn definition to wombat256grf colorscheme Added definition of ColorColumn for python filetype Downgrade pyflakes, because I don't want to have the errors in QF Wrapped substitutions with try: except blok in reST function blogify() Updated GetLatestVimScripts data file Updated plugins: vimwiki and vcscommand Removed pythoncomplete.vim since it is the same as the default form vim Removed colorschemes: lettuce and wombat256
This commit is contained in:
@@ -336,6 +336,9 @@ call <SID>X("DiffChange", "", "424242", "bold")
|
||||
" DiffDelete xxx term=bold ctermfg=12 ctermbg=6
|
||||
" DiffText xxx term=reverse cterm=bold ctermbg=9
|
||||
|
||||
" VIm 7.3 features
|
||||
call <SID>X("ColorColumn", "", "121212", "")
|
||||
|
||||
if ! has('gui_running')
|
||||
" spell, make it underline, and less bright colors. only for terminal
|
||||
call <SID>X("SpellBad", "", "880000", "underline")
|
||||
|
||||
Reference in New Issue
Block a user