diff options
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -116,6 +116,7 @@ nnoremap <S-Space> zA vnoremap <S-Space> zA let g:pymode_lint_write = 0 +let g:pymode_utils_whitespaces = 0 autocmd CursorMovedI * if pumvisible() == 0|silent! pclose|endif autocmd InsertLeave * if pumvisible() == 0|silent! pclose|endif |
