1
0
forked from aniani/vim

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);
}
}