Mercurial > vim
comparison src/version.c @ 3194:972bd3fca556 v7.3.367
updated for version 7.3.367
Problem: :wundo and :rundo use a wrong checksum.
Solution: Include the last line when computing the hash. (Christian Brabandt)
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Thu, 08 Dec 2011 15:14:09 +0100 |
parents | 436b42f3cba1 |
children | 4e9c5338f44c |
comparison
equal
deleted
inserted
replaced
3193:4f75e3e54ff3 | 3194:972bd3fca556 |
---|---|
712 NULL | 712 NULL |
713 }; | 713 }; |
714 | 714 |
715 static int included_patches[] = | 715 static int included_patches[] = |
716 { /* Add new patch number below this line */ | 716 { /* Add new patch number below this line */ |
717 /**/ | |
718 367, | |
717 /**/ | 719 /**/ |
718 366, | 720 366, |
719 /**/ | 721 /**/ |
720 365, | 722 365, |
721 /**/ | 723 /**/ |