aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorckelsel <ckelsel@hotmail.com>2017-07-19 22:48:05 +0800
committerJames McCoy <jamessan@jamessan.com>2017-08-16 12:48:58 -0400
commit8dddf5590796994254fb31b4cbe1736ec3faf9f6 (patch)
tree3ded9ed145e3d073608cf20f023e0089c7126984 /src/nvim/version.c
parent30cb66e8ba520d4564189ff763b5859e3d80581f (diff)
downloadrneovim-8dddf5590796994254fb31b4cbe1736ec3faf9f6.tar.gz
rneovim-8dddf5590796994254fb31b4cbe1736ec3faf9f6.tar.bz2
rneovim-8dddf5590796994254fb31b4cbe1736ec3faf9f6.zip
vim-patch:8.0.0044
Problem: In diff mode the cursor may end up below the last line, resulting in an ml_get error. Solution: Check the line to be valid. https://github.com/vim/vim/commit/025e3e0bafbc85cc4e365145af711edf99d0a90d
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 f4984864f3..86c87b08ef 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -908,7 +908,7 @@ static const int included_patches[] = {
47,
46,
// 45 NA
- // 44,
+ 44,
43,
42,
41,