comparison src/version.c @ 5438:878ed73c7070 v7.4.069

updated for version 7.4.069 Problem: Cannot right shift lines starting with #. Solution: Allow the right shift when 'cino' contains #N with N > 0. (Christian Brabandt) Refactor parsing 'cino', store the values in the buffer.
author Bram Moolenaar <bram@vim.org>
date Tue, 05 Nov 2013 07:13:41 +0100
parents efa40be729c2
children e6f3f66028d4
comparison
equal deleted inserted replaced
5437:7772f379c73d 5438:878ed73c7070
736 NULL 736 NULL
737 }; 737 };
738 738
739 static int included_patches[] = 739 static int included_patches[] =
740 { /* Add new patch number below this line */ 740 { /* Add new patch number below this line */
741 /**/
742 69,
741 /**/ 743 /**/
742 68, 744 68,
743 /**/ 745 /**/
744 67, 746 67,
745 /**/ 747 /**/