comparison src/version.c @ 4448:ba53304245f0 v7.3.972

updated for version 7.3.972 Problem: Cursor not restored after InsertEnter autocommand if it moved to another line. Solution: Also restore if the saved line number is still valid. Allow setting v:char to skip restoring.
author Bram Moolenaar <bram@vim.org>
date Sun, 19 May 2013 21:15:15 +0200
parents 8d6bb2338a58
children 09e1e574a52d
comparison
equal deleted inserted replaced
4447:7a054755d38d 4448:ba53304245f0
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 972,
731 /**/ 733 /**/
732 971, 734 971,
733 /**/ 735 /**/
734 970, 736 970,
735 /**/ 737 /**/