comparison src/version.c @ 5182:4cbff53717d4 v7.4a.017

updated for version 7.4a.017 Problem: When 'foldmethod' is "indent", using ">>" on a line just above a fold makes the cursor line folded. (Evan Laforge) Solution: Call foldOpenCursor(). (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Sat, 13 Jul 2013 16:34:32 +0200
parents 4104bed69ea5
children c6dd0c545e5c
comparison
equal deleted inserted replaced
5181:c6eacd29d598 5182:4cbff53717d4
725 NULL 725 NULL
726 }; 726 };
727 727
728 static int included_patches[] = 728 static int included_patches[] =
729 { /* Add new patch number below this line */ 729 { /* Add new patch number below this line */
730 /**/
731 17,
730 /**/ 732 /**/
731 16, 733 16,
732 /**/ 734 /**/
733 15, 735 15,
734 /**/ 736 /**/