aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorMichael Ennen <mike.ennen@gmail.com>2016-04-21 12:50:33 -0700
committerMichael Ennen <mike.ennen@gmail.com>2016-04-26 23:43:42 -0700
commitde0ea44698b314cb1eaa2d83c9b867681d60efd0 (patch)
tree403f2070a58fc6b35f21e1d5b74b2ce760a6c571 /src/nvim/version.c
parentcef624ee9e14bf15598219d96f65a6e4932eb935 (diff)
downloadrneovim-de0ea44698b314cb1eaa2d83c9b867681d60efd0.tar.gz
rneovim-de0ea44698b314cb1eaa2d83c9b867681d60efd0.tar.bz2
rneovim-de0ea44698b314cb1eaa2d83c9b867681d60efd0.zip
vim-patch: 7.4.1101
Problem: With 'rightleft' and concealing the cursor may move to the wrong position. Solution: Compute the column differently when 'rightleft' is set. (Hirohito Higashi) https://github.com/vim/vim/commit/e39b3d9fb4e4006684c33847d1ef6a0d742699dd
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r--src/nvim/version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c
index 5ead7cecbe..d7051647dd 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -264,7 +264,7 @@ static int included_patches[] = {
// 1104 NA
// 1103 NA
// 1102,
- // 1101,
+ 1101,
// 1100 NA
// 1099 NA
// 1098 NA