From e83cf029b5c3e3aeb41f91955ea399d70161f5a0 Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Tue, 2 Apr 2019 23:21:45 +0100 Subject: [PATCH] update --- ftplugin/python.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)))")