diff src/version.c @ 7726:f6311c321411 v7.4.1161

commit https://github.com/vim/vim/commit/2faa29f896252073b53f387406109e331fbbe5f8 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 23 23:02:34 2016 +0100 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 https://github.com/vim/vim/issues/577)
author Christian Brabandt <cb@256bit.org>
date Sat, 23 Jan 2016 23:15:05 +0100
parents 87f3f9536ecf
children e493c5dd85b3
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1161,
+/**/
     1160,
 /**/
     1159,