X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=blobdiff_plain;f=vim%2F.vim%2Fftplugin%2Fpython%2Funused_remover.vim;fp=vim%2F.vim%2Fftplugin%2Fpython%2Funused_remover.vim;h=0000000000000000000000000000000000000000;hp=5e6b1bacf0d96e8d9c4fe86a2128c52e13e99dcf;hb=1280549be01e3ce72d9e0aeef6254a1ff14a25a3;hpb=86cacc081de452eb66d50f13261310b07f8ca2d4 diff --git a/vim/.vim/ftplugin/python/unused_remover.vim b/vim/.vim/ftplugin/python/unused_remover.vim deleted file mode 100644 index 5e6b1ba..0000000 --- a/vim/.vim/ftplugin/python/unused_remover.vim +++ /dev/null @@ -1,4 +0,0 @@ -function! UnusedImportsRemover() - call setqflist(filter(getqflist(), "stridx(v:val.text, \"unused-import\") != -1 || stridx(v:val.text, \"imported but unused\") != -1")) - cdo d -endfunction