summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 9.0.0506: line number argument for :badd does not workv9.0.0506Bram Moolenaar2022-09-193-2/+16
* 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
* Update runtime filesBram Moolenaar2022-09-1832-311/+683
* patch 9.0.0497: LyRiCs files are not recognizedv9.0.0497ObserverOfTime2022-09-183-0/+6
* patch 9.0.0496: no good reason to keep supporting Windows-XPv9.0.0496K.Takata2022-09-1810-131/+70
* 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-1774-1168/+605
* 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