diff options
author | raichoo <raichoo@googlemail.com> | 2017-03-11 10:27:15 +0100 |
---|---|---|
committer | raichoo <raichoo@googlemail.com> | 2017-03-19 21:14:11 +0100 |
commit | 42caeccce6e50fa3b8b25fe3076ac2fbd555b152 (patch) | |
tree | 245e091d2b751f92f5da73bd3ae857bb55aeba39 /src/nvim/version.c | |
parent | afd8eacb4e0268d6ce4dbcca9f188fc8f660cb3c (diff) | |
download | rneovim-42caeccce6e50fa3b8b25fe3076ac2fbd555b152.tar.gz rneovim-42caeccce6e50fa3b8b25fe3076ac2fbd555b152.tar.bz2 rneovim-42caeccce6e50fa3b8b25fe3076ac2fbd555b152.zip |
vim-patch:7.4.2322
Problem: Access memory beyond the end of the line. (Dominique Pelle)
Solution: Adjust the cursor column.
https://github.com/vim/vim/commit/bc54f3f3fed4dc3556df8c46cee6739d211b0eb2
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 207b561cc3..7f07e5a287 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -119,7 +119,7 @@ static int included_patches[] = { // 2325 NA // 2324, // 2323, - // 2322, + 2322, 2321, // 2320, // 2319 NA |