From 417df69667c1df5484d01ea766320324759d8718 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Mon, 28 Sep 2020 02:19:06 +0200 Subject: Fix zsh missing filenames --- autoload/sleuth.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autoload') diff --git a/autoload/sleuth.vim b/autoload/sleuth.vim index 4c1ba5b8..d73e48bf 100644 --- a/autoload/sleuth.vim +++ b/autoload/sleuth.vim @@ -228,7 +228,7 @@ let s:globs = { \ 'zephir': '*.zep', \ 'zig': '*.zig,*.zir', \ 'zir': '*.zir', - \ 'zsh': '*.zsh,.zshrc,.zshenv,.zlogin,.zprofile,.zlogout', + \ 'zsh': '*.zsh,.zshrc,.zshenv,.zlogin,.zprofile,.zlogout,.zlog*,.zcompdump*,.zfbfmarks', \} func! sleuth#GlobForFiletype(type) -- cgit v1.2.3