]> Sergey Matveev's repositories - dotfiles.git/commitdiff
python#unused#remove() faster call
authorSergey Matveev <stargrave@stargrave.org>
Fri, 26 Nov 2021 09:31:13 +0000 (12:31 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 27 Jan 2022 11:35:14 +0000 (14:35 +0300)
vim/.vim/ftplugin/python/importcompl.vim

index 5ae47ba4c4a1d1aa88087cea5354fd99e3fb88eb..956d5228e5805b5ce83ef1de04f6409b60b9070e 100644 (file)
@@ -1,3 +1,4 @@
 if exists("*python#importcompl#do") | finish | endif
 inoremap <F3> <C-R>=python#importcompl#do()<CR>
 cnoremap <F3> call python#importcompl#all()<CR>
+cnoremap <F4> call python#unused#remove()<CR>