| commit | 6f852a557df33b8d0562aad3ddc3ff529626bb4f | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Sun Apr 14 16:26:15 2013 +0200 |
| committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 14 16:26:15 2013 +0200 |
| tree | aae9f53c25720eae6c37a0e1727dc28c3461cf4f | |
| parent | 7311c6932c22f2afae13266e05780daa01b859ee [diff] [blame] |
updated for version 7.3.891
Problem: Merging viminfo history doesn't work well.
Solution: Don't stop when one type of history is empty. Don't merge history
when writing viminfo.
diff --git a/src/version.c b/src/version.c index 197940e..75cbcdb 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 891, +/**/ 890, /**/ 889,