Mercurial > vim
comparison src/version.c @ 4909:2945fe016b93 v7.3.1200
updated for version 7.3.1200
Problem: When calling setline() from Insert mode, using CTRL-R =, undo does
not work properly. (Israel Chauca)
Solution: Sync undo after evaluating the expression. (Christian Brabandt)
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Sat, 15 Jun 2013 17:54:43 +0200 |
parents | be2973afe770 |
children | d8f65e6238fa |
comparison
equal
deleted
inserted
replaced
4908:e362e9e2ae39 | 4909:2945fe016b93 |
---|---|
726 NULL | 726 NULL |
727 }; | 727 }; |
728 | 728 |
729 static int included_patches[] = | 729 static int included_patches[] = |
730 { /* Add new patch number below this line */ | 730 { /* Add new patch number below this line */ |
731 /**/ | |
732 1200, | |
731 /**/ | 733 /**/ |
732 1199, | 734 1199, |
733 /**/ | 735 /**/ |
734 1198, | 736 1198, |
735 /**/ | 737 /**/ |