colorcolumn window leave/enter functions improved

This commit is contained in:
ManjaroOne666 2019-03-30 17:26:43 +00:00
commit 6b9cfb620d
2 changed files with 17 additions and 8 deletions

View file

@ -7,5 +7,7 @@ set textwidth=79
set foldmethod=indent
set foldnestmax=1
set colorcolumn=88
nnoremap <silent> <buffer> <F5> :call SaveAndExecute('python')<CR>
command! CTagsPython !ctags -R --fields=+l --languages=python --python-kinds=-iv -f ./.tags-py $(python -c "import os, sys; print(' '.join('{}'.format(d) for d in sys.path if os.path.isdir(d)))")