commit | d4755bb0e04fca334675f1503bd6474b017a9bba | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 02 19:12:26 2004 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 02 19:12:26 2004 +0000 |
tree | 8be8df859191e78ee9eef80d3b341fd5d0c1b81b | |
parent | 269ec658f0fad22b2bf9f71b06a4e6e10277f0e5 [diff] [blame] |
updated for version 7.0014
diff --git a/src/option.c b/src/option.c index 981e231..d049cd4 100644 --- a/src/option.c +++ b/src/option.c
@@ -714,7 +714,7 @@ {"define", "def", P_STRING|P_ALLOCED|P_VI_DEF, #ifdef FEAT_FIND_ID (char_u *)&p_def, OPT_BOTH(PV_DEF), - {(char_u *)"^\\s#\\s*define", (char_u *)0L} + {(char_u *)"^\\s*#\\s*define", (char_u *)0L} #else (char_u *)NULL, PV_NONE, {(char_u *)NULL, (char_u *)0L}