commit | cf6a55c4b0cbf38b0c3fbed5ffd9a3fd0d2ede0e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 05 15:02:30 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 05 15:02:30 2019 +0200 |
tree | ba576efdd0c82bd9177a75be2584be5f445a680b | |
parent | ce79353ace9e21238f13655089363cd23cbb6b32 [diff] [blame] |
patch 8.1.1275: cannot navigate to errors before/after the cursor Problem: Cannot navigate to errors before/after the cursor. Solution: Add the :cbefore and :cafter commands. (Yegappan Lakshmanan, closes #4340)
diff --git a/src/version.c b/src/version.c index a2e2397..6838624 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1275, +/**/ 1274, /**/ 1273,