mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
updated for version 7.0200
This commit is contained in:
@@ -4938,7 +4938,7 @@ search_line:
|
||||
|
||||
#if defined(FEAT_WINDOWS) && defined(FEAT_QUICKFIX)
|
||||
if (g_do_tagpreview != 0
|
||||
&& curwin != curwin_save && win_valid(curwin_save))
|
||||
&& curwin != curwin_save && win_valid(curwin_save))
|
||||
{
|
||||
/* Return cursor to where we were */
|
||||
validate_cursor();
|
||||
|
Reference in New Issue
Block a user