]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/ftplugin/python/lint.vim
<F3> python#importcompl#all() helper
[dotfiles.git] / vim / .vim / ftplugin / python / lint.vim
index a7d696a10f7a7340d646c6fc9eaf8cee9bccee48..7f92218d5f00eb20e019d72c7b74e5f1450bdf48 100644 (file)
@@ -2,5 +2,5 @@ if exists("*python#lint#start") | finish | endif
 let b:lint_status_func=function("python#lint#status")
 sign define LN text=LN texthl=Error
 map <F6> :unlet! g:pylint_disable<CR>:call python#lint#start()<CR>
-map \e[32~ :redraw!<CR>:copen<CR>
+map \e[17;2~ :redraw!<CR>:copen<CR>
 autocmd BufWritePost *.py call python#lint#start()