1
0
forked from aniani/vim

updated for version 7.2-041

This commit is contained in:
Bram Moolenaar
2008-11-15 13:12:07 +00:00
parent 1c8603613a
commit 701f7afcdf
15 changed files with 107 additions and 37 deletions

View File

@@ -573,7 +573,7 @@ pum_set_selected(n, repeat)
{
/* Don't want to sync undo in the current buffer. */
++no_u_sync;
res = do_ecmd(0, NULL, NULL, NULL, ECMD_ONE, 0);
res = do_ecmd(0, NULL, NULL, NULL, ECMD_ONE, 0, NULL);
--no_u_sync;
if (res == OK)
{