jsfaint / gen_tags.vim

Async plugin for vim and neovim to ease the use of ctags/gtags
https://vim.sourceforge.io/scripts/script.php?script_id=5499
MIT License
312 stars 42 forks source link

When the directories configured by scm (.git, .hg, .svn) and g:gen_tags#root_marker both exist, the problem that the configuration of g:gen_tags#root_marker is invalid #93

Closed lixiang130 closed 2 years ago

lixiang130 commented 2 years ago

When the directories configured by scm (.git, .hg, .svn) and g:gen_tags#root_marker exist, the configuration of g:gen_tags#root_marker is invalid. There should be a "break" on line 61 of the latest version of autoload/gen_tags.vim

lixiang130 commented 2 years ago

Line 55 of "break" was removed in this commit: e9624a4d7e2d83be0fa910cdde35fc4fde9e7438, After I added "break" to the latest version, it can work normally, I hope the official can fix it as soon as possible