aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorJurica Bradaric <jbradaric@gmail.com>2016-05-14 12:40:05 +0200
committerJurica Bradaric <jbradaric@gmail.com>2016-05-14 15:51:30 +0200
commitdfdf7c02be1758f4adfe487a36f372f514dda39a (patch)
treeb71d36e03a29d435be63bc29a852937828f86299 /src/nvim/version.c
parent1573aa0b0a0a17da93e4fb2220fd5d6ecbd6d267 (diff)
downloadrneovim-dfdf7c02be1758f4adfe487a36f372f514dda39a.tar.gz
rneovim-dfdf7c02be1758f4adfe487a36f372f514dda39a.tar.bz2
rneovim-dfdf7c02be1758f4adfe487a36f372f514dda39a.zip
vim-patch:7.4.1123
Problem: Using ":argadd" when there are no arguments results in the second argument to be the current one. (Yegappan Lakshmanan) Solution: Correct the w_arg_idx value. https://github.com/vim/vim/commit/a24f0a550fed3d9773800cf6be4efd072fff20ec
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 937d481e19..164f151741 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -559,7 +559,7 @@ static int included_patches[] = {
// 1126,
// 1125 NA
// 1124 NA
- // 1123,
+ 1123,
// 1122 NA
// 1121,
1120,