diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-06-28 19:33:43 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-06-28 19:33:43 +0000 |
commit | 7f51474324cf1a31284f291e7097d989522f9d45 (patch) | |
tree | 4c99d522b3d8a543c4b9453c913eb6a18eb80c1e /src/popupmnu.c | |
parent | f15f943e0c3daad54fc76c01a3dbbe2a4f8d2087 (diff) | |
download | vim-git-7f51474324cf1a31284f291e7097d989522f9d45.tar.gz |
updated for version 7.1-016v7.1.016
Diffstat (limited to 'src/popupmnu.c')
-rw-r--r-- | src/popupmnu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/popupmnu.c b/src/popupmnu.c index 7d2e13795..eb4631a4c 100644 --- a/src/popupmnu.c +++ b/src/popupmnu.c @@ -466,7 +466,7 @@ pum_set_selected(n, repeat) set_option_value((char_u *)"bh", 0L, (char_u *)"wipe", OPT_LOCAL); set_option_value((char_u *)"diff", 0L, - (char_u *)"", OPT_LOCAL); + NULL, OPT_LOCAL); } } if (res == OK) |