summaryrefslogtreecommitdiff
path: root/src/testdir
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.2912: MS-Windows: most users expect using Unicodev8.2.2912K.Takata2021-05-301-1/+1
* patch 8.2.2911: pattern "\%V" does not match all of block selectionv8.2.2911Bram Moolenaar2021-05-302-0/+29
* patch 8.2.2910: test for cmdline window and terminal fails on MS-Windowsv8.2.2910Bram Moolenaar2021-05-301-0/+1
* patch 8.2.2908: crash when using a terminal popup window from cmdline windowv8.2.2908Bram Moolenaar2021-05-302-0/+26
* patch 8.2.2906: ASAN reports errors for test_startupv8.2.2906Bram Moolenaar2021-05-291-11/+12
* patch 8.2.2905: no error when defaults.vim cannot be loadedv8.2.2905Christian Brabandt2021-05-291-0/+13
* patch 8.2.2904: "g$" causes scroll if half a double width char is visiblev8.2.2904Bram Moolenaar2021-05-291-3/+25
* patch 8.2.2903: cursor position wrong on wrapped line with 'signcolumn'v8.2.2903Bram Moolenaar2021-05-291-0/+17
* patch 8.2.2902: spellfile functionality not fully testedv8.2.2902Dominique Pelle2021-05-291-2/+93
* patch 8.2.2901: some operators not fully testedv8.2.2901Bram Moolenaar2021-05-295-12/+165
* patch 8.2.2900: QuitPre is triggered before :wq writes the filev8.2.2900Bram Moolenaar2021-05-291-0/+21
* patch 8.2.2897: Vim9: can use reserved words at the script levelv8.2.2897Bram Moolenaar2021-05-281-0/+7
* patch 8.2.2896: spellfile functionality not fully testedv8.2.2896Dominique Pelle2021-05-281-0/+66
* patch 8.2.2895: Vim9: random characters appear in some error messagesv8.2.2895mityu2021-05-281-1/+50
* patch 8.2.2893: multi-byte text in popup title shows up wrongv8.2.2893Ralf Schandl2021-05-282-0/+15
* patch 8.2.2892: error message contains random charactersv8.2.2892mityu2021-05-281-1/+8
* patch 8.2.2890: text property duplicated when data block splitsv8.2.2890Bram Moolenaar2021-05-261-0/+19
* patch 8.2.2889: typo and verbose comment in Makefilesv8.2.2889K.Takata2021-05-261-1/+1
* patch 8.2.2888: Vim9: "k" command recognized in Vim9 scriptv8.2.2888Bram Moolenaar2021-05-262-2/+27
* patch 8.2.2887: crash when passing null string to fullcommand()v8.2.2887Bram Moolenaar2021-05-261-0/+1
* patch 8.2.2886: various pieces of code not covered by testsv8.2.2886Yegappan Lakshmanan2021-05-258-0/+51
* patch 8.2.2885: searching for \%'> does not match linewise end of linev8.2.2885Bram Moolenaar2021-05-241-2/+17
* patch 8.2.2884: not enough cscope code is covered by testsv8.2.2884Dominique Pelle2021-05-241-1/+13
* patch 8.2.2881: various pieces of code not covered by testsv8.2.2881Yegappan Lakshmanan2021-05-247-2/+47
* patch 8.2.2880: unified diff fails if actually usedv8.2.2880glacambre2021-05-241-1/+4
* patch 8.2.2879: file extension .hsig not recognizedv8.2.2879Marcin Szamotulski2021-05-231-1/+1
* patch 8.2.2878: Vim9: for loop list unpack only allows for one "_"v8.2.2878Bram Moolenaar2021-05-221-0/+6
* patch 8.2.2877: insufficient tests for popup menu rightleftv8.2.2877Yegappan Lakshmanan2021-05-225-0/+98
* patch 8.2.2875: cancelling inputlist() after a digit does not return zerov8.2.2875=?UTF-8?q?Luka=20Marku=C5=A1i=C4=87?=2021-05-201-0/+4
* patch 8.2.2873: not enough tests for writing buffersv8.2.2873Yegappan Lakshmanan2021-05-194-3/+70
* patch 8.2.2872: Python tests fail without the channel featurev8.2.2872Dominique Pelle2021-05-192-4/+12
* patch 8.2.2870: CmdlineChange event triggered twice for CTRL-Rv8.2.2870Bram Moolenaar2021-05-181-0/+6
* patch 8.2.2869: using unified diff is not testedv8.2.2869Bram Moolenaar2021-05-181-3/+25
* patch 8.2.2868: Vim9: when executing compiled expression trylevel is changedv8.2.2868Bram Moolenaar2021-05-181-1/+4
* patch 8.2.2864: Vim9: crash when using inline functionv8.2.2864Bram Moolenaar2021-05-181-0/+14
* patch 8.2.2861: Vim9: "legacy return" is not recognized as a return statementv8.2.2861Bram Moolenaar2021-05-171-0/+15
* patch 8.2.2859: Tcl test fails because of changed error messagev8.2.2859Bram Moolenaar2021-05-161-1/+1
* patch 8.2.2858: test fails because of changed error messagev8.2.2858Bram Moolenaar2021-05-161-2/+2
* patch 8.2.2857: Vim9: exception in ISN_INSTR caught at wrong levelv8.2.2857Bram Moolenaar2021-05-161-0/+14
* patch 8.2.2856: get readonly error for device that can't be written tov8.2.2856Bram Moolenaar2021-05-151-1/+1
* patch 8.2.2855: white space after "->" does not give E274v8.2.2855Bram Moolenaar2021-05-151-1/+2
* patch 8.2.2854: custom statusline cannot contain % itemsv8.2.2854shadmansaleh2021-05-151-0/+20
* patch 8.2.2851: using <Cmd> mapping on the command line triggers CmdlineChangedv8.2.2851Bram Moolenaar2021-05-151-0/+19
* patch 8.2.2850: recalling commands from history is not testedv8.2.2850obcat2021-05-131-0/+48
* patch 8.2.2849: bufwrite not sufficiently testedv8.2.2849Yegappan Lakshmanan2021-05-132-0/+212
* patch 8.2.2848: crash whn calling partialv8.2.2848Dominique Pelle2021-05-132-0/+5
* patch 8.2.2847: Perl not tested sufficientlyv8.2.2847Dominique Pelle2021-05-102-2/+29
* patch 8.2.2846: Vim9: "echo Func()" does not give an error for using voidv8.2.2846Bram Moolenaar2021-05-091-0/+23
* patch 8.2.2843: Vim9: skip argument to searchpairpos() is not compiledv8.2.2843Bram Moolenaar2021-05-071-0/+21
* patch 8.2.2842: Vim9: skip argument to searchpair() is not compiledv8.2.2842Bram Moolenaar2021-05-072-0/+43