summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0360: crash when invalid line number on :for is ignoredv9.0.0360Bram Moolenaar2022-09-023-1/+16
* patch 9.0.0359: error message for wrong argument type is not specificv9.0.0359Yegappan Lakshmanan2022-09-0217-193/+115
* patch 9.0.0358: 'breakindent' does not indent non-listsv9.0.0358Maxim Kim2022-09-023-9/+44
* patch 9.0.0357: 'linebreak' interferes with text property highlightv9.0.0357Bram Moolenaar2022-09-025-4/+30
* patch 9.0.0356: :echowindow sets the in_echowindow flag too earlyv9.0.0356Yasuhiro Matsumoto2022-09-024-9/+41
* patch 9.0.0355: check for uppercase char in autoload name is wrongv9.0.0355thinca2022-09-023-1/+9
* patch 9.0.0354: MS-Windows: starting a python server for test sometimes failsv9.0.0354Bram Moolenaar2022-09-012-2/+4
* patch 9.0.0353: missing entry in switchv9.0.0353Bram Moolenaar2022-09-012-0/+3
* patch 9.0.0352: using :echowindow in a timer clears part of messagev9.0.0352Bram Moolenaar2022-09-014-3/+9
* patch 9.0.0351: message window may obscure the command linev9.0.0351Bram Moolenaar2022-09-015-12/+24
* patch 9.0.0350: :echowindow does not work in a compiled functionv9.0.0350Bram Moolenaar2022-09-0112-11/+84
* patch 9.0.0349: filetype of *.sil files not well detectedv9.0.0349Bram Moolenaar2022-09-014-3/+60
* patch 9.0.0348: MS-Windows: GUI mouse move event test is flakyv9.0.0348Bram Moolenaar2022-09-012-10/+16
* patch 9.0.0347: MS-Windows: cannot set cursor shape in Windows Terminalv9.0.0347K.Takata2022-09-013-7/+50
* patch 9.0.0346: :horizontal modifier not fully supportedv9.0.0346zeertzjq2022-09-017-5/+20
* patch 9.0.0345: error message for list argument could be clearerv9.0.0345Bram Moolenaar2022-09-0122-68/+63
* patch 9.0.0344: MS-Windows: background color wrong in Consolev9.0.0344Yasuhiro Matsumoto2022-09-012-4/+23
* patch 9.0.0343: ColorScheme autocommand triggered when colorscheme not foundv9.0.0343Bram Moolenaar2022-08-313-3/+15
* patch 9.0.0342: ":wincmd =" equalizes in two directionsv9.0.0342Bram Moolenaar2022-08-318-33/+99
* patch 9.0.0341: mapset() does not restore <Nop> mapping properlyv9.0.0341zeertzjq2022-08-313-7/+33
* patch 9.0.0340: the 'cmdheight' zero support causes too much troublev9.0.0340Bram Moolenaar2022-08-3132-404/+46
* patch 9.0.0339: no check if the return value of XChangeGC() is NULLv9.0.0339Bram Moolenaar2022-08-312-3/+9
* patch 9.0.0338: return value of list_append_list() not always checkedv9.0.0338Bram Moolenaar2022-08-315-11/+44
* patch 9.0.0337: flicker when resetting cmdline_row after updating the screenv9.0.0337Bram Moolenaar2022-08-302-4/+2
* patch 9.0.0336: tests are flaky because of using a common file namev9.0.0336Bram Moolenaar2022-08-3038-173/+175
* Update runtime filesBram Moolenaar2022-08-3019-17/+1326
* patch 9.0.0335: checks for Dictionary argument often give a vague errorv9.0.0335Yegappan Lakshmanan2022-08-3032-179/+124
* patch 9.0.0334: test does not properly clean upv9.0.0334Dominique Pelle2022-08-302-1/+3
* patch 9.0.0333: method test failsv9.0.0333Bram Moolenaar2022-08-302-1/+3
* patch 9.0.0332: overwrite check may block BufWriteCmdv9.0.0332zeertzjq2022-08-303-4/+26
* patch 9.0.0331: cannot use items() on a stringv9.0.0331Bram Moolenaar2022-08-307-24/+65
* patch 9.0.0330: method tests failv9.0.0330Bram Moolenaar2022-08-302-3/+5
* patch 9.0.0329: ":highlight" hangs when 'cmdheight' is zerov9.0.0329Bram Moolenaar2022-08-303-2/+5
* patch 9.0.0328: OLD_DIGRAPHS is unusedv9.0.0328Bram Moolenaar2022-08-304-232/+8
* patch 9.0.0327: items() does not work on a listv9.0.0327Bram Moolenaar2022-08-307-20/+73
* patch 9.0.0326: some changes for cmdheight=0 are not neededv9.0.0326Shougo Matsushita2022-08-302-4/+4
* patch 9.0.0325: MS-Windows: completion test failsv9.0.0325Bram Moolenaar2022-08-292-6/+8
* patch 9.0.0324: MS-Windows: resolve() test failsv9.0.0324Bram Moolenaar2022-08-292-29/+32
* patch 9.0.0323: using common name in tests leads to flaky testsv9.0.0323Bram Moolenaar2022-08-2925-531/+532
* patch 9.0.0322: crash when no errors and 'quickfixtextfunc' is setv9.0.0322Bram Moolenaar2022-08-293-1/+19
* patch 9.0.0321: cannot use the message popup window directlyv9.0.0321Bram Moolenaar2022-08-2914-31/+114
* patch 9.0.0320: command line type of CmdlineChange differs from getcmdtype()v9.0.0320zeertzjq2022-08-294-60/+56
* patch 9.0.0319: Godot shader files are not recognizedv9.0.0319Maxim Kim2022-08-293-1/+7
* patch 9.0.0318: clearing screen causes flickerv9.0.0318Bram Moolenaar2022-08-2914-37/+39
* patch 9.0.0317: when updating the whole screen a popup may not be redrawnv9.0.0317Bram Moolenaar2022-08-297-7/+48
* patch 9.0.0316: screen flickers when 'cmdheight' is zerov9.0.0316Bram Moolenaar2022-08-293-26/+31
* patch 9.0.0315: shell command is displayed in message windowv9.0.0315Bram Moolenaar2022-08-293-2/+6
* patch 9.0.0314: VDM files are not recognizedv9.0.0314Alessandro Pezzoni2022-08-293-0/+10
* patch 9.0.0313: using common name in tests leads to flaky testsv9.0.0313Bram Moolenaar2022-08-295-90/+92
* patch 9.0.0312: test for cmdheight zero failsv9.0.0312Bram Moolenaar2022-08-292-1/+3