0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

patch 7.4.1574

Problem:    ":undo 0" does not work. (Florent Fayolle)
Solution:   Make it undo all the way. (closes #688)
This commit is contained in:
Bram Moolenaar
2016-03-15 17:43:55 +01:00
parent ce2ec0a82a
commit d22e9465f6
4 changed files with 11 additions and 3 deletions

View File

@@ -743,6 +743,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1574,
/**/
1573,
/**/