vim-patch:7.4.1574

Problem:    ":undo 0" does not work. (Florent Fayolle)
Solution:   Make it undo all the way. (closes vim/vim#688)

d22e9465f6
This commit is contained in:
Florent FAYOLLE
2016-03-15 22:39:30 +01:00
parent 6b22a742c7
commit df15f97889
2 changed files with 8 additions and 1 deletions

View File

@@ -69,6 +69,7 @@ static char *features[] = {
// clang-format off
static int included_patches[] = {
1574,
1570,
1511,
1366,