commit d64a02a95cf83a9fdcc3f2510a2b61b5e4fae091
parent 0b23651ea5d4f84be75389dad0997917627beb10
Author: Yuval Langer <yuval.langer@gmail.com>
Date: Fri, 24 Jan 2014 22:03:00 +0200
No more vim freeze after the dot due to pymode rope
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/.vimrc.local b/.vimrc.local
@@ -24,3 +24,5 @@ au VimEnter * RainbowParenthesesToggle
au Syntax * RainbowParenthesesLoadRound
au Syntax * RainbowParenthesesLoadSquare
au Syntax * RainbowParenthesesLoadBraces
+
+let g:pymode_rope_complete_on_dot = 0