commit | 2faa29f896252073b53f387406109e331fbbe5f8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 23 23:02:34 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 23 23:02:34 2016 +0100 |
tree | b6a11b3de6950ea9c623656b0a5765173026f281 | |
parent | bd4593ffb170230504500ddedabad3fad1f31291 [diff] [blame] |
patch 7.4.1161 Problem: ":argadd" without argument is supposed to add the current buffer name to the arglist. Solution: Make it work as documented. (Coot, closes #577)
diff --git a/src/version.c b/src/version.c index 25ba3b9..ca83550 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1161, +/**/ 1160, /**/ 1159,