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 20:57:42 +00:00
parent 04a9d4555a
commit 607a95ed81
5 changed files with 23 additions and 4 deletions

View File

@@ -9070,7 +9070,7 @@ ex_pedit(eap)
win_T *curwin_save = curwin;
g_do_tagpreview = p_pvh;
prepare_tagpreview();
prepare_tagpreview(TRUE);
keep_help_flag = curwin_save->w_buffer->b_help;
do_exedit(eap, NULL);
keep_help_flag = FALSE;