commit | 3ff33114d70fc0f7e9c3187c5fec9028f6499cf3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 03 21:56:35 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 03 21:56:35 2019 +0200 |
tree | 62a9dedf831bf246b93c1a8c3715669c77f6040a | |
parent | 12e91862c14a1af44b537d478e8a5021893044fe [diff] [blame] |
patch 8.1.1256: cannot navigate through errors relative to the cursor Problem: Cannot navigate through errors relative to the cursor. Solution: Add :cabove, :cbelow, :labove and :lbelow. (Yegappan Lakshmanan, closes #4316)
diff --git a/src/version.c b/src/version.c index f03346c..35ef1ae 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1256, +/**/ 1255, /**/ 1254,