summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0478: test for 'splitscroll' takes too much timev9.0.0478Luuk van Baal2022-09-164-124/+122
* patch 9.0.0477: missing dependency may cause crashes on incomplete buildv9.0.0477Bram Moolenaar2022-09-163-1/+8
* patch 9.0.0476: varargs does not work for replacement function of substitute()v9.0.0476zeertzjq2022-09-165-14/+20
* patch 9.0.0475: not using deferred delete in testsv9.0.0475Bram Moolenaar2022-09-152-62/+42
* patch 9.0.0474: fullcommand() test failurev9.0.0474Bram Moolenaar2022-09-152-1/+3
* patch 9.0.0473: fullcommand() only works for the current script versionv9.0.0473Bram Moolenaar2022-09-155-11/+45
* patch 9.0.0472: virtual text "below" doesn't show in list modev9.0.0472Bram Moolenaar2022-09-154-0/+18
* patch 9.0.0471: no test for what patch 9.0.0469 fixesv9.0.0471mityu2022-09-152-0/+28
* patch 9.0.0470: in :def function all closures in loop get the same variablesv9.0.0470Bram Moolenaar2022-09-158-58/+315
* patch 9.0.0469: cursor moves if cmdwin is closed when 'splitscroll' is offv9.0.0469Luuk van Baal2022-09-154-4/+13
* patch 9.0.0468: exectution stack underflow without the +eval featurev9.0.0468Bram Moolenaar2022-09-152-0/+5
* patch 9.0.0467: build failurev9.0.0467Bram Moolenaar2022-09-142-1/+4
* patch 9.0.0466: virtual text wrong after adding line break after linev9.0.0466Bram Moolenaar2022-09-146-12/+60
* patch 9.0.0465: cursor moves when cmdwin is closed when 'splitscroll' is offv9.0.0465mityu2022-09-143-2/+13
* patch 9.0.0464: with virtual text "above" indenting doesn't work wellv9.0.0464Bram Moolenaar2022-09-145-1/+28
* patch 9.0.0463: command line test leaves directory behindv9.0.0463Dominique Pelle2022-09-142-2/+4
* patch 9.0.0462: ASAN warning for integer overflowv9.0.0462Bram Moolenaar2022-09-142-1/+3
* patch 9.0.0461: 'scroll' is not always updatedv9.0.0461Luuk van Baal2022-09-144-1/+6
* patch 9.0.0460: loop variable can't be foundv9.0.0460Bram Moolenaar2022-09-1411-25/+86
* patch 9.0.0459: Vim9: block in for loop doesn't behave like a code blockv9.0.0459Bram Moolenaar2022-09-133-6/+21
* patch 9.0.0458: splitting a line with a text prop "above" moves it downv9.0.0458Bram Moolenaar2022-09-134-5/+23
* patch 9.0.0457: substitute prompt does not highlight an empty matchv9.0.0457Bram Moolenaar2022-09-134-0/+30
* patch 9.0.0456: function called at debug prompt is also debuggedv9.0.0456Bram Moolenaar2022-09-132-0/+7
* patch 9.0.0455: a few problems with 'splitscroll'v9.0.0455Luuk van Baal2022-09-135-15/+28
* patch 9.0.0454: incorrect color for modeless selection with GTKv9.0.0454Your Name2022-09-132-6/+4
* patch 9.0.0453: on an AZERTY keyboard digit keys get the shift modifierv9.0.0453Bram Moolenaar2022-09-122-1/+5
* patch 9.0.0452: Visual highlighting extends into virtual text propv9.0.0452Bram Moolenaar2022-09-126-5/+52
* patch 9.0.0451: virtual text "above" does not work with 'nowrap'v9.0.0451Bram Moolenaar2022-09-128-13/+50
* Add missing part of patchBram Moolenaar2022-09-121-0/+2
* patch 9.0.0450: return value of argument check functions is inconsistentv9.0.0450zeertzjq2022-09-122-11/+14
* patch 9.0.0449: there is no easy way to translate a key code into a stringv9.0.0449zeertzjq2022-09-129-15/+83
* patch 9.0.0448: SubRip files are not recognizedv9.0.0448ObserverOfTime2022-09-123-0/+6
* patch 9.0.0447: using :echowin while at the hit-enter prompt causes problemsv9.0.0447Bram Moolenaar2022-09-118-7/+85
* patch 9.0.0446: message window may be positioned too lowv9.0.0446Bram Moolenaar2022-09-113-1/+16
* patch 9.0.0445: when opening/closing window text moves up/downv9.0.0445Luuk van Baal2022-09-1110-10/+287
* patch 9.0.0444: trying to declare g:variable gives confusing errorv9.0.0444Bram Moolenaar2022-09-119-20/+51
* patch 9.0.0443: blueprint files are not recognizedv9.0.0443Gabriele Musco2022-09-113-2/+7
* patch 9.0.0442: virtual text "above" doesn't handel line numbersv9.0.0442Bram Moolenaar2022-09-117-7/+23
* patch 9.0.0441: closure in for loop test fails on some systemsv9.0.0441Bram Moolenaar2022-09-112-1/+3
* patch 9.0.0440: crash when using mkdir() with "R" flag in compiled functionv9.0.0440Bram Moolenaar2022-09-114-48/+35
* patch 9.0.0439: cursor wrong if inserting before line with virtual text abovev9.0.0439Bram Moolenaar2022-09-105-0/+28
* patch 9.0.0438: cannot put virtual text above a linev9.0.0438Bram Moolenaar2022-09-1011-105/+200
* patch 9.0.0437: no error when custom completion function returns wrong typev9.0.0437Bram Moolenaar2022-09-104-2/+9
* Update runtime filesBram Moolenaar2022-09-1026-141/+499
* patch 9.0.0436: CI: running tests in parallel causes flakinessv9.0.0436K.Takata2022-09-105-106/+100
* patch 9.0.0435: compiler warning for uninitialized variablev9.0.0435Bram Moolenaar2022-09-102-1/+3
* patch 9.0.0434: gitignore files are not recognizedv9.0.0434ObserverOfTime2022-09-103-4/+10
* patch 9.0.0433: Coverity warns for not checking allocation failurev9.0.0433Bram Moolenaar2022-09-102-3/+9
* patch 9.0.0432: crash when using for loop variable in closurev9.0.0432Bram Moolenaar2022-09-095-2/+41
* patch 9.0.0431: current mode shows in message windowv9.0.0431Bram Moolenaar2022-09-094-1/+32