log src/getchar.c @ 15521:6d949e552e99 v8.1.0768

age author description
Sun, 13 Jan 2019 23:45:08 +0100 Bram Moolenaar patch 8.1.0743: giving error messages is not flexible v8.1.0743
Sun, 07 Oct 2018 23:30:06 +0200 Bram Moolenaar patch 8.1.0466: autocmd test fails v8.1.0466
Sun, 30 Sep 2018 21:45:07 +0200 Christian Brabandt patch 8.1.0443: unnecessary static function prototypes v8.1.0443
Sun, 30 Sep 2018 17:15:08 +0200 Christian Brabandt patch 8.1.0439: recursive use of getcmdline() still not protected v8.1.0439
Mon, 10 Sep 2018 21:15:07 +0200 Christian Brabandt patch 8.1.0362: cannot get the script line number when executing a function v8.1.0362
Fri, 27 Jul 2018 23:30:05 +0200 Christian Brabandt patch 8.1.0216: part of file not indented properly v8.1.0216
Tue, 03 Jul 2018 15:00:09 +0200 Christian Brabandt patch 8.1.0140: recording into a register has focus events v8.1.0140
Tue, 12 Jun 2018 21:45:08 +0200 Christian Brabandt patch 8.1.0052: when mapping to <Nop> times out the next mapping is skipped v8.1.0052
Wed, 23 May 2018 22:00:06 +0200 Christian Brabandt patch 8.1.0022: repeating put from expression register fails v8.1.0022
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, 15 May 2018 22:30:07 +0200 Christian Brabandt patch 8.0.1845: various comment updates needed, missing white space v8.0.1845
Sat, 12 May 2018 21:45:05 +0200 Christian Brabandt patch 8.0.1825: might use NULL pointer when out of memory v8.0.1825
Tue, 01 May 2018 19:00:07 +0200 Christian Brabandt patch 8.0.1786: no test for 'termwinkey' v8.0.1786
Tue, 24 Apr 2018 15:30:08 +0200 Christian Brabandt patch 8.0.1753: various warnings from a static analyser v8.0.1753
Wed, 18 Apr 2018 23:15:06 +0200 Christian Brabandt patch 8.0.1735: flexible array member feature not supported by HP-UX v8.0.1735
Mon, 16 Apr 2018 15:00:07 +0200 Christian Brabandt patch 8.0.1723: using one item array size declaration is misleading v8.0.1723
Sun, 04 Mar 2018 18:15:08 +0100 Christian Brabandt patch 8.0.1564: too many #ifdefs v8.0.1564
Tue, 27 Feb 2018 16:30:05 +0100 Christian Brabandt patch 8.0.1546: using feedkeys() in a terminal may trigger mappings v8.0.1546
Fri, 09 Feb 2018 12:15:05 +0100 Christian Brabandt patch 8.0.1479: insert mode completion state is confusing v8.0.1479
Wed, 31 Jan 2018 21:00:08 +0100 Christian Brabandt patch 8.0.1449: slow redrawing with DirectX v8.0.1449
Sat, 25 Nov 2017 17:15:05 +0100 Christian Brabandt patch 8.0.1338: USE_IM_CONTROL is confusing and incomplete v8.0.1338
Sat, 18 Nov 2017 22:15:05 +0100 Christian Brabandt patch 8.0.1312: balloon_show() only works in terminal when compiled with GUI v8.0.1312
Sat, 18 Nov 2017 19:00:06 +0100 Christian Brabandt patch 8.0.1309: cannot use 'balloonexpr' in a terminal v8.0.1309
Sat, 28 Oct 2017 21:15:35 +0200 Christian Brabandt patch 8.0.1236: Mac features are confusing v8.0.1236
Fri, 22 Sep 2017 15:30:06 +0200 Christian Brabandt patch 8.0.1136: W_WIDTH() is always the same v8.0.1136
Sat, 16 Sep 2017 21:00:06 +0200 Christian Brabandt patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefs v8.0.1118
Thu, 14 Sep 2017 20:45:05 +0200 Christian Brabandt patch 8.0.1108: cannot specify mappings for the terminal window v8.0.1108
Tue, 05 Sep 2017 22:30:04 +0200 Christian Brabandt patch 8.0.1060: when imstyle is one, mapping <Left> breaks preediting v8.0.1060
Wed, 30 Aug 2017 19:00:05 +0200 Christian Brabandt patch 8.0.1020: when a timer calls getchar(1) input is overwritten v8.0.1020
Sat, 24 Jun 2017 19:00:03 +0200 Christian Brabandt patch 8.0.0671: hang when typing CTRL-C in confirm() in timer v8.0.0671
Wed, 07 Jun 2017 20:45:03 +0200 Christian Brabandt patch 8.0.0628: cursor disappears after silent mapping v8.0.0628
Mon, 05 Jun 2017 19:45:03 +0200 Christian Brabandt patch 8.0.0626: in the GUI the cursor may flicker v8.0.0626
Sat, 08 Apr 2017 18:45:03 +0200 Christian Brabandt patch 8.0.0551: the typeahead buffer is reallocated too often v8.0.0551
Fri, 07 Apr 2017 20:00:04 +0200 Christian Brabandt patch 8.0.0548: saving the redo buffer only works one time v8.0.0548
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:15:06 +0100 Christian Brabandt patch 8.0.0452: some macros are in lower case v8.0.0452
Thu, 02 Mar 2017 23:15:05 +0100 Christian Brabandt patch 8.0.0402: :map completion does not have <special> v8.0.0402
Sat, 21 Jan 2017 20:15:04 +0100 Christian Brabandt patch 8.0.0210: no support for bracketed paste v8.0.0210
Tue, 10 Jan 2017 14:00:04 +0100 Christian Brabandt patch 8.0.0164: outdated and misplaced comments v8.0.0164
Thu, 10 Nov 2016 20:15:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/95f096030ed1a8afea028f2ea295d6f6a70f466f v8.0.0074
Mon, 29 Aug 2016 23:00:11 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/edf3f97ae2af024708ebb4ac614227327033ca47 v7.4.2293
Fri, 26 Aug 2016 22:30:07 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/d29459baa61819e59961804ed258efac5733ec70 v7.4.2263
Wed, 17 Aug 2016 21:45:07 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/d3c907b5d2b352482b580a0cf687cbbea4c19ea1 v7.4.2223
Tue, 16 Aug 2016 23:00:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/6bff02eb530aa29aafa2cb5627399837be7a5dd5 v7.4.2222
Sat, 04 Jun 2016 20:30:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/fd89d7ea81b18d32363456b16258174dc9e095dc v7.4.1897
Sat, 04 Jun 2016 13:45:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/cda7764d8e65325d4524e5d6c3174121eeb12cad v7.4.1886
Wed, 25 May 2016 21:30:08 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/8e8df251bf2505e5decf258397c6069fbe5e2e01 v7.4.1844
Thu, 14 Apr 2016 13:00:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/ebf7dfa6f121c82f97d2adca3d45fbaba9ad8f7e v7.4.1727
Tue, 23 Feb 2016 15:00:08 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/48e330aff911be1c798c88a973af6437a8141fce v7.4.1399
Wed, 10 Feb 2016 22:30:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/2ab375e54ef4eac438d1aef8b99d9e71f2fa0c63 v7.4.1300
Sun, 31 Jan 2016 18:15:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/448a22549b4528fd81d520497f30672567199c96 v7.4.1227
Sun, 31 Jan 2016 15:00:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/e2c3810c2ae290bbc2cba18eb47cc2d44e4b9797 v7.4.1222
Sat, 30 Jan 2016 16:45:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/66f948e928d5e0cd3123af902aa8ac1613534c94 v7.4.1207
Fri, 29 Jan 2016 22:15:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/d25c16e2f2776d50245bf31d6e4d5364f12d188e v7.4.1197
Thu, 21 Jan 2016 23:45:06 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/25281634cda03ce302aaf9f906a9520b5f81f91e v7.4.1150
Thu, 31 Dec 2015 19:15:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/e7fedb6ebe72d9a475aa65109b77d5ed4667067a v7.4.1008
Tue, 15 Sep 2015 18:30:04 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/2455c4ede8d4ff6f0754977b548708eec08869eb v7.4.870
Tue, 15 Sep 2015 14:15:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/93c88e0f6a4a8f7634ed84721daf4af46fc0d5db v7.4.866
Fri, 10 Jul 2015 17:19:30 +0200 Bram Moolenaar patch 7.4.773 v7.4.773
Wed, 14 Jan 2015 14:08:44 +0100 Bram Moolenaar updated for version 7.4.571 v7.4.571