comparison src/version.c @ 2597:c3b5d3fe9404 v7.3.020

updated for version 7.3.020 Problem: Cursor position wrong when joining multiple lines and 'formatoptions' contains "a". (Moshe Kamensky) Solution: Adjust cursor position for skipped indent. (Carlo Teubner)
author Bram Moolenaar <bram@vim.org>
date Sat, 09 Oct 2010 17:23:31 +0200
parents bf9579ab26e5
children 10ce04af8c5b
comparison
equal deleted inserted replaced
2596:fae782ef63dd 2597:c3b5d3fe9404
712 NULL 712 NULL
713 }; 713 };
714 714
715 static int included_patches[] = 715 static int included_patches[] =
716 { /* Add new patch number below this line */ 716 { /* Add new patch number below this line */
717 /**/
718 20,
717 /**/ 719 /**/
718 19, 720 19,
719 /**/ 721 /**/
720 18, 722 18,
721 /**/ 723 /**/