summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 9.0.0311: test for hit-Enter prompt failsv9.0.0311Bram Moolenaar2022-08-282-2/+5
* patch 9.0.0310: output of :messages dissappears when cmdheight is zerov9.0.0310Bram Moolenaar2022-08-283-1/+11
* patch 9.0.0309: invalid memory access when cmdheight is zerov9.0.0309Bram Moolenaar2022-08-282-1/+7
* patch 9.0.0308: when cmdheight is zero the attention prompt doesn't showv9.0.0308Bram Moolenaar2022-08-284-0/+18
* patch 9.0.0307: :echomsg doesn't work properly with cmdheight=0v9.0.0307Bram Moolenaar2022-08-287-3/+54
* patch 9.0.0306: buffer write message is two lines in message popup windowv9.0.0306Bram Moolenaar2022-08-284-2/+16
* patch 9.0.0305: CI lists useless deprecation warningsv9.0.0305Philip H2022-08-282-1/+3
* patch 9.0.0304: WinScrolled is not triggered when only skipcol changesv9.0.0304zeertzjq2022-08-285-1/+40
* patch 9.0.0303: it is not easy to get information about a scriptv9.0.0303Yegappan Lakshmanan2022-08-287-20/+187
* patch 9.0.0302: CI for Coverity is bothered by deprecation warningsv9.0.0302Philip H2022-08-282-0/+3
* patch 9.0.0301: the message window popup is delayed after an error messagev9.0.0301Bram Moolenaar2022-08-282-2/+8
* patch 9.0.0300: 'cpoptions' tests are flakyv9.0.0300Bram Moolenaar2022-08-282-38/+40
* patch 9.0.0299: error messages for setcmdline() could be betterv9.0.0299Yegappan Lakshmanan2022-08-284-8/+8
* patch 9.0.0298: compiler warning for size_t to int conversionv9.0.0298Wilhelm Payne2022-08-282-1/+3
* patch 9.0.0297: cursor position wrong after right aligned virtual textv9.0.0297Bram Moolenaar2022-08-285-9/+25
* patch 9.0.0296: message in popup is shortened unnecessaryv9.0.0296Bram Moolenaar2022-08-285-3/+39
* patch 9.0.0295: GUI drop files test sometimes failsv9.0.0295Bram Moolenaar2022-08-282-0/+5
* patch 9.0.0294: crash when 'cmdheight' is 0 and popup_clear() usedv9.0.0294Bram Moolenaar2022-08-288-3/+74