Mercurial > vim
comparison src/version.c @ 2189:cb94c42c0e1a v7.2.445
updated for version 7.2.445
Problem: Crash when using undo/redo and a FileChangedRO autocmd event that
reloads the buffer. (Dominique Pelle)
Solution: Do not allow autocommands while performing and undo or redo.
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Wed, 07 Jul 2010 18:20:28 +0200 |
parents | dc8ee74574f8 |
children | b619655b31db |
comparison
equal
deleted
inserted
replaced
2187:dc8ee74574f8 | 2189:cb94c42c0e1a |
---|---|
679 NULL | 679 NULL |
680 }; | 680 }; |
681 | 681 |
682 static int included_patches[] = | 682 static int included_patches[] = |
683 { /* Add new patch number below this line */ | 683 { /* Add new patch number below this line */ |
684 /**/ | |
685 445, | |
684 /**/ | 686 /**/ |
685 444, | 687 444, |
686 /**/ | 688 /**/ |
687 443, | 689 443, |
688 /**/ | 690 /**/ |