diff options
| author | Bram Moolenaar <Bram@vim.org> | 2012-08-29 18:50:54 +0200 |
|---|---|---|
| committer | Bram Moolenaar <Bram@vim.org> | 2012-08-29 18:50:54 +0200 |
| commit | 465748e41179169f9b432deaae9cabd0e55bb9e3 (patch) | |
| tree | 5249e67bc57c670bbefe2272ba470e4820421d45 /src/version.c | |
| parent | dd7d84647521723a0c95b72752beccdb7ce2cd02 (diff) | |
| download | vim-git-7.3.646.tar.gz | |
updated for version 7.3.646v7.3.646
Problem: When reloading a buffer the undo file becomes unusable unless ":w"
is executed. (Dmitri Frank)
Solution: After reloading the buffer write the undo file. (Christian
Brabandt)
Diffstat (limited to 'src/version.c')
| -rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index f30551b86..2f20fa674 100644 --- a/src/version.c +++ b/src/version.c @@ -720,6 +720,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 646, +/**/ 645, /**/ 644, |
