From: Sergey Matveev Date: Fri, 26 Nov 2021 09:31:13 +0000 (+0300) Subject: python#unused#remove() faster call X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=08d04dddaf88a9e91c3b5a7f3f033153ed1c05db python#unused#remove() faster call --- diff --git a/vim/.vim/ftplugin/python/importcompl.vim b/vim/.vim/ftplugin/python/importcompl.vim index 5ae47ba..956d522 100644 --- a/vim/.vim/ftplugin/python/importcompl.vim +++ b/vim/.vim/ftplugin/python/importcompl.vim @@ -1,3 +1,4 @@ if exists("*python#importcompl#do") | finish | endif inoremap =python#importcompl#do() cnoremap call python#importcompl#all() +cnoremap call python#unused#remove()