File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -200,6 +200,14 @@ do_tag(
200200 {
201201 use_tagstack = FALSE;
202202 new_tag = TRUE;
203+ #if defined(FEAT_WINDOWS ) && defined(FEAT_QUICKFIX )
204+ if (g_do_tagpreview != 0 )
205+ {
206+ vim_free (ptag_entry .tagname );
207+ if ((ptag_entry .tagname = vim_strsave (tag )) == NULL )
208+ goto end_do_tag ;
209+ }
210+ #endif
203211 }
204212 else
205213 {
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ source test_sort.vim
2727source test_statusline.vim
2828source test_syn_attr.vim
2929source test_tabline.vim
30+ source test_tagjump.vim
3031source test_timers.vim
3132source test_undolevels.vim
3233source test_unlet.vim
Original file line number Diff line number Diff line change @@ -748,6 +748,8 @@ static char *(features[]) =
748748
749749static int included_patches [] =
750750{ /* Add new patch number below this line */
751+ /**/
752+ 1751 ,
751753/**/
752754 1750 ,
753755/**/
You can’t perform that action at this time.
0 commit comments