summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-11-12 20:49:15 +0100
committerBram Moolenaar <Bram@vim.org>2019-11-12 20:49:15 +0100
commitcbee635eee3007db97646ddb9f211a1d4966eb2a (patch)
tree93384534e8cc5e6bcaa416213cf2fd2fd7ce8ea6 /src/version.c
parentcc184cfb09161b3bbc7d5d8859a18e812367d19c (diff)
downloadvim-git-8.1.2294.tar.gz
patch 8.1.2294: cursor pos wrong with concealing and search causes a scrollv8.1.2294
Problem: Cursor position wrong when characters are concealed and asearch causes a scroll. Solution: Fix the cursor column in a concealed line after window scroll. (closes #5215, closes #5012)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 31133c53e..e147ac301 100644
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2294,
+/**/
2293,
/**/
2292,