log src/ops.c @ 18478:94223687df0e

age author description
Thu, 17 Oct 2019 23:15:04 +0200 Bram Moolenaar patch 8.1.2171: mouse support not always available v8.1.2171
Wed, 09 Oct 2019 23:00:04 +0200 Bram Moolenaar patch 8.1.2127: the indent.c file is a bit big v8.1.2127
Sun, 06 Oct 2019 22:15:04 +0200 Bram Moolenaar patch 8.1.2120: some MB_ macros are more complicated than necessary v8.1.2120
Mon, 30 Sep 2019 23:15:03 +0200 Bram Moolenaar patch 8.1.2104: the normal.c file is too big v8.1.2104
Sat, 28 Sep 2019 19:15:03 +0200 Bram Moolenaar patch 8.1.2096: too many #ifdefs v8.1.2096
Wed, 25 Sep 2019 22:45:03 +0200 Bram Moolenaar patch 8.1.2077: the ops.c file is too big v8.1.2077
Mon, 16 Sep 2019 21:15:05 +0200 Bram Moolenaar patch 8.1.2045: the option.c file is too big v8.1.2045
Fri, 13 Sep 2019 22:30:03 +0200 Bram Moolenaar patch 8.1.2026: possibly using uninitialized memory v8.1.2026
Tue, 20 Aug 2019 23:00:04 +0200 Bram Moolenaar patch 8.1.1895: using NULL pointer when out of memory v8.1.1895
Tue, 20 Aug 2019 20:15:07 +0200 Bram Moolenaar patch 8.1.1891: functions used in one file are global v8.1.1891
Tue, 06 Aug 2019 22:00:08 +0200 Bram Moolenaar patch 8.1.1823: command line history code is spread out
Tue, 23 Jul 2019 22:30:07 +0200 Bram Moolenaar patch 8.1.1736: viminfo support is spread out v8.1.1736
Tue, 25 Jun 2019 04:15:08 +0200 Bram Moolenaar patch 8.1.1588: in :let-heredoc line continuation is recognized v8.1.1588
Fri, 14 Jun 2019 21:45:06 +0200 Bram Moolenaar patch 8.1.1531: clipboard type name is inconsistent v8.1.1531
Tue, 28 May 2019 23:15:10 +0200 Bram Moolenaar patch 8.1.1414: alloc() returning "char_u *" causes a lot of type casts v8.1.1414
Sat, 25 May 2019 20:30:06 +0200 Bram Moolenaar patch 8.1.1393: unnecessary type casts v8.1.1393
Fri, 24 May 2019 19:45:05 +0200 Bram Moolenaar patch 8.1.1386: unessesary type casts for lalloc() v8.1.1386
Fri, 24 May 2019 19:00:07 +0200 Bram Moolenaar patch 8.1.1384: using "int" for alloc() often results in compiler warnings v8.1.1384
Sun, 19 May 2019 23:00:05 +0200 Bram Moolenaar patch 8.1.1359: text property wrong after :substitute with backslash v8.1.1359
Sun, 19 May 2019 20:00:09 +0200 Bram Moolenaar patch 8.1.1355: obvious mistakes are accepted as valid expressions v8.1.1355
Sun, 19 May 2019 15:30:07 +0200 Bram Moolenaar patch 8.1.1351: text property wrong after :substitute v8.1.1351
Fri, 17 May 2019 23:00:05 +0200 Bram Moolenaar patch 8.1.1343: text properties not adjusted for Visual block mode delete v8.1.1343
Fri, 17 May 2019 20:30:06 +0200 Bram Moolenaar patch 8.1.1342: using freed memory when joining line with text property v8.1.1342
Fri, 17 May 2019 20:00:06 +0200 Bram Moolenaar patch 8.1.1341: text properties are lost when joining lines v8.1.1341
Sat, 27 Apr 2019 22:15:05 +0200 Bram Moolenaar patch 8.1.1219: not checking for NULL return from alloc() v8.1.1219
Sat, 30 Mar 2019 19:00:07 +0100 Bram Moolenaar patch 8.1.1086: too many curly braces v8.1.1086
Sat, 09 Mar 2019 11:30:06 +0100 Bram Moolenaar patch 8.1.1000: indenting is off v8.1.1000
Fri, 08 Mar 2019 10:00:07 +0100 Bram Moolenaar patch 8.1.0999: use register one too often and not properly tested v8.1.0999
Sat, 02 Mar 2019 10:15:06 +0100 Bram Moolenaar patch 8.1.0989: various small code ugliness v8.1.0989
Fri, 15 Feb 2019 21:15:07 +0100 Bram Moolenaar patch 8.1.0927: USE_CR is never defined v8.1.0927
Sat, 26 Jan 2019 17:30:15 +0100 Bram Moolenaar patch 8.1.0826: too many #ifdefs v8.1.0826
Thu, 24 Jan 2019 16:00:08 +0100 Bram Moolenaar patch 8.1.0806: too many #ifdefs v8.1.0806
Sun, 20 Jan 2019 15:45:07 +0100 Bram Moolenaar patch 8.1.0785: depending on the configuration some functions are unused v8.1.0785
Sat, 19 Jan 2019 17:45:07 +0100 Bram Moolenaar patch 8.1.0779: argument for message functions is inconsistent v8.1.0779
Thu, 17 Jan 2019 17:15:06 +0100 Bram Moolenaar patch 8.1.0766: various problems when using Vim on VMS v8.1.0766
Sun, 13 Jan 2019 23:45:08 +0100 Bram Moolenaar patch 8.1.0743: giving error messages is not flexible v8.1.0743
Fri, 11 Jan 2019 16:30:05 +0100 Bram Moolenaar patch 8.1.0722: cannot build without the virtualedit feature v8.1.0722
Fri, 11 Jan 2019 14:45:06 +0100 Bram Moolenaar patch 8.1.0719: too many #ifdefs v8.1.0719
Tue, 01 Jan 2019 00:00:07 +0100 Bram Moolenaar patch 8.1.0671: cursor in the wrong column after auto-formatting v8.1.0671
Thu, 22 Nov 2018 03:15:10 +0100 Bram Moolenaar patch 8.1.0542: shiftwidth() does not take 'vartabstop' into account v8.1.0542
Fri, 16 Nov 2018 21:00:06 +0100 Bram Moolenaar patch 8.1.0535: increment/decrement might get interrupted by updating folds v8.1.0535
Sun, 30 Sep 2018 21:45:07 +0200 Christian Brabandt patch 8.1.0443: unnecessary static function prototypes v8.1.0443
Tue, 21 Aug 2018 15:15:06 +0200 Christian Brabandt patch 8.1.0306: plural messages are not translated properly v8.1.0306
Sun, 29 Jul 2018 16:15:05 +0200 Christian Brabandt patch 8.1.0226: too many #ifdefs v8.1.0226
Sun, 08 Jul 2018 17:00:07 +0200 Christian Brabandt patch 8.1.0166: using dict_add_nr_str() is clumsy v8.1.0166
Thu, 28 Jun 2018 19:30:07 +0200 Christian Brabandt patch 8.1.0125: virtual edit replace with multi-byte fails at end of line v8.1.0125
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
Sun, 10 Jan 2016 14:15:03 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/6a3c8aff0439c8406082760c54b26e00ff19a90c v7.4.1076
Mon, 04 Jan 2016 21:45:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/c71982b23978ef61d0a2f0fe5535e782e1c561ed v7.4.1050
Sun, 03 Jan 2016 23:00:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/718272a7e13c71095ce07eb3b3d5e1f9790a6991 v7.4.1044
Sun, 03 Jan 2016 23:00:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/ed767a2073ef150971b0439a58e7ee582af6984e v7.4.1042
Sat, 02 Jan 2016 18:00:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/887c1fea4a114e7170091942d0446c8882701b5b v7.4.1027
Thu, 17 Dec 2015 14:15:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/6f62fed349bf829da2adb02619dc9acba13c8ab6 v7.4.973
Thu, 19 Nov 2015 18:00:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/a0ed84a26897c994512873a895b9fc54e90c6845 v7.4.925
Tue, 11 Aug 2015 19:36:42 +0200 Bram Moolenaar patch 7.4.823 v7.4.823
Tue, 04 Aug 2015 18:23:22 +0200 Bram Moolenaar patch 7.4.806 v7.4.806
Tue, 28 Jul 2015 21:17:36 +0200 Bram Moolenaar patch 7.4.803 v7.4.803
Wed, 22 Jul 2015 22:46:13 +0200 Bram Moolenaar patch 7.4.796 v7.4.796
Fri, 17 Jul 2015 14:18:08 +0200 Bram Moolenaar patch 7.4.785 v7.4.785
Fri, 17 Jul 2015 13:22:51 +0200 Bram Moolenaar patch 7.4.783 v7.4.783
Fri, 17 Jul 2015 13:03:48 +0200 Bram Moolenaar patch 7.4.782 v7.4.782