diff options
author | Bram Moolenaar <Bram@vim.org> | 2012-02-22 17:38:00 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2012-02-22 17:38:00 +0100 |
commit | 5f1e3e4473ed4364abc9f45f61e1530f70c82194 (patch) | |
tree | 1a430c162b83cd29a45201ce377388d325fce8ff /src/version.c | |
parent | db7207e6e51cf6677545e2f8e0aca427b3cf1956 (diff) | |
download | vim-git-7.3.452.tar.gz |
updated for version 7.3.452v7.3.452
Problem: Undo broken when pasting close to the last line. (Andrey Radev)
Solution: Use a flag to remember if the deleted included the last line.
(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 f9da5db7a..0b6c063b3 100644 --- a/src/version.c +++ b/src/version.c @@ -715,6 +715,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 452, +/**/ 451, /**/ 450, |