summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_mapping.vim
AgeCommit message (Expand)Author
2024-02-13patch 9.1.0105: Style: typos foundv9.1.0105zeertzjq
2024-01-25patch 9.1.0058: Cannot map Super Keys in GTK UIv9.1.0058Casey Tucker
2023-08-10Updated runtime filesv9.0.1683Christian Brabandt
2023-05-06patch 9.0.1516: cannot use special keys in <Cmd> mappingv9.0.1516zeertzjq
2023-04-16patch 9.0.1457: no regression test for what patch 9.0.1333 fixesv9.0.1457Bram Moolenaar
2023-02-19patch 9.0.1329: completion of map includes simplified onesv9.0.1329zeertzjq
2022-11-27patch 9.0.0956: terminal tests fail when using key with modifierv9.0.0956Bram Moolenaar
2022-11-26patch 9.0.0954: cannot detect whether modifyOtherKeys is enabledv9.0.0954Bram Moolenaar
2022-11-13patch 9.0.0873: using freed memory when executing mapclear at more promptv9.0.0873Bram Moolenaar
2022-11-01patch 9.0.0824: crash when using win_move_separator() in other tab pagev9.0.0824zeertzjq
2022-10-31patch 9.0.0822: crash when dragging the statusline with a mappingv9.0.0822Bram Moolenaar
2022-10-19patch 9.0.0796: mapping test fails in some situationsv9.0.0796Bram Moolenaar
2022-09-29patch 9.0.0626: too many delete() calls in testsv9.0.0626Bram Moolenaar
2022-09-05patch 9.0.0387: repeat <ScriptCmd> mapping doesn't use right script contextv9.0.0387Bram Moolenaar
2022-07-01patch 9.0.0018: going over the end of the typaheadv9.0.0018Bram Moolenaar
2022-06-06patch 8.2.5064: no test for what 8.1.0052 fixesv8.2.5064zeertzjq
2022-05-09patch 8.2.4924: maparg() may return a string that cannot be reusedv8.2.4924zeertzjq
2022-05-04patch 8.2.4867: listing of mapping with K_SPECIAL is wrongv8.2.4867zeertzjq
2022-05-02patch 8.2.4858: K_SPECIAL may be escaped twicev8.2.4858zeertzjq
2022-04-26patch 8.2.4828: fix for unmapping simplified key not fully testedv8.2.4828zeertzjq
2022-04-24patch 8.2.4819: unmapping simplified keys also deletes other mappingv8.2.4819zeertzjq
2022-04-24patch 8.2.4818: no test for what 8.2.4806 fixesv8.2.4818zeertzjq
2022-04-05patch 8.2.4692: no test for what 8.2.4691 fixesv8.2.4692zeertzjq
2022-03-03patch 8.2.4498: using <Plug> with "noremap" does not workv8.2.4498Bram Moolenaar
2022-02-16patch 8.2.4401: map listing does not clear the rest of the command linev8.2.4401Bram Moolenaar
2022-02-10patch 8.2.4338: an error from an expression mapping messes up the displayv8.2.4338Bram Moolenaar
2022-01-29patch 8.2.4257: Vim9: finding global function without g: prefix inconsistentv8.2.4257Bram Moolenaar
2022-01-20patch 8.2.4149: test override not restored, autocommand left behindv8.2.4149Bram Moolenaar
2022-01-19patch 8.2.4148: deleting any mapping may cause <ScritpCmd> to failv8.2.4148Bram Moolenaar
2022-01-18patch 8.2.4139: using freed memory in expression abbreviationv8.2.4139Bram Moolenaar
2022-01-16patch 8.2.4113: typo on DOCMD_RANGEOK results in not recognizing commandv8.2.4113Bram Moolenaar
2022-01-16patch 8.2.4107: script context not restored after using <ScriptCmd>v8.2.4107Bram Moolenaar
2022-01-13patch 8.2.4078: terminal test for current directory not used on FreeBSDv8.2.4078Bram Moolenaar
2021-12-24patch 8.2.3887: E1135 is used for two different errorsv8.2.3887Bram Moolenaar
2021-10-16patch 8.2.3518: Test_xrestore sometimes failsv8.2.3518Bram Moolenaar
2021-06-13patch 8.2.2994: various code is not fully testedv8.2.2994Yegappan Lakshmanan
2021-04-30patch 8.2.2819: finishing an abbreviation with multi-byte char may not workv8.2.2819Bram Moolenaar
2021-04-06patch 8.2.2728: special key names don't work if 'isident' is clearedv8.2.2728Bram Moolenaar
2021-03-22patch 8.2.2643: various code not covered by testsv8.2.2643Bram Moolenaar
2021-03-17patch 8.2.2613: new test throws exceptionv8.2.2613Bram Moolenaar
2021-03-17patch 8.2.2612: col('.') may get outdated column valuev8.2.2612Bram Moolenaar
2020-11-28patch 8.2.2062: <Cmd> does not handle CTRL-Vv8.2.2062Bram Moolenaar
2020-11-18patch 8.2.2005: redoing a mapping with <Cmd> doesn't work properlyv8.2.2005Bram Moolenaar
2020-11-12patch 8.2.1978: making a mapping work in all modes is complicatedv8.2.1978Bram Moolenaar
2020-10-28patch 8.2.1919: assert_fails() setting emsg_silent changes normal executionv8.2.1919Bram Moolenaar
2020-08-12patch 8.2.1432: various inconsistencies in test filesv8.2.1432Bram Moolenaar
2020-05-31patch 8.2.0867: using \{xxx} for encoding a modifier is not nicev8.2.0867Bram Moolenaar
2020-05-30patch 8.2.0855: GUI tests fail because the test doesn't use a modifierv8.2.0855Bram Moolenaar
2020-04-08patch 8.2.0533: tests using term_wait() can still be flakyv8.2.0533Bram Moolenaar
2020-02-16patch 8.2.0261: some code not covered by testsv8.2.0261Bram Moolenaar