0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.0c02

This commit is contained in:
Bram Moolenaar
2006-03-28 21:08:56 +00:00
parent 607a95ed81
commit d2cec5b043
34 changed files with 1139 additions and 207 deletions

View File

@@ -4927,7 +4927,7 @@ search_line:
if (g_do_tagpreview != 0)
{
curwin_save = curwin;
prepare_tagpreview();
prepare_tagpreview(TRUE);
}
#endif
if (action == ACTION_SPLIT)