comparison 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
comparison
equal deleted inserted replaced
7725:6de202317f9c 7726:f6311c321411
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 1161,
744 /**/ 746 /**/
745 1160, 747 1160,
746 /**/ 748 /**/
747 1159, 749 1159,
748 /**/ 750 /**/