summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 9.0.0293: messages window not hidden when starting a command linev9.0.0293Bram Moolenaar2022-08-283-0/+10
* patch 9.0.0292: test causes another test to failv9.0.0292Bram Moolenaar2022-08-272-3/+6
* patch 9.0.0291: test failingv9.0.0291Bram Moolenaar2022-08-272-1/+5
* patch 9.0.0290: compiler warning for variable set but not usedv9.0.0290Bram Moolenaar2022-08-272-2/+9
* patch 9.0.0289: invalid memory writev9.0.0289Bram Moolenaar2022-08-272-5/+26
* patch 9.0.0288: when 'cmdheight' is zero some messages are not displayedv9.0.0288Bram Moolenaar2022-08-2712-50/+383
* patch 9.0.0287: Irix systems no longer existv9.0.0287Yegappan Lakshmanan2022-08-278-99/+7
* patch 9.0.0286: using freed memory when location list changed in autocmdv9.0.0286Yegappan Lakshmanan2022-08-273-10/+37
* patch 9.0.0285: it is not easy to change the command line from a pluginv9.0.0285Shougo Matsushita2022-08-278-11/+134
* patch 9.0.0284: using static buffer for multiple completion functionsv9.0.0284Bram Moolenaar2022-08-265-24/+21
* patch 9.0.0283: cannot complete "syn list @cluster"v9.0.0283bfredl2022-08-263-4/+32
* patch 9.0.0282: a nested timout stops the previous timeoutv9.0.0282Bram Moolenaar2022-08-263-4/+22
* patch 9.0.0281: build failure without the +eval featurev9.0.0281Bram Moolenaar2022-08-262-1/+9
* Update runtime filesBram Moolenaar2022-08-2631-374/+737