commit | a2c2ae473ab8789ceba9706713441a365dec685e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 30 20:58:46 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 30 20:58:46 2019 +0100 |
tree | 23d375ddcbdf5963de3ac75851aa11faa5a52406 | |
parent | c667da5185ce5dce914d2006d62da2be0cedb384 [diff] [blame] |
patch 8.1.2369: cannot build with quickfix and without text properties Problem: Cannot build with quickfix and without text properties. Solution: Fix typo. (Naruhiko Nishino)
diff --git a/src/version.c b/src/version.c index 32d8f92..65f7235 100644 --- a/src/version.c +++ b/src/version.c
@@ -738,6 +738,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2369, +/**/ 2368, /**/ 2367,