summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0505: various problems with 'nosplitscroll'v9.0.0505Luuk van Baal2022-09-195-26/+30
* patch 9.0.0504: still a build failurev9.0.0504Bram Moolenaar2022-09-193-5/+9
* patch 9.0.0503: build failurev9.0.0503Bram Moolenaar2022-09-192-4/+7
* patch 9.0.0502: a closure in a nested loop in a :def function does not workv9.0.0502Bram Moolenaar2022-09-1915-175/+391
* patch 9.0.0501: warning for using uninitialized value in mouse testv9.0.0501Bram Moolenaar2022-09-192-1/+5
* patch 9.0.0500: when quitting cmdline window with CTRL-C it remains visiblev9.0.0500Bram Moolenaar2022-09-186-11/+57
* patch 9.0.0499: in :def function list created after const is lockedv9.0.0499Bram Moolenaar2022-09-183-0/+10
* patch 9.0.0498: various small issuesv9.0.0498Bram Moolenaar2022-09-188-28/+30
* patch 9.0.0497: LyRiCs files are not recognizedv9.0.0497ObserverOfTime2022-09-182-0/+3
* patch 9.0.0496: no good reason to keep supporting Windows-XPv9.0.0496K.Takata2022-09-186-120/+57
* patch 9.0.0495: closure doesn't work properly in nested loopv9.0.0495Bram Moolenaar2022-09-183-2/+30
* patch 9.0.0494: small build misses float function declaraitonsv9.0.0494Bram Moolenaar2022-09-172-5/+8
* patch 9.0.0493: Perl test failsv9.0.0493Bram Moolenaar2022-09-172-2/+2
* patch 9.0.0492: cmdwin test fails on MS-Windowsv9.0.0492Bram Moolenaar2022-09-172-0/+5
* patch 9.0.0491: no good reason to build without the float featurev9.0.0491Bram Moolenaar2022-09-1770-1110/+600
* patch 9.0.0490: using freed memory with cmdwin and BufEnter autocmdv9.0.0490Bram Moolenaar2022-09-173-2/+18
* patch 9.0.0489: using "end_lnum" with virtual text causes problemsv9.0.0489Bram Moolenaar2022-09-174-2/+25
* patch 9.0.0488: cursor wrong with virtual text "above" and 'showbreak'v9.0.0488Bram Moolenaar2022-09-174-0/+19
* patch 9.0.0487: using freed memory with combination of closuresv9.0.0487Bram Moolenaar2022-09-174-19/+31
* patch 9.0.0486: text scrolled with 'nosplitscroll', autocmd win and helpv9.0.0486Luuk van Baal2022-09-173-6/+35
* patch 9.0.0485: in :def function all closures in loop get the same variablesv9.0.0485Bram Moolenaar2022-09-176-23/+222
* patch 9.0.0484: in :def function all closures in loop get the same variablesv9.0.0484Bram Moolenaar2022-09-174-67/+167
* patch 9.0.0483: illegal memory access when replacing in virtualedit modev9.0.0483Bram Moolenaar2022-09-163-2/+26
* patch 9.0.0482: "g0" moves to wrong location with virtual text "above"v9.0.0482Bram Moolenaar2022-09-167-28/+74
* patch 9.0.0481: in :def function all closures in loop get the same variablesv9.0.0481Bram Moolenaar2022-09-1613-77/+285
* patch 9.0.0480: cannot use a :def varargs function with substitute()v9.0.0480zeertzjq2022-09-163-1/+7
* patch 9.0.0479: in :def function all closures in loop get the same variablesv9.0.0479Bram Moolenaar2022-09-162-0/+3
* patch 9.0.0478: test for 'splitscroll' takes too much timev9.0.0478Luuk van Baal2022-09-163-123/+121
* 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-154-7/+35
* 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