summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.2891: cannot build with Perl 5.34v8.2.2891ichizok2021-05-272-1/+32
* patch 8.2.2890: text property duplicated when data block splitsv8.2.2890Bram Moolenaar2021-05-264-2/+29
* patch 8.2.2889: typo and verbose comment in Makefilesv8.2.2889K.Takata2021-05-263-2/+4
* patch 8.2.2888: Vim9: "k" command recognized in Vim9 scriptv8.2.2888Bram Moolenaar2021-05-264-7/+50
* patch 8.2.2887: crash when passing null string to fullcommand()v8.2.2887Bram Moolenaar2021-05-263-3/+9
* patch 8.2.2886: various pieces of code not covered by testsv8.2.2886Yegappan Lakshmanan2021-05-259-0/+53
* patch 8.2.2885: searching for \%'> does not match linewise end of linev8.2.2885Bram Moolenaar2021-05-244-17/+54
* patch 8.2.2884: not enough cscope code is covered by testsv8.2.2884Dominique Pelle2021-05-242-1/+15
* patch 8.2.2883: MS-Windows manifest file name is misleadingv8.2.2883matveyt2021-05-249-17/+23
* patch 8.2.2882: Vim9: memory leak when lambda has an errorv8.2.2882Bram Moolenaar2021-05-242-0/+6
* patch 8.2.2881: various pieces of code not covered by testsv8.2.2881Yegappan Lakshmanan2021-05-248-2/+49
* patch 8.2.2880: unified diff fails if actually usedv8.2.2880glacambre2021-05-243-3/+10
* patch 8.2.2879: file extension .hsig not recognizedv8.2.2879Marcin Szamotulski2021-05-233-2/+4
* patch 8.2.2878: Vim9: for loop list unpack only allows for one "_"v8.2.2878Bram Moolenaar2021-05-223-0/+14
* patch 8.2.2877: insufficient tests for popup menu rightleftv8.2.2877Yegappan Lakshmanan2021-05-226-0/+100
* patch 8.2.2876: configure cannot detect Python 3.10v8.2.2876Bram Moolenaar2021-05-213-2/+4
* 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-203-1/+12
* patch 8.2.2874: MS-Windows: screen redraws too oftenv8.2.2874matveyt2021-05-202-1/+5
* patch 8.2.2873: not enough tests for writing buffersv8.2.2873Yegappan Lakshmanan2021-05-195-3/+72
* patch 8.2.2872: Python tests fail without the channel featurev8.2.2872Dominique Pelle2021-05-193-4/+14
* patch 8.2.2871: unnessary VIM_ISDIGIT() calls, badly indented codev8.2.2871Dominique Pelle2021-05-188-20/+21
* patch 8.2.2870: CmdlineChange event triggered twice for CTRL-Rv8.2.2870Bram Moolenaar2021-05-183-1/+12
* patch 8.2.2869: using unified diff is not testedv8.2.2869Bram Moolenaar2021-05-182-3/+27
* patch 8.2.2868: Vim9: when executing compiled expression trylevel is changedv8.2.2868Bram Moolenaar2021-05-183-57/+67
* patch 8.2.2867: build failurev8.2.2867Bram Moolenaar2021-05-182-1/+3
* patch 8.2.2866: Vim9: memory leak when using inline functionv8.2.2866Bram Moolenaar2021-05-184-8/+21
* patch 8.2.2865: skipping over function body failsv8.2.2865Bram Moolenaar2021-05-182-1/+6
* patch 8.2.2864: Vim9: crash when using inline functionv8.2.2864Bram Moolenaar2021-05-183-7/+102
* patch 8.2.2863: removing a text property does not redraw optimallyv8.2.2863Bram Moolenaar2021-05-172-8/+10
* patch 8.2.2862: removing a text property causes the whole window to be redawnv8.2.2862Bram Moolenaar2021-05-172-1/+11
* patch 8.2.2861: Vim9: "legacy return" is not recognized as a return statementv8.2.2861Bram Moolenaar2021-05-175-7/+95
* patch 8.2.2860: adding a text property causes the whole window to be redawnv8.2.2860Bram Moolenaar2021-05-164-2/+6
* patch 8.2.2859: Tcl test fails because of changed error messagev8.2.2859Bram Moolenaar2021-05-162-1/+3
* patch 8.2.2858: test fails because of changed error messagev8.2.2858Bram Moolenaar2021-05-162-2/+4
* patch 8.2.2857: Vim9: exception in ISN_INSTR caught at wrong levelv8.2.2857Bram Moolenaar2021-05-165-4/+23
* Update runtime filesBram Moolenaar2021-05-1619-74/+243
* patch 8.2.2856: get readonly error for device that can't be written tov8.2.2856Bram Moolenaar2021-05-153-2/+21
* patch 8.2.2855: white space after "->" does not give E274v8.2.2855Bram Moolenaar2021-05-153-3/+14
* patch 8.2.2854: custom statusline cannot contain % itemsv8.2.2854shadmansaleh2021-05-155-5/+106
* patch 8.2.2853: window is not updated after using <Cmd> mappingv8.2.2853Bram Moolenaar2021-05-152-3/+8
* patch 8.2.2852: configure can add --as-needed a second timev8.2.2852Natanael Copa2021-05-153-2/+8
* patch 8.2.2851: using <Cmd> mapping on the command line triggers CmdlineChangedv8.2.2851Bram Moolenaar2021-05-153-3/+32
* patch 8.2.2850: recalling commands from history is not testedv8.2.2850obcat2021-05-132-0/+50
* patch 8.2.2849: bufwrite not sufficiently testedv8.2.2849Yegappan Lakshmanan2021-05-133-0/+214
* patch 8.2.2848: crash whn calling partialv8.2.2848Dominique Pelle2021-05-135-8/+18
* patch 8.2.2847: Perl not tested sufficientlyv8.2.2847Dominique Pelle2021-05-103-2/+31
* patch 8.2.2846: Vim9: "echo Func()" does not give an error for using voidv8.2.2846Bram Moolenaar2021-05-099-9/+65
* patch 8.2.2845: MS-Windows: warning for signed/unsigned comparisonv8.2.2845Bram Moolenaar2021-05-082-2/+4
* patch 8.2.2844: Vim9: memory leak when using searchpair()v8.2.2844Bram Moolenaar2021-05-072-1/+6
* patch 8.2.2843: Vim9: skip argument to searchpairpos() is not compiledv8.2.2843Bram Moolenaar2021-05-073-2/+29