mirror of
https://github.com/neovim/neovim.git
synced 2025-09-21 02:38:19 +00:00
Merge #11199 from bobrippling/vim-8.1.1228
vim-patch:8.1.{1099,1228,1962} add 'tagfunc'
This commit is contained in:
@@ -4938,7 +4938,9 @@ static void nv_ident(cmdarg_T *cap)
|
||||
add_to_history(HIST_SEARCH, (char_u *)buf, true, NUL);
|
||||
(void)normal_search(cap, cmdchar == '*' ? '/' : '?', (char_u *)buf, 0);
|
||||
} else {
|
||||
g_tag_at_cursor = true;
|
||||
do_cmdline_cmd(buf);
|
||||
g_tag_at_cursor = false;
|
||||
}
|
||||
|
||||
xfree(buf);
|
||||
|
Reference in New Issue
Block a user