summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2013-12-28 11:21:42 +0100
committerThibaut Horel <thibaut.horel@gmail.com>2013-12-28 11:21:42 +0100
commitb768829cd36d827ba8c61acc973ed7ab7f9fc34a (patch)
tree51649ce4d27f547fdf06fae58c02ae15c1ceee5f /.vimrc
parent7b540408efb6905f4040b240238b6c1842eb953d (diff)
downloaddotfiles-b768829cd36d827ba8c61acc973ed7ab7f9fc34a.tar.gz
Various tweaks
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 6953ff2..77ba58d 100644
--- a/.vimrc
+++ b/.vimrc
@@ -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