summaryrefslogtreecommitdiff
path: root/src/testdir/test_edit.vim
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.4876: MS-Windows: Shift-BS results in strange char in powershellv8.2.4876Christian Brabandt2022-05-051-0/+26
* patch 8.2.4711: when 'insermode' is set :edit from <Cmd> mapping misbehavesv8.2.4711zeertzjq2022-04-081-0/+23
* patch 8.2.4677: the Athena GUI support is outdatedv8.2.4677Bram Moolenaar2022-04-031-1/+1
* patch 8.2.4273: the EBCDIC support is outdatedv8.2.4273Bram Moolenaar2022-01-311-7/+1
* patch 8.2.4203: entering a character with CTRL-V may include modifiersv8.2.4203zeertzjq2022-01-241-4/+17
* patch 8.2.4074: going over the end of NameBuffv8.2.4074Bram Moolenaar2022-01-131-0/+15
* patch 8.2.3989: some insert completion code is not testedv8.2.3989Yegappan Lakshmanan2022-01-031-2/+24
* patch 8.2.3900: it is not easy to use a script-local function for an optionv8.2.3900Yegappan Lakshmanan2021-12-261-0/+10
* patch 8.2.3825: various comments could be improvedv8.2.3825Bram Moolenaar2021-12-161-0/+3
* patch 8.2.3637: typos in test filesv8.2.3637Dominique Pelle2021-11-211-3/+3
* patch 8.2.3610: crash when ModeChanged triggered too earlyv8.2.3610Bram Moolenaar2021-11-171-1/+9
* patch 8.2.3609: internal error when ModeChanged is triggered recursivelyv8.2.3609Bram Moolenaar2021-11-171-0/+6
* patch 8.2.3568: ctrl-hat test fails with Athena and Motifv8.2.3568Dominique Pelle2021-10-311-1/+5
* patch 8.2.3567: CTRL-I in Insert mode is not testedv8.2.3567Dominique Pelle2021-10-281-0/+17
* patch 8.2.3555: ModeChanged is not triggered on every mode changev8.2.3555=?UTF-8?q?Magnus=20Gro=C3=9F?=2021-10-221-14/+32
* patch 8.2.3528: 'thesaurus' and 'thesaurusfunc' do not have the same scopev8.2.3528Bram Moolenaar2021-10-171-3/+11
* patch 8.2.3520: cannot define a function for thesaurus completionv8.2.3520Yegappan Lakshmanan2021-10-161-0/+42
* patch 8.2.3463: pattern matching with ModeChanged not testedv8.2.3463Bram Moolenaar2021-10-021-0/+21
* patch 8.2.3462: ModeChanged only uses one character for new_mode and old_modev8.2.3462Bram Moolenaar2021-10-021-1/+5
* patch 8.2.3430: no generic way to trigger an autocommand on mode changev8.2.3430=?UTF-8?q?Magnus=20Gro=C3=9F?=2021-09-121-0/+34
* patch 8.2.3428: using freed memory when replacingv8.2.3428Bram Moolenaar2021-09-111-0/+12
* patch 8.2.2979: not all options code is covered by testsv8.2.2979Yegappan Lakshmanan2021-06-121-0/+24
* patch 8.2.2643: various code not covered by testsv8.2.2643Bram Moolenaar2021-03-221-0/+27
* patch 8.2.2623: some tests fail when run as rootv8.2.2623Bram Moolenaar2021-03-191-1/+2
* patch 8.2.2570: tests fail when run as rootv8.2.2570Bram Moolenaar2021-03-051-0/+1
* patch 8.2.2534: missing test coveragev8.2.2534Bram Moolenaar2021-02-201-17/+20
* patch 8.2.1910: reading past the end of the command linev8.2.1910Bram Moolenaar2020-10-261-0/+7
* patch 8.2.1874: can't do something just before leaving Insert modev8.2.1874Bram Moolenaar2020-10-211-1/+10
* patch 8.2.1842: crash when USE_FNAME_CASE is defined and using :browsev8.2.1842Bram Moolenaar2020-10-131-0/+18
* patch 8.2.1793: not consistently giving the "is a directory" warningv8.2.1793Bram Moolenaar2020-10-031-0/+25
* patch 8.2.1432: various inconsistencies in test filesv8.2.1432Bram Moolenaar2020-08-121-30/+16
* patch 8.2.1340: some tests fail on Cirrus CI and/or with FreeBSDv8.2.1340Bram Moolenaar2020-08-011-1/+0
* patch 8.2.1022: various parts of code not covered by testsv8.2.1022Bram Moolenaar2020-06-201-3/+115
* patch 8.2.0982: insufficient testing for reading/writing filesv8.2.0982Bram Moolenaar2020-06-151-2/+111
* patch 8.2.0968: no proper testing of the 'cpoptions' flagsv8.2.0968Bram Moolenaar2020-06-131-33/+0
* patch 8.2.0698: insert mode completion not fully testedv8.2.0698Bram Moolenaar2020-05-051-9/+9
* patch 8.2.0670: cannot change window when evaluating 'completefunc'v8.2.0670Bram Moolenaar2020-04-301-1/+1
* patch 8.2.0649: undo problem whn an InsertLeave autocommand resets undov8.2.0649Bram Moolenaar2020-04-271-1/+16
* patch 8.2.0614: get ml_get error when deleting a line in 'completefunc'v8.2.0614Bram Moolenaar2020-04-211-2/+19
* patch 8.2.0482: channel and sandbox code not sufficiently testedv8.2.0482Bram Moolenaar2020-03-301-2/+21
* patch 8.2.0425: code for modeless selection not sufficiently testedv8.2.0425Bram Moolenaar2020-03-221-16/+0
* patch 8.2.0369: various Normal mode commands not fully testedv8.2.0369Bram Moolenaar2020-03-101-11/+33
* patch 8.2.0363: some Normal mode commands not testedv8.2.0363Bram Moolenaar2020-03-081-0/+14
* patch 8.2.0270: some code not covered by testsv8.2.0270Bram Moolenaar2020-02-171-0/+18
* patch 8.2.0156: various typos in source files and testsv8.2.0156Bram Moolenaar2020-01-261-1/+1
* patch 8.1.2373: cannot build with +popupwin but without +quickfixv8.1.2373Bram Moolenaar2019-12-011-0/+2
* patch 8.1.2263: 'noesckeys' test fails in GUIv8.1.2263Bram Moolenaar2019-11-061-1/+4
* patch 8.1.2261: with modifyOtherKeys set 'noesckeys' doesn't workv8.1.2261Bram Moolenaar2019-11-061-0/+19
* patch 8.1.1988: :startinsert! does not work the same way as "A"v8.1.1988Bram Moolenaar2019-09-051-0/+15
* patch 8.1.1925: more functions can be used as methodsv8.1.1925Bram Moolenaar2019-08-241-3/+3