aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorlonerover <pathfinder1644@yahoo.com>2017-03-22 12:24:07 +0800
committerlonerover <pathfinder1644@yahoo.com>2017-04-01 22:45:36 +0800
commit53da57d27a8ee47fe42604ad07bb7c956d9012f5 (patch)
tree127699227db448d4c2ddac9a16eea1a4d986bafe /src/nvim/version.c
parent8de53157b691dd4ce604a5be0e2d9c3b6014bfdb (diff)
downloadrneovim-53da57d27a8ee47fe42604ad07bb7c956d9012f5.tar.gz
rneovim-53da57d27a8ee47fe42604ad07bb7c956d9012f5.tar.bz2
rneovim-53da57d27a8ee47fe42604ad07bb7c956d9012f5.zip
vim-patch:7.4.2236
Problem: The 'langnoremap' option leads to double negatives. And it does not work for the last character of a mapping. Solution: Add 'langremap' with the opposite value. Keep 'langnoremap' for backwards compatibility. Make it work for the last character of a mapping. Make the test work. https://github.com/vim/vim/commit/920694c1b60fac8017b8909efcc24f189804a9bb
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 fdf5436a98..ba1ebc8f2c 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -205,7 +205,7 @@ static const int included_patches[] = {
// 2239,
// 2238 NA
2237,
- // 2236,
+ 2236,
2235,
// 2234 NA
2233,