| Commit message (Expand) | Author | Age | Files | Lines |
* | patch 8.2.2062: <Cmd> does not handle CTRL-Vv8.2.2062 | Bram Moolenaar | 2020-11-28 | 1 | -0/+5 |
* | patch 8.2.2005: redoing a mapping with <Cmd> doesn't work properlyv8.2.2005 | Bram Moolenaar | 2020-11-18 | 1 | -0/+36 |
* | patch 8.2.1978: making a mapping work in all modes is complicatedv8.2.1978 | Bram Moolenaar | 2020-11-12 | 1 | -0/+468 |
* | patch 8.2.1919: assert_fails() setting emsg_silent changes normal executionv8.2.1919 | Bram Moolenaar | 2020-10-28 | 1 | -1/+1 |
* | patch 8.2.1432: various inconsistencies in test filesv8.2.1432 | Bram Moolenaar | 2020-08-12 | 1 | -9/+4 |
* | patch 8.2.0867: using \{xxx} for encoding a modifier is not nicev8.2.0867 | Bram Moolenaar | 2020-05-31 | 1 | -3/+3 |
* | patch 8.2.0855: GUI tests fail because the test doesn't use a modifierv8.2.0855 | Bram Moolenaar | 2020-05-30 | 1 | -3/+3 |
* | patch 8.2.0533: tests using term_wait() can still be flakyv8.2.0533 | Bram Moolenaar | 2020-04-08 | 1 | -3/+3 |
* | patch 8.2.0261: some code not covered by testsv8.2.0261 | Bram Moolenaar | 2020-02-16 | 1 | -0/+1 |
* | patch 8.2.0243: insufficient code coverage for ex_docmd.c functionsv8.2.0243 | Bram Moolenaar | 2020-02-11 | 1 | -0/+7 |
* | patch 8.2.0148: mapping related function in wrong source filev8.2.0148 | Bram Moolenaar | 2020-01-24 | 1 | -0/+41 |
* | patch 8.2.0144: some mapping code is not fully testedv8.2.0144 | Bram Moolenaar | 2020-01-23 | 1 | -1/+249 |
* | patch 8.2.0134: some map functionality not covered by testsv8.2.0134 | Bram Moolenaar | 2020-01-20 | 1 | -0/+73 |
* | patch 8.1.2336: when an expr mapping moves the cursor it is not restoredv8.1.2336 | Bram Moolenaar | 2019-11-22 | 1 | -0/+31 |
* | patch 8.1.2167: mapping test fails on MS-Windowsv8.1.2167 | Bram Moolenaar | 2019-10-16 | 1 | -2/+2 |
* | patch 8.1.2165: mapping test fails on Macv8.1.2165 | Bram Moolenaar | 2019-10-16 | 1 | -0/+3 |
* | patch 8.1.2159: some mappings are listed twicev8.1.2159 | Bram Moolenaar | 2019-10-16 | 1 | -0/+16 |
* | patch 8.1.1860: map timeout test is flakyv8.1.1860 | Bram Moolenaar | 2019-08-16 | 1 | -1/+1 |
* | patch 8.1.1858: test for multi-byte mapping fails on some systemsv8.1.1858 | Bram Moolenaar | 2019-08-16 | 1 | -1/+1 |
* | patch 8.1.1857: cannot use modifier with multi-byte characterv8.1.1857 | Bram Moolenaar | 2019-08-16 | 1 | -1/+7 |
* | patch 8.1.1826: tests use hand coded feature and option checksv8.1.1826 | Bram Moolenaar | 2019-08-07 | 1 | -1/+4 |
* | patch 8.1.1624: when testing in the GUI may try to run gvim in a terminalv8.1.1624 | Bram Moolenaar | 2019-07-04 | 1 | -2/+2 |
* | patch 8.1.1619: tests are not run with GUI on Travisv8.1.1619 | Bram Moolenaar | 2019-07-03 | 1 | -1/+1 |
* | patch 8.1.1591: on error garbage collection may free memory in usev8.1.1591 | Bram Moolenaar | 2019-06-25 | 1 | -0/+36 |
* | patch 8.1.1199: no test for :abclearv8.1.1199 | Bram Moolenaar | 2019-04-23 | 1 | -0/+56 |
* | patch 8.1.1055: CTRL-G U in Insert mode doesn't work for shift-Leftv8.1.1055 | Bram Moolenaar | 2019-03-26 | 1 | -1/+24 |
* | patch 8.1.0851: feedkeys() with "L" does not work properlyv8.1.0851 | Bram Moolenaar | 2019-01-30 | 1 | -1/+1 |
* | patch 8.1.0837: timer interrupting cursorhold and mapping not testedv8.1.0837 | Bram Moolenaar | 2019-01-27 | 1 | -1/+39 |
* | patch 8.1.0811: too many #ifdefsv8.1.0811 | Bram Moolenaar | 2019-01-24 | 1 | -4/+0 |
* | patch 8.1.0648: custom operators can't act upon a forced motionv8.1.0648 | Bram Moolenaar | 2018-12-27 | 1 | -0/+54 |
* | patch 8.0.1837: one character cmdline abbreviation not triggered after '<,'>v8.0.1837 | Bram Moolenaar | 2018-05-13 | 1 | -0/+16 |
* | patch 8.0.1766: expanding abbreviation doesn't workv8.0.1766 | Bram Moolenaar | 2018-04-26 | 1 | -0/+16 |
* | patch 8.0.0586: no test for mapping timing outv8.0.0586 | Bram Moolenaar | 2017-04-23 | 1 | -0/+27 |
* | patch 8.0.0533: abbreviation doesn't work after backspacing newlinev8.0.0533 | Bram Moolenaar | 2017-04-01 | 1 | -0/+11 |
* | patch 8.0.0283: mode() does not indicate Insert mode completionv8.0.0283 | Bram Moolenaar | 2017-02-01 | 1 | -1/+3 |
* | patch 7.4.2306v7.4.2306 | Bram Moolenaar | 2016-09-02 | 1 | -0/+8 |
* | patch 7.4.2236v7.4.2236 | Bram Moolenaar | 2016-08-21 | 1 | -15/+59 |
* | patch 7.4.2209v7.4.2209 | Bram Moolenaar | 2016-08-14 | 1 | -0/+8 |
* | patch 7.4.2208v7.4.2208 | Bram Moolenaar | 2016-08-14 | 1 | -0/+100 |