summaryrefslogtreecommitdiff
path: root/src/testdir/test_mapping.vim
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0018: going over the end of the typaheadv9.0.0018Bram Moolenaar2022-07-011-0/+10
* patch 8.2.5064: no test for what 8.1.0052 fixesv8.2.5064zeertzjq2022-06-061-0/+30
* patch 8.2.4924: maparg() may return a string that cannot be reusedv8.2.4924zeertzjq2022-05-091-0/+7
* patch 8.2.4867: listing of mapping with K_SPECIAL is wrongv8.2.4867zeertzjq2022-05-041-0/+20
* patch 8.2.4858: K_SPECIAL may be escaped twicev8.2.4858zeertzjq2022-05-021-0/+15
* patch 8.2.4828: fix for unmapping simplified key not fully testedv8.2.4828zeertzjq2022-04-261-1/+6
* patch 8.2.4819: unmapping simplified keys also deletes other mappingv8.2.4819zeertzjq2022-04-241-0/+11
* patch 8.2.4818: no test for what 8.2.4806 fixesv8.2.4818zeertzjq2022-04-241-0/+28
* patch 8.2.4692: no test for what 8.2.4691 fixesv8.2.4692zeertzjq2022-04-051-0/+33
* patch 8.2.4498: using <Plug> with "noremap" does not workv8.2.4498Bram Moolenaar2022-03-031-0/+30
* patch 8.2.4401: map listing does not clear the rest of the command linev8.2.4401Bram Moolenaar2022-02-161-2/+16
* patch 8.2.4338: an error from an expression mapping messes up the displayv8.2.4338Bram Moolenaar2022-02-101-0/+32
* patch 8.2.4257: Vim9: finding global function without g: prefix inconsistentv8.2.4257Bram Moolenaar2022-01-291-4/+4
* patch 8.2.4149: test override not restored, autocommand left behindv8.2.4149Bram Moolenaar2022-01-201-0/+1
* patch 8.2.4148: deleting any mapping may cause <ScritpCmd> to failv8.2.4148Bram Moolenaar2022-01-191-0/+16
* patch 8.2.4139: using freed memory in expression abbreviationv8.2.4139Bram Moolenaar2022-01-181-1/+13
* patch 8.2.4113: typo on DOCMD_RANGEOK results in not recognizing commandv8.2.4113Bram Moolenaar2022-01-161-0/+16
* patch 8.2.4107: script context not restored after using <ScriptCmd>v8.2.4107Bram Moolenaar2022-01-161-0/+14
* patch 8.2.4078: terminal test for current directory not used on FreeBSDv8.2.4078Bram Moolenaar2022-01-131-1/+0
* patch 8.2.3887: E1135 is used for two different errorsv8.2.3887Bram Moolenaar2021-12-241-1/+1
* patch 8.2.3518: Test_xrestore sometimes failsv8.2.3518Bram Moolenaar2021-10-161-1/+2
* patch 8.2.2994: various code is not fully testedv8.2.2994Yegappan Lakshmanan2021-06-131-0/+20
* patch 8.2.2819: finishing an abbreviation with multi-byte char may not workv8.2.2819Bram Moolenaar2021-04-301-0/+9
* patch 8.2.2728: special key names don't work if 'isident' is clearedv8.2.2728Bram Moolenaar2021-04-061-1/+4
* patch 8.2.2643: various code not covered by testsv8.2.2643Bram Moolenaar2021-03-221-0/+10
* patch 8.2.2613: new test throws exceptionv8.2.2613Bram Moolenaar2021-03-171-1/+1
* patch 8.2.2612: col('.') may get outdated column valuev8.2.2612Bram Moolenaar2021-03-171-0/+24
* patch 8.2.2062: <Cmd> does not handle CTRL-Vv8.2.2062Bram Moolenaar2020-11-281-0/+5
* patch 8.2.2005: redoing a mapping with <Cmd> doesn't work properlyv8.2.2005Bram Moolenaar2020-11-181-0/+36
* patch 8.2.1978: making a mapping work in all modes is complicatedv8.2.1978Bram Moolenaar2020-11-121-0/+468
* patch 8.2.1919: assert_fails() setting emsg_silent changes normal executionv8.2.1919Bram Moolenaar2020-10-281-1/+1
* patch 8.2.1432: various inconsistencies in test filesv8.2.1432Bram Moolenaar2020-08-121-9/+4
* patch 8.2.0867: using \{xxx} for encoding a modifier is not nicev8.2.0867Bram Moolenaar2020-05-311-3/+3
* patch 8.2.0855: GUI tests fail because the test doesn't use a modifierv8.2.0855Bram Moolenaar2020-05-301-3/+3
* patch 8.2.0533: tests using term_wait() can still be flakyv8.2.0533Bram Moolenaar2020-04-081-3/+3
* patch 8.2.0261: some code not covered by testsv8.2.0261Bram Moolenaar2020-02-161-0/+1
* patch 8.2.0243: insufficient code coverage for ex_docmd.c functionsv8.2.0243Bram Moolenaar2020-02-111-0/+7
* patch 8.2.0148: mapping related function in wrong source filev8.2.0148Bram Moolenaar2020-01-241-0/+41
* patch 8.2.0144: some mapping code is not fully testedv8.2.0144Bram Moolenaar2020-01-231-1/+249
* patch 8.2.0134: some map functionality not covered by testsv8.2.0134Bram Moolenaar2020-01-201-0/+73
* patch 8.1.2336: when an expr mapping moves the cursor it is not restoredv8.1.2336Bram Moolenaar2019-11-221-0/+31
* patch 8.1.2167: mapping test fails on MS-Windowsv8.1.2167Bram Moolenaar2019-10-161-2/+2
* patch 8.1.2165: mapping test fails on Macv8.1.2165Bram Moolenaar2019-10-161-0/+3
* patch 8.1.2159: some mappings are listed twicev8.1.2159Bram Moolenaar2019-10-161-0/+16
* patch 8.1.1860: map timeout test is flakyv8.1.1860Bram Moolenaar2019-08-161-1/+1
* patch 8.1.1858: test for multi-byte mapping fails on some systemsv8.1.1858Bram Moolenaar2019-08-161-1/+1
* patch 8.1.1857: cannot use modifier with multi-byte characterv8.1.1857Bram Moolenaar2019-08-161-1/+7
* patch 8.1.1826: tests use hand coded feature and option checksv8.1.1826Bram Moolenaar2019-08-071-1/+4
* patch 8.1.1624: when testing in the GUI may try to run gvim in a terminalv8.1.1624Bram Moolenaar2019-07-041-2/+2
* patch 8.1.1619: tests are not run with GUI on Travisv8.1.1619Bram Moolenaar2019-07-031-1/+1