commit | 531b9a3a638cb1147db4f096bfbcb14d2ae32b04 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 03 16:54:23 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 03 16:54:23 2018 +0200 |
tree | cdd678046b99aea7591ee1fcf166caf98ac04f4b | |
parent | 6dc819b1299e1d9f99303568772ade544d5c1322 [diff] [blame] |
patch 8.1.0141: :cexpr no longer jumps to the first error Problem: :cexpr no longer jumps to the first error. Solution: Use the quickfix list identifier. (Yegappan Lakshmanan, closes #3092)
diff --git a/src/version.c b/src/version.c index 512001c..ff1297a 100644 --- a/src/version.c +++ b/src/version.c
@@ -790,6 +790,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 141, +/**/ 140, /**/ 139,