mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.1.1228: not possible to process tags with a function
Problem: Not possible to process tags with a function. Solution: Add tagfunc() (Christian Brabandt, Andy Massimino, closes #4010)
This commit is contained in:
@@ -5724,7 +5724,11 @@ nv_ident(cmdarg_T *cap)
|
||||
(void)normal_search(cap, cmdchar == '*' ? '/' : '?', buf, 0);
|
||||
}
|
||||
else
|
||||
{
|
||||
g_tag_at_cursor = TRUE;
|
||||
do_cmdline_cmd(buf);
|
||||
g_tag_at_cursor = FALSE;
|
||||
}
|
||||
|
||||
vim_free(buf);
|
||||
}
|
||||
|
Reference in New Issue
Block a user