log src/ops.c @ 14202:51693b1a640e v8.1.0118

age author description
Wed, 27 Jun 2018 21:00:07 +0200 Christian Brabandt patch 8.1.0118: duplicate error message for put command v8.1.0118
Sat, 23 Jun 2018 19:30:07 +0200 Christian Brabandt patch 8.1.0105: all tab stops are the same v8.1.0105
Sun, 03 Jun 2018 15:00:07 +0200 Christian Brabandt patch 8.1.0027: difficult to make a plugin that feeds a line to a job v8.1.0027
Tue, 22 May 2018 20:45:05 +0200 Christian Brabandt patch 8.1.0020: cannot tell whether a register is executing or recording v8.1.0020
Tue, 01 May 2018 19:30:06 +0200 Christian Brabandt patch 8.0.1787: cannot insert the whole cursor line v8.0.1787
Mon, 30 Apr 2018 17:30:07 +0200 Christian Brabandt patch 8.0.1779: deleting in a block selection causes problems v8.0.1779
Tue, 10 Apr 2018 13:30:07 +0200 Christian Brabandt patch 8.0.1682: auto indenting breaks inserting a block v8.0.1682
Sun, 08 Apr 2018 16:45:07 +0200 Christian Brabandt patch 8.0.1679: compiler warning for printf format v8.0.1679
Sun, 08 Apr 2018 13:15:07 +0200 Christian Brabandt patch 8.0.1677: no compiler warning for wrong format in vim_snprintf() v8.0.1677
Tue, 06 Mar 2018 20:00:07 +0100 Christian Brabandt patch 8.0.1587: inserting from the clipboard doesn't work literally v8.0.1587
Sun, 04 Mar 2018 18:15:08 +0100 Christian Brabandt patch 8.0.1564: too many #ifdefs v8.0.1564
Sun, 11 Feb 2018 15:15:06 +0100 Christian Brabandt patch 8.0.1501: out-of-memory situation not correctly handled v8.0.1501
Sat, 10 Feb 2018 19:00:07 +0100 Christian Brabandt patch 8.0.1496: clearing a pointer takes two lines v8.0.1496
Tue, 06 Feb 2018 23:00:07 +0100 Christian Brabandt patch 8.0.1475: invalid memory access in read_redo() v8.0.1475
Tue, 19 Dec 2017 12:30:05 +0100 Christian Brabandt patch 8.0.1411: reading invalid memory with CTRL-W : v8.0.1411
Sun, 17 Dec 2017 15:00:05 +0100 Christian Brabandt patch 8.0.1399: warnings and errors when building tiny version v8.0.1399
Sat, 16 Dec 2017 18:30:05 +0100 Christian Brabandt patch 8.0.1394: cannot intercept a yank command v8.0.1394
Tue, 05 Dec 2017 17:30:05 +0100 Christian Brabandt patch 8.0.1374: CTRL-A does not work with an empty line v8.0.1374
Sun, 15 Oct 2017 22:00:05 +0200 Christian Brabandt patch 8.0.1199: when 'clipboard' is "autoselectplus" star register is set v8.0.1199
Sun, 03 Sep 2017 14:15:03 +0200 Christian Brabandt patch 8.0.1044: warning for uninitialized variable v8.0.1044
Sat, 02 Sep 2017 23:30:04 +0200 Christian Brabandt patch 8.0.1043: warning for uninitialized variable v8.0.1043
Sat, 02 Sep 2017 20:45:04 +0200 Christian Brabandt patch 8.0.1041: bogus characters when indenting during visual-block append v8.0.1041
Sun, 06 Aug 2017 15:45:04 +0200 Christian Brabandt patch 8.0.0879: crash when shifting with huge number v8.0.0879
Sun, 16 Jul 2017 21:00:03 +0200 Christian Brabandt patch 8.0.0727: message about what register to yank into is not translated v8.0.0727
Sun, 16 Jul 2017 18:00:04 +0200 Christian Brabandt patch 8.0.0724: the message for yanking doesn't indicate the register v8.0.0724
Tue, 27 Jun 2017 15:45:03 +0200 Christian Brabandt patch 8.0.0681: unnamed register only contains the last deleted text v8.0.0681
Wed, 29 Mar 2017 19:30:06 +0200 Christian Brabandt patch 8.0.0522: Win32: when 'clipboard' is "unnamed" yyp does not work v8.0.0522
Thu, 16 Mar 2017 17:30:06 +0100 Christian Brabandt patch 8.0.0466: still macros that should be all-caps v8.0.0466
Sun, 12 Mar 2017 20:45:04 +0100 Christian Brabandt patch 8.0.0453: adding fold marker creates new comment v8.0.0453
Sun, 12 Mar 2017 20:15:06 +0100 Christian Brabandt patch 8.0.0452: some macros are in lower case v8.0.0452
Sun, 12 Mar 2017 19:30:05 +0100 Christian Brabandt patch 8.0.0451: some macros are in lower case v8.0.0451
Sun, 12 Mar 2017 18:30:06 +0100 Christian Brabandt patch 8.0.0448: some macros are in lower case v8.0.0448
Sun, 05 Mar 2017 18:15:04 +0100 Christian Brabandt patch 8.0.0421: diff mode wrong when adding line at end of buffer v8.0.0421
Sat, 04 Feb 2017 21:45:04 +0100 Christian Brabandt patch 8.0.0303: bracketed paste does not work in Visual mode v8.0.0303
Wed, 01 Feb 2017 22:00:04 +0100 Christian Brabandt patch 8.0.0291: Visual block insertion does not insert in all lines v8.0.0291
Wed, 01 Feb 2017 15:15:04 +0100 Christian Brabandt patch 8.0.0282: need to use CTRL-O twice when in Visual-Insert mode v8.0.0282
Tue, 24 Jan 2017 21:00:05 +0100 Christian Brabandt patch 8.0.0236: gcc complains about uninitialized variable v8.0.0236
Tue, 24 Jan 2017 20:00:04 +0100 Christian Brabandt patch 8.0.0234: crash when using put in Visual mode v8.0.0234
Mon, 23 Jan 2017 22:00:04 +0100 Christian Brabandt patch 8.0.0225: put in Visual block mode terminates early v8.0.0225
Sun, 22 Jan 2017 20:15:04 +0100 Christian Brabandt patch 8.0.0222: blockwise put on multi-byte character misplaced v8.0.0222
Mon, 02 Jan 2017 17:45:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/f8eb9c51e5bbd10e59c9b1247f8f6c7f5b77ccd0 v8.0.0140
Mon, 02 Jan 2017 15:00:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/54b2bfa399017ebae76ed62f21578261d1b55c1f v8.0.0136
Sun, 04 Sep 2016 15:15:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/d77f9d595eb5f301b39b4373f2900a13c0ca30e2 v7.4.2323
Mon, 29 Aug 2016 23:00:11 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/edf3f97ae2af024708ebb4ac614227327033ca47 v7.4.2293
Wed, 10 Aug 2016 21:00:08 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/a6b7a08ae04a3cd4d9c45c906bb7a197e2135179 v7.4.2192
Fri, 01 Jul 2016 18:30:07 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/22fcfad29276bd5f317faf516637dcd491b96a12 v7.4.1976
Mon, 20 Jun 2016 21:30:07 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/ad5ca9bc1e7145474adb082775a805f1731e9e37 v7.4.1948
Tue, 14 Jun 2016 21:45:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/67e3720a9ddd8a9d2e8344358c28fa1f4196db0d v7.4.1936
Sun, 12 Jun 2016 21:30:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/cf089463492fab53b2a5d81517829d22f882f82e v7.4.1924
Sat, 11 Jun 2016 21:15:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/46bbb0c4ba27395859dfeaa26938483946bb4ec2 v7.4.1919
Sat, 04 Jun 2016 20:15:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/82faa259cc42379f2a17d598a2a39d14048685b0 v7.4.1896
Sat, 23 Apr 2016 14:45:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/dc633cf82758f67f656cda7fa8ccc30414ee53f8 v7.4.1780
Fri, 08 Apr 2016 17:15:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/107e1eef1df3b786ad3ad49fbdb9e058649303b5 v7.4.1719
Mon, 21 Mar 2016 23:15:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/8e08125d3a9afd0b16cd84454ae9ddad0abaaab0 v7.4.1634
Sat, 05 Mar 2016 17:30:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/20b4f463f4ab50fa9bcc9838aa94101fa5698125 v7.4.1491
Sat, 30 Jan 2016 19:45:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/9b57814db13c29ecb08260b36923c0e1c8a373a9 v7.4.1211
Fri, 29 Jan 2016 23:00:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/baaa7e9ec7398a813e21285c272fa99792642077 v7.4.1199
Tue, 12 Jan 2016 21:15:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/7ae4fbca552c972eb3645ece02a2807e517610d7 v7.4.1088
Sun, 10 Jan 2016 22:15:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/d79e55016cf8268cee935f1ac3b5b28712d1399e v7.4.1087
Sun, 10 Jan 2016 20:30:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/a52dfaed104183c1fa2a3b6e4430b23d86bcbece v7.4.1085