diff options
author | raichoo <raichoo@googlemail.com> | 2017-03-11 13:42:06 +0100 |
---|---|---|
committer | raichoo <raichoo@googlemail.com> | 2017-03-19 21:14:11 +0100 |
commit | 86b1e7f5834d58eebc87735c9a531040fea1a0f7 (patch) | |
tree | 684d0cf0981fa2e68c76d0ef074495193e87dc8d /src/nvim/version.c | |
parent | a4f20db08ce2824d3a63b5ae50aabbea14830ac2 (diff) | |
download | rneovim-86b1e7f5834d58eebc87735c9a531040fea1a0f7.tar.gz rneovim-86b1e7f5834d58eebc87735c9a531040fea1a0f7.tar.bz2 rneovim-86b1e7f5834d58eebc87735c9a531040fea1a0f7.zip |
vim-patch:7.4.2362
Problem: Illegal memory access with ":1@". (Dominique Pelle)
Solution: Correct cursor column after setting the line number. Also avoid
calling end_visual_mode() when not in Visual mode.
https://github.com/vim/vim/commit/4930a76a0357f76a829eafe4985d04cf3ce0e9e0
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index e79d7a0faa..7d44efb401 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -79,7 +79,7 @@ static int included_patches[] = { // 2365 NA // 2364, // 2363 NA - // 2362, + 2362, // 2361 NA // 2360, // 2359 NA |