summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0894: virtual text property highlight ignores window backgroundv9.0.0894Bram Moolenaar2022-11-174-2/+58
* patch 9.0.0893: 'smoothscroll' cursor calculations wrong when 'number' is setv9.0.0893Yee Cheng Chin2022-11-174-6/+76
* patch 9.0.0892: may redraw when not neededv9.0.0892Bram Moolenaar2022-11-175-19/+29
* patch 9.0.0891: virtual text below after match has wrong highlightv9.0.0891Bram Moolenaar2022-11-164-25/+71
* patch 9.0.0890: no test for what patch 9.0.0827 fixesv9.0.0890Bram Moolenaar2022-11-164-2/+41
* patch 9.0.0889: keycode check script has a few flawsv9.0.0889Bram Moolenaar2022-11-163-60/+210
* patch 9.0.0888: MS-Windows GUI: CTRL-] does not work on Swiss keyboardv9.0.0888Aedin Louis Xavier2022-11-162-7/+18
* patch 9.0.0887: cannot easily try out what codes various keys producev9.0.0887Bram Moolenaar2022-11-154-0/+291
* patch 9.0.0886: horizontal mouse scroll only works in the GUIv9.0.0886Christopher Plewright2022-11-1510-247/+234
* patch 9.0.0885: informational message has an error message numberv9.0.0885Bram Moolenaar2022-11-152-4/+4
* patch 9.0.0884: mouse shape remains in op-pending mode after failed changev9.0.0884zeertzjq2022-11-153-4/+43
* patch 9.0.0883: a silent mapping may cause dots on the command linev9.0.0883Bram Moolenaar2022-11-143-2/+12
* patch 9.0.0882: using freed memory after SpellFileMissing autocmd uses bwipev9.0.0882Bram Moolenaar2022-11-143-2/+17
* patch 9.0.0881: cannot get the currently showing mouse shapev9.0.0881Bram Moolenaar2022-11-147-11/+51
* patch 9.0.0880: preprocessor indenting is offv9.0.0880K.Takata2022-11-147-33/+35
* patch 9.0.0879: unnecessary nesting in makefilev9.0.0879K.Takata2022-11-142-3/+3
* patch 9.0.0878: Coverity warns for dead codev9.0.0878Bram Moolenaar2022-11-142-4/+3
* patch 9.0.0877: using freed memory with :comclear while listing commandsv9.0.0877Bram Moolenaar2022-11-134-1/+72
* patch 9.0.0876: code is indented more than neededv9.0.0876Yegappan Lakshmanan2022-11-132-79/+91
* patch 9.0.0875: using freed memory when executing delfunc at more promptv9.0.0875Bram Moolenaar2022-11-133-28/+89
* patch 9.0.0874: using freed memory when executing unmenu at more promptv9.0.0874Bram Moolenaar2022-11-134-3/+63
* patch 9.0.0873: using freed memory when executing mapclear at more promptv9.0.0873Bram Moolenaar2022-11-134-1/+63
* patch 9.0.0872: code is indented more than neededv9.0.0872Yegappan Lakshmanan2022-11-132-111/+116
* patch 9.0.0871: using freed memory when clearing augroup at more promptv9.0.0871Bram Moolenaar2022-11-133-5/+41
* patch 9.0.0870: get E967 when using text property in quickfix windowv9.0.0870Bram Moolenaar2022-11-133-4/+35
* patch 9.0.0869: bogus error when string used after :elseifv9.0.0869Bram Moolenaar2022-11-123-1/+14
* patch 9.0.0868: MS-Windows: after Vim exits console resizing problemv9.0.0868Christopher Plewright2022-11-123-20/+38
* patch 9.0.0867: wildmenu redrawing code is spread outv9.0.0867Bram Moolenaar2022-11-125-276/+275
* patch 9.0.0866: no test for what patch 8.2.2207 fixesv9.0.0866zeertzjq2022-11-122-2/+8
* patch 9.0.0865: duplicate arguments are not always detectedv9.0.0865Nir Lichtman2022-11-123-1/+33
* patch 9.0.0864: crash when using "!!" without a previous shell commandv9.0.0864Bram Moolenaar2022-11-123-2/+36
* patch 9.0.0863: col() and charcol() only work for the current windowv9.0.0863Yegappan Lakshmanan2022-11-127-15/+75
* patch 9.0.0862: default value of 'endoffile' is wrongv9.0.0862Bram Moolenaar2022-11-124-2/+16
* patch 9.0.0861: solution for "!!sort" in closed fold is not optimalv9.0.0861Bram Moolenaar2022-11-115-22/+115
* patch 9.0.0860: MS-Windows: windres fails with clang 15.0.4v9.0.0860Bram Moolenaar2022-11-112-0/+6
* patch 9.0.0859: compiler warning for unused variablev9.0.0859Bram Moolenaar2022-11-112-1/+4
* patch 9.0.0858: "!!sort" in a closed fold sorts too many linesv9.0.0858Bram Moolenaar2022-11-113-5/+58
* patch 9.0.0857: selecting MSVC 2017 does not set $PLATFORMv9.0.0857K.Takata2022-11-102-1/+7
* patch 9.0.0856: MS-Windows: executable not found when running testv9.0.0856Christopher Plewright2022-11-102-12/+28
* patch 9.0.0855: comment not located above the code it refers tov9.0.0855zeertzjq2022-11-102-2/+4
* patch 9.0.0854: no proper test for what 9.0.0846 fixesv9.0.0854zeertzjq2022-11-102-3/+19
* patch 9.0.0853: terminal mouse test is still flaky on MacOS M1v9.0.0853Bram Moolenaar2022-11-102-8/+13
* patch 9.0.0852: crypt test is skipped if xxd is not foundv9.0.0852Bram Moolenaar2022-11-102-5/+16
* patch 9.0.0851: terminal mouse test is still flakyv9.0.0851Bram Moolenaar2022-11-102-1/+3
* patch 9.0.0850: MS-Windows Terminal has unstable color controlv9.0.0850Christopher Plewright2022-11-093-80/+114
* patch 9.0.0849: terminal mouse test is a bit flakyv9.0.0849James McCoy2022-11-092-17/+24
* Update runtime filesBram Moolenaar2022-11-0945-130/+235
* patch 9.0.0848: help item for --log argument is not aligned nicelyv9.0.0848K.Takata2022-11-092-1/+3
* patch 9.0.0847: CI: not totally clear what MS-Windows version is usedv9.0.0847K.Takata2022-11-092-2/+7
* patch 9.0.0846: using assert_fails() may cause hit-enter promptv9.0.0846Bram Moolenaar2022-11-093-3/+11