commit | d51cb706a4e3ae99555bc214a64c83603c701139 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 21 15:03:06 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 21 15:03:06 2015 +0200 |
tree | 6914c0192b47519a6ff749d82405148a1ce811db | |
parent | d113a80c77101e9f5723abb075882012753cf611 [diff] [blame] |
patch 7.4.791 Problem: The buffer list can be very long. Solution: Add an argument to ":ls" to specify the type of buffer to list. (Marcin Szamotulski)
diff --git a/src/version.c b/src/version.c index 18ba7d0..2b28872 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 791, +/**/ 790, /**/ 789,