summaryrefslogtreecommitdiff
path: root/src/testdir
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.0840: search match count wrong when only match is in foldv8.2.0840Bram Moolenaar2020-05-292-0/+39
* patch 8.2.0839: dropping modifier when putting a character back in typeaheadv8.2.0839Bram Moolenaar2020-05-291-0/+9
* patch 8.2.0836: not all :cdo output is visiblev8.2.0836Bram Moolenaar2020-05-281-13/+25
* patch 8.2.0834: :drop command in terminal popup causes problemsv8.2.0834Bram Moolenaar2020-05-271-0/+3
* patch 8.2.0829: filter() may give misleading error messagev8.2.0829Bram Moolenaar2020-05-261-2/+2
* patch 8.2.0824: still not enough memory allocated when converting stringv8.2.0824Bram Moolenaar2020-05-251-0/+1
* patch 8.2.0823: Vim9: script reload test is disabledv8.2.0823Bram Moolenaar2020-05-251-6/+31
* patch 8.2.0820: Vim9: function type isn't set until compiledv8.2.0820Bram Moolenaar2020-05-241-8/+5
* patch 8.2.0818: Vim9: using a discovery phase doesn't work wellv8.2.0818Bram Moolenaar2020-05-244-81/+43
* patch 8.2.0817: not enough memory allocated when converting stringv8.2.0817Bram Moolenaar2020-05-241-0/+2
* patch 8.2.0816: terminal test fails when compiled with Athenav8.2.0816Bram Moolenaar2020-05-241-4/+10
* patch 8.2.0815: maparg() does not provide enough information for mapset()v8.2.0815Bram Moolenaar2020-05-241-9/+39
* patch 8.2.0812: mapset() does not properly handle <> notationv8.2.0812Bram Moolenaar2020-05-221-1/+68
* patch 8.2.0811: terminal keycode test is flakyv8.2.0811Bram Moolenaar2020-05-221-7/+5
* patch 8.2.0810: error when appending "tagfile" to 'wildoptions'v8.2.0810Bram Moolenaar2020-05-221-0/+7
* patch 8.2.0808: not enough testing for the terminal windowv8.2.0808Bram Moolenaar2020-05-222-18/+38
* patch 8.2.0807: cannot easily restore a mappingv8.2.0807Bram Moolenaar2020-05-221-11/+36
* patch 8.2.0806: using "func!" after vim9script gives confusing errorv8.2.0806Bram Moolenaar2020-05-211-1/+6
* patch 8.2.0805: terminal key codes test fails on some systemsv8.2.0805Bram Moolenaar2020-05-211-11/+34
* patch 8.2.0800: errors from failing test are unclearv8.2.0800Bram Moolenaar2020-05-191-22/+22
* patch 8.2.0791: a second popup window with terminal causes troublev8.2.0791Bram Moolenaar2020-05-182-9/+11
* patch 8.2.0790: Vim9: list index not well testedv8.2.0790Bram Moolenaar2020-05-181-20/+36
* patch 8.2.0789: Vim9: expression testing lost coverage using constantsv8.2.0789Bram Moolenaar2020-05-181-0/+35
* patch 8.2.0786: channel test is flaky on FreeBSDv8.2.0786Bram Moolenaar2020-05-172-1/+4
* patch 8.2.0777: terminal test failsv8.2.0777Bram Moolenaar2020-05-171-4/+4
* patch 8.2.0775: not easy to call a Vim function from Luav8.2.0775Bram Moolenaar2020-05-171-20/+32
* patch 8.2.0772: Vim9: some variable initializations not testedv8.2.0772Bram Moolenaar2020-05-161-2/+31
* patch 8.2.0771: Vim9: cannot call a compiled closure from not compiled codev8.2.0771Bram Moolenaar2020-05-161-0/+10
* patch 8.2.0769: VimLeavePre not triggered when Vim is terminatedv8.2.0769Bram Moolenaar2020-05-161-1/+12
* patch 8.2.0766: display error when using 'number' and 'breakindent'v8.2.0766Bram Moolenaar2020-05-161-0/+47
* patch 8.2.0764: Vim9: assigning to option not fully testedv8.2.0764Bram Moolenaar2020-05-151-0/+7
* patch 8.2.0763: GUI test fails without the terminal featurev8.2.0763Bram Moolenaar2020-05-151-0/+1
* patch 8.2.0762: buffer is not considered modified after setting crypt keyv8.2.0762Bram Moolenaar2020-05-151-0/+26
* patch 8.2.0761: Vim9: instructions not testedv8.2.0761Bram Moolenaar2020-05-151-30/+42
* patch 8.2.0760: Vim9: dict member errors not testedv8.2.0760Bram Moolenaar2020-05-151-0/+4
* patch 8.2.0758: Vim9: no test for STORELIST and STOREDICTv8.2.0758Bram Moolenaar2020-05-151-189/+261
* patch 8.2.0757: Vim9: no test for MEMBER instructionv8.2.0757Bram Moolenaar2020-05-151-92/+101
* patch 8.2.0755: Vim9: No error when variable initializer is not a constantv8.2.0755Bram Moolenaar2020-05-151-5/+29
* patch 8.2.0754: Vim9: No test for forward declarationv8.2.0754Bram Moolenaar2020-05-141-0/+23
* patch 8.2.0753: Vim9: expressions are evaluated in the discovery phasev8.2.0753Bram Moolenaar2020-05-142-16/+46
* patch 8.2.0752: terminal in popup window test is a bit flakyv8.2.0752Bram Moolenaar2020-05-131-1/+4
* patch 8.2.0750: netbeans test is a bit flakyv8.2.0750Bram Moolenaar2020-05-131-5/+4
* patch 8.2.0749: TERM signal test fails on FreeBSDv8.2.0749Bram Moolenaar2020-05-131-2/+0
* patch 8.2.0748: cannot get a list of all popupsv8.2.0748Bram Moolenaar2020-05-132-3/+13
* patch 8.2.0747: cannot forcefully close all popupsv8.2.0747Bram Moolenaar2020-05-132-22/+10
* patch 8.2.0743: can move to another buffer from a terminal in popup windowv8.2.0743Bram Moolenaar2020-05-121-0/+8
* patch 8.2.0742: handling of a TERM signal not testedv8.2.0742Bram Moolenaar2020-05-121-0/+46
* patch 8.2.0741: Python tests fail because of changed messagev8.2.0741Bram Moolenaar2020-05-122-59/+59
* patch 8.2.0738: mouse handling in a terminal window not well testedv8.2.0738Bram Moolenaar2020-05-114-22/+268
* patch 8.2.0736: some files not recognized as pamenvv8.2.0736Bram Moolenaar2020-05-111-1/+1