comparison src/version.c @ 5078:22ac43fb6d30 v7.3.1282

updated for version 7.3.1282 Problem: 'cursorline' not drawn in any other window. (Charles Campbell) Solution: Do draw the cursor line in other windows.
author Bram Moolenaar <bram@vim.org>
date Mon, 01 Jul 2013 20:18:33 +0200
parents 19ed30f7cef7
children d6ceddc0be86
comparison
equal deleted inserted replaced
5077:a041ca5ae9a8 5078:22ac43fb6d30
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 1282,
731 /**/ 733 /**/
732 1281, 734 1281,
733 /**/ 735 /**/
734 1280, 736 1280,
735 /**/ 737 /**/