colorcolumn window leave/enter functions improved
This commit is contained in:
parent
550f7bec28
commit
6b9cfb620d
2 changed files with 17 additions and 8 deletions
|
|
@ -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)))")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue