0
0
mirror of https://github.com/vim/vim.git synced 2025-09-28 04:24:06 -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

@@ -3101,7 +3101,7 @@ jumpto_tag(lbuf, forceit, keep_help)
* Make the preview window the current window.
* Open a preview window when needed.
*/
prepare_tagpreview();
prepare_tagpreview(TRUE);
}
}