comparison src/version.c @ 5875:daf7e98675cf v7.4.280

updated for version 7.4.280 Problem: When using a session file the relative position of the cursor is not restored if there is another tab. (Nobuhiro Takasaki) Solution: Update w_wrow before calculating the fraction.
author Bram Moolenaar <bram@vim.org>
date Wed, 07 May 2014 20:25:35 +0200
parents 8e9db1f27a00
children 24c90f1fec85
comparison
equal deleted inserted replaced
5874:9e12e8453963 5875:daf7e98675cf
732 NULL 732 NULL
733 }; 733 };
734 734
735 static int included_patches[] = 735 static int included_patches[] =
736 { /* Add new patch number below this line */ 736 { /* Add new patch number below this line */
737 /**/
738 280,
737 /**/ 739 /**/
738 279, 740 279,
739 /**/ 741 /**/
740 278, 742 278,
741 /**/ 743 /**/