mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 07:58:35 +00:00
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.
a24f0a550f
This commit is contained in:
@@ -559,7 +559,7 @@ static int included_patches[] = {
|
||||
// 1126,
|
||||
// 1125 NA
|
||||
// 1124 NA
|
||||
// 1123,
|
||||
1123,
|
||||
// 1122 NA
|
||||
// 1121,
|
||||
1120,
|
||||
|
Reference in New Issue
Block a user