diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-08-22 19:48:48 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-08-22 19:48:48 +0000 |
commit | 2d694603c7081cf359db6b9c108c235f909f1aab (patch) | |
tree | 4d1ff95a51a681dba04cd0240b41b38a3fd6d860 /src | |
parent | 621e2fdb5f96c2cd9b4672f68366130e88af75ca (diff) | |
download | vim-git-7.0.066.tar.gz |
updated for version 7.0-066v7.0.066
Diffstat (limited to 'src')
-rw-r--r-- | src/popupmnu.c | 3 | ||||
-rw-r--r-- | src/version.c | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/src/popupmnu.c b/src/popupmnu.c index 21dfc850a..f280ff25d 100644 --- a/src/popupmnu.c +++ b/src/popupmnu.c @@ -552,6 +552,9 @@ pum_undisplay() { pum_array = NULL; redraw_all_later(SOME_VALID); +#ifdef FEAT_WINDOWS + redraw_tabline = TRUE; +#endif status_redraw_all(); } diff --git a/src/version.c b/src/version.c index 1f97a51a5..3c2d9a32a 100644 --- a/src/version.c +++ b/src/version.c @@ -667,6 +667,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 66, +/**/ 65, /**/ 64, |