commit | 7f51474324cf1a31284f291e7097d989522f9d45 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 28 19:33:43 2007 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 28 19:33:43 2007 +0000 |
tree | 4c99d522b3d8a543c4b9453c913eb6a18eb80c1e | |
parent | f15f943e0c3daad54fc76c01a3dbbe2a4f8d2087 [diff] [blame] |
updated for version 7.1-016
diff --git a/src/popupmnu.c b/src/popupmnu.c index 7d2e137..eb4631a 100644 --- a/src/popupmnu.c +++ b/src/popupmnu.c
@@ -466,7 +466,7 @@ 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)