summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0556: leaking memory with nested functionsv9.0.0556Bram Moolenaar2022-09-232-0/+3
* patch 9.0.0555: scrolling with 'nosplitscroll' in callback changing curwinv9.0.0555Luuk van Baal2022-09-237-1/+68
* patch 9.0.0554: using freed memory when command follows lambdav9.0.0554Bram Moolenaar2022-09-234-7/+37
* patch 9.0.0553: no error for "|" after "{" in lamdav9.0.0553Bram Moolenaar2022-09-223-2/+29
* patch 9.0.0552: crash when using NUL in buffer that uses :sourcev9.0.0552Bram Moolenaar2022-09-223-2/+21
* patch 9.0.0551: mode message is delayed when :echowin was usedv9.0.0551Bram Moolenaar2022-09-222-4/+17
* patch 9.0.0550: crash when closing a tabpage and buffer is NULLv9.0.0550zeertzjq2022-09-224-17/+30
* patch 9.0.0549: duplicated code in calling a :def functionv9.0.0549Bram Moolenaar2022-09-222-22/+14
* patch 9.0.0548: reduce() with a compiled lambda could be fasterv9.0.0548Bram Moolenaar2022-09-227-34/+30
* patch 9.0.0547: looping over empty out_loop[] entriesv9.0.0547Bram Moolenaar2022-09-223-6/+8
* patch 9.0.0546: supporting Ruby 1.8 makes code complicatedv9.0.0546K.Takata2022-09-226-235/+101
* patch 9.0.0545: when a test is slow and CI times out there is no time infov9.0.0545Bram Moolenaar2022-09-223-4/+13
* patch 9.0.0544: minor issues with setting a string optionv9.0.0544zeertzjq2022-09-223-7/+21
* patch 9.0.0543: insufficient testing for assert and test functionsv9.0.0543Yegappan Lakshmanan2022-09-224-0/+63
* patch 9.0.0542: MSVC build still has support for 2012 editionv9.0.0542Bram Moolenaar2022-09-225-114/+25
* patch 9.0.0541: terminal pwd test fails with a very long path namev9.0.0541Bram Moolenaar2022-09-222-1/+5
* patch 9.0.0540: assigning stack variable to argument confuses Coverityv9.0.0540Bram Moolenaar2022-09-222-24/+28
* patch 9.0.0539: long message test can be flakyv9.0.0539Bram Moolenaar2022-09-222-1/+4
* patch 9.0.0538: manually deleting test temp filesv9.0.0538Bram Moolenaar2022-09-219-73/+38
* patch 9.0.0537: the do_set() function is much too longv9.0.0537Bram Moolenaar2022-09-212-435/+442
* patch 9.0.0536: CI: codecov action update availablev9.0.0536Philip H2022-09-212-1/+3
* patch 9.0.0535: closure gets wrong value in for loop with two loop variablesv9.0.0535Bram Moolenaar2022-09-215-5/+34
* patch 9.0.0534: line number is displayed at virtual text "above"v9.0.0534Bram Moolenaar2022-09-217-67/+84
* patch 9.0.0533: the win_line() function is much too longv9.0.0533Bram Moolenaar2022-09-212-89/+102
* patch 9.0.0532: edit test is flaky when run under valgrindv9.0.0532Bram Moolenaar2022-09-212-28/+25
* patch 9.0.0531: the win_line() function is much too longv9.0.0531Bram Moolenaar2022-09-212-156/+180
* patch 9.0.0530: using freed memory when autocmd changes markv9.0.0530Bram Moolenaar2022-09-213-5/+22
* patch 9.0.0529: appveyor setup contains outdated linesv9.0.0529K.Takata2022-09-212-4/+3
* patch 9.0.0528: MS-Windows: no batch files for more recent MSVC versionsv9.0.0528K.Takata2022-09-217-1/+123
* patch 9.0.0527: long sign text may overflow bufferv9.0.0527Bram Moolenaar2022-09-213-5/+23
* patch 9.0.0526: MS-Windows: still some support for XP and old compilersv9.0.0526K.Takata2022-09-213-29/+4
* patch 9.0.0525: manually deleting temp test filesv9.0.0525Bram Moolenaar2022-09-205-102/+59
* patch 9.0.0524: build instructions for MS-Windows are outdatedv9.0.0524Bram Moolenaar2022-09-206-73/+32
* patch 9.0.0523: more compiler warnings for arguments in small versionv9.0.0523Bram Moolenaar2022-09-202-1/+10
* patch 9.0.0522: build fails on Appveyorv9.0.0522Bram Moolenaar2022-09-202-0/+4
* patch 9.0.0521: compiler warns for unused argument in small versionv9.0.0521Bram Moolenaar2022-09-202-1/+3
* patch 9.0.0520: declaring a loop variable at the start of a block is clumsyv9.0.0520Bram Moolenaar2022-09-202-14/+10
* patch 9.0.0519: the win_line() function is much too longv9.0.0519Bram Moolenaar2022-09-202-187/+191
* patch 9.0.0518: virtual text highlight starts too early with 'nowrap'v9.0.0518Bram Moolenaar2022-09-204-4/+21
* patch 9.0.0517: when at the command line :redrawstatus does not work wellv9.0.0517zeertzjq2022-09-208-7/+45
* patch 9.0.0516: virtual text "above" highlights gap after itv9.0.0516Bram Moolenaar2022-09-2013-46/+48
* patch 9.0.0515: virtual text highlight starts too early when 'number' is setv9.0.0515Bram Moolenaar2022-09-205-63/+48
* patch 9.0.0514: terminal test sometimes hangsv9.0.0514Bram Moolenaar2022-09-202-0/+12
* patch 9.0.0513: may not be able to use a pattern ad the debug promptv9.0.0513Bram Moolenaar2022-09-204-0/+34
* patch 9.0.0512: cannot redraw the status lines when editing a commandv9.0.0512zeertzjq2022-09-205-4/+19
* patch 9.0.0511: unnecessary scrolling for message of only one linev9.0.0511zeertzjq2022-09-203-2/+36
* patch 9.0.0510: Chatito files are not recognizedv9.0.0510ObserverOfTime2022-09-203-0/+6
* patch 9.0.0509: confusing error for "saveas" command with "nofile" bufferv9.0.0509Bram Moolenaar2022-09-204-3/+12
* patch 9.0.0508: when the channel test fails there is no clue whyv9.0.0508K.Takata2022-09-202-4/+18
* patch 9.0.0507: cmdline cleared when using :redrawstatus in CmdlineChangedv9.0.0507Bram Moolenaar2022-09-194-2/+34