diff --git a/ftplugin/python.vim b/ftplugin/python.vim index e36ae2d..e7ca667 100644 --- a/ftplugin/python.vim +++ b/ftplugin/python.vim @@ -9,6 +9,6 @@ set foldnestmax=1 set colorcolumn=88 -noremap :w:!clear;python % +noremap :w:silent !clear;python % :redraw! nnoremap :call SaveAndExecute('python') 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)))")