Mercurial > vim
comparison src/version.c @ 3036:df33dba4e553 v7.3.290
updated for version 7.3.290
Problem: When a BufWriteCmd autocommand resets 'modified' this doesn't
change older buffer states to be marked as 'modified' like
":write" does. (Yukihiro Nakadaira)
Solution: When the BufWriteCmd resets 'modified' then adjust the undo
information like ":write" does.
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Fri, 02 Sep 2011 11:56:20 +0200 |
parents | 44ffd0a8abcd |
children | e8ee4b4ebf41 |
comparison
equal
deleted
inserted
replaced
3035:ba9f075a347d | 3036:df33dba4e553 |
---|---|
707 NULL | 707 NULL |
708 }; | 708 }; |
709 | 709 |
710 static int included_patches[] = | 710 static int included_patches[] = |
711 { /* Add new patch number below this line */ | 711 { /* Add new patch number below this line */ |
712 /**/ | |
713 290, | |
712 /**/ | 714 /**/ |
713 289, | 715 289, |
714 /**/ | 716 /**/ |
715 288, | 717 288, |
716 /**/ | 718 /**/ |