]> git.rmz.io Git - dotfiles.git/commitdiff
vim: no pymode_run or lint window
authorSamir Benmendil <me@rmz.io>
Mon, 1 Feb 2016 22:34:12 +0000 (22:34 +0000)
committerSamir Benmendil <me@rmz.io>
Mon, 1 Feb 2016 22:49:49 +0000 (22:49 +0000)
vim/vimrc

index c3c9e6b118d355820b4c573a63fcdc342f2b7c3e..25fa46045b05c4e4a33e152ddd4c8166ae5cdf65 100644 (file)
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -555,8 +555,10 @@ nnoremap <silent> <C-W>ck :CloseAboveWindow<CR>
 
 let g:pymode_rope_completion = 0
 let g:pymode_rope = 0
 
 let g:pymode_rope_completion = 0
 let g:pymode_rope = 0
+let g:pymode_run = 0
 let g:pymode_folding = 1
 let g:pymode_lint_ignore = "E221,E266,E501"
 let g:pymode_folding = 1
 let g:pymode_lint_ignore = "E221,E266,E501"
+let g:pymode_lint_cwindow = 0           " don't open cwindow when linting
 let g:pymode_syntax_space_errors = 0    " don't bother me when I'm typing
 
 " signature {{{2
 let g:pymode_syntax_space_errors = 0    " don't bother me when I'm typing
 
 " signature {{{2