]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Move Python specific wildignore to ftplugin
authorSergey Matveev <stargrave@stargrave.org>
Wed, 20 Jan 2021 08:33:08 +0000 (11:33 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Wed, 20 Jan 2021 08:33:08 +0000 (11:33 +0300)
vim/.vim/ftplugin/python/ignores.vim [new file with mode: 0644]
vim/.vimrc

diff --git a/vim/.vim/ftplugin/python/ignores.vim b/vim/.vim/ftplugin/python/ignores.vim
new file mode 100644 (file)
index 0000000..cbc089f
--- /dev/null
@@ -0,0 +1 @@
+set wildignore+=**/_build/*,**/.hypothesis
index f26cf6ef1857670c6695eb36a7f7bdad19e6ea65..f92599c260c39724e7cfa977ca8b0f97e23921e8 100644 (file)
@@ -51,7 +51,7 @@ set incsearch
 set gdefault
 set wildmode=longest:list
 set tags=tags;,./;
-set wildignore=**/_build/*,**/tags,**/.git,**/.hypothesis
+set wildignore=**/tags,**/.git
 
 map <F4> :nohlsearch<CR>:MarkClear<CR>