diff options
author | KunMing Xie <qqzz014@gmail.com> | 2017-08-07 05:04:50 +0800 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-08-06 23:04:50 +0200 |
commit | 644fa6537cfda6281f6ac6c837b9a08fa35fb516 (patch) | |
tree | c65c95c69ee55d0e8027d54a6c33640fdad43ce5 /src/nvim/version.c | |
parent | d1f0b5aa5d594f3041c3fc6c026ff720c07beaeb (diff) | |
download | rneovim-644fa6537cfda6281f6ac6c837b9a08fa35fb516.tar.gz rneovim-644fa6537cfda6281f6ac6c837b9a08fa35fb516.tar.bz2 rneovim-644fa6537cfda6281f6ac6c837b9a08fa35fb516.zip |
vim-patch:8.0.0143 (#7120)
Problem: Line number of current buffer in getbufinfo() is wrong.
Solution: For the current buffer use the current line number. (Ken Takata)
https://github.com/vim/vim/commit/f845b87f2b3a45cbee160e28d7a3f50e54054809
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 fd2f1fd212..aa7c613f3a 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -809,7 +809,7 @@ static const int included_patches[] = { 146, // 145 NA // 144 NA - // 143, + 143, // 142, // 141, // 140, |