log src/undo.c @ 5704:47a673b20e49 v7.4.197

age author description
Wed, 12 Mar 2014 16:51:55 +0100 Bram Moolenaar updated for version 7.4.197 v7.4.197
Thu, 23 Jan 2014 18:12:49 +0100 Bram Moolenaar updated for version 7.4.157 v7.4.157
Thu, 07 Nov 2013 03:04:11 +0100 Bram Moolenaar updated for version 7.4.074 v7.4.074
Wed, 06 Nov 2013 05:26:15 +0100 Bram Moolenaar updated for version 7.4.073 v7.4.073
Sun, 08 Sep 2013 15:40:49 +0200 Bram Moolenaar updated for version 7.4.024 v7.4.024
Mon, 10 Jun 2013 20:25:10 +0200 Bram Moolenaar updated for version 7.3.1160 v7.3.1160
Mon, 15 Apr 2013 15:47:12 +0200 Bram Moolenaar updated for version 7.3.901 v7.3.901
Thu, 23 Aug 2012 12:59:02 +0200 Bram Moolenaar updated for version 7.3.634 v7.3.634
Fri, 01 Jun 2012 13:46:12 +0200 Bram Moolenaar updated for version 7.3.533 v7.3.533
Thu, 08 Dec 2011 15:14:09 +0100 Bram Moolenaar updated for version 7.3.367 v7.3.367
Sat, 22 Jan 2011 21:25:11 +0100 Bram Moolenaar updated for version 7.3.107 v7.3.107
Sat, 22 Jan 2011 00:11:50 +0100 Bram Moolenaar updated for version 7.3.103 v7.3.103
Fri, 17 Dec 2010 18:06:06 +0100 Bram Moolenaar updated for version 7.3.085 v7.3.085
Fri, 17 Dec 2010 16:27:16 +0100 Bram Moolenaar updated for version 7.3.083 v7.3.083
Wed, 03 Nov 2010 19:32:42 +0100 Bram Moolenaar updated for version 7.3.048 v7.3.048
Fri, 20 Aug 2010 11:11:57 +0200 Bram Moolenaar Fold Vim 7.2 default branch back to trunk to avoid two heads. (Tony
Sat, 07 Aug 2010 12:54:12 +0200 Bram Moolenaar Fix: ml_get errors when using undo with 'virtualedit'. vim73
Wed, 04 Aug 2010 14:29:54 +0200 Bram Moolenaar When undoing a reload, move the cursor to the first changed line. vim73
Sun, 25 Jul 2010 16:05:19 +0200 Bram Moolenaar Fix: editing a not encrypted file after a crypted file messed up reading the vim73
Sat, 24 Jul 2010 20:27:03 +0200 Bram Moolenaar Add the 'undoreload' option to be able to undo a file reload. vim73
Fri, 23 Jul 2010 22:10:27 +0200 Bram Moolenaar Add the 'concealcursor' option to decide when the cursor line is to be vim73
Wed, 21 Jul 2010 20:31:07 +0200 Bram Moolenaar Fix build problem when fchown() not available. (Gary Johnson) vim73
Mon, 19 Jul 2010 19:52:13 +0200 Bram Moolenaar Rename w_p_conceal to w_p_conc for consistency. vim73
Sun, 18 Jul 2010 21:42:34 +0200 Bram Moolenaar Fixes and improvements for MS-Windows build. vim73
Wed, 14 Jul 2010 16:52:17 +0200 Bram Moolenaar Support completion for ":find". (Nazri Ramliy) vim73
Thu, 08 Jul 2010 22:27:55 +0200 Bram Moolenaar Make synstack() work on the character just after the end of the line. vim73
Wed, 07 Jul 2010 18:26:28 +0200 Bram Moolenaar Apply patch 7.2.445. vim73
Fri, 02 Jul 2010 20:20:09 +0200 Bram Moolenaar Make updating text for conceal mode simpler. A few compiler warning fixes. vim73
Sun, 27 Jun 2010 05:18:54 +0200 Bram Moolenaar Added ":earlier 1f" and ":later 1f". vim73
Sun, 27 Jun 2010 01:15:55 +0200 Bram Moolenaar Add file save counter to undo information. Add undotree() function. vim73