commit | 1c46544412382db8b3203d6c78e550df885540bd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 12 20:10:05 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 12 20:10:05 2017 +0100 |
tree | d4dc51020d3ebdbee4548b0d5628221f921af2f3 | |
parent | 91acfffc1e6c0d8c2abfb186a0e79a5bf19c3f3f [diff] [blame] |
patch 8.0.0452: some macros are in lower case Problem: Some macros are in lower case. Solution: Make a few more macros upper case.
diff --git a/src/quickfix.c b/src/quickfix.c index e4ea401..090b046 100644 --- a/src/quickfix.c +++ b/src/quickfix.c
@@ -2608,7 +2608,7 @@ { buf[i] = ' '; while (*++p != NUL) - if (!vim_iswhite(*p) && *p != '\n') + if (!VIM_ISWHITE(*p) && *p != '\n') break; } else