comparison src/version.c @ 6318:5e998fc610d5 v7.4.492

updated for version 7.4.492 Problem: In Insert mode, after inserting a newline that inserts a comment leader, CTRL-O moves to the right. (ZyX) Issue 57. Solution: Correct the condition for moving the cursor back to the NUL. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Fri, 31 Oct 2014 19:20:36 +0100
parents 5f54e1995751
children a0daa5feaccb
comparison
equal deleted inserted replaced
6317:7bcb17fdf87a 6318:5e998fc610d5
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 492,
744 /**/ 746 /**/
745 491, 747 491,
746 /**/ 748 /**/
747 490, 749 490,
748 /**/ 750 /**/