summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 9.0.0845: shell command with just space gives strange errorv9.0.0845shane.xb.qian2022-11-083-3/+54
* patch 9.0.0844: handling 'statusline' errors is spread outv9.0.0844Luuk van Baal2022-11-077-91/+43
* patch 9.0.0843: VHS tape files are not recognizedv9.0.0843Carlos A Becker2022-11-073-0/+8
* patch 9.0.0842: Unicode range for Apple SF symbols is outdatedv9.0.0842Yee Cheng Chin2022-11-072-6/+23
* patch 9.0.0841: deletebufline() does not always return 1 on failurev9.0.0841zeertzjq2022-11-063-24/+40
* patch 9.0.0840: cannot change a slice of a const listv9.0.0840Bram Moolenaar2022-11-063-0/+26
* patch 9.0.0839: test may fail depending on sequence of eventsv9.0.0839Yee Cheng Chin2022-11-062-1/+4
* patch 9.0.0838: compiler warnings for unused variablesv9.0.0838Bram Moolenaar2022-11-064-8/+7
* patch 9.0.0837: append() reports failure when not appending anythingv9.0.0837Bram Moolenaar2022-11-056-22/+37
* patch 9.0.0836: wrong error when using extend() with funcrefv9.0.0836zeertzjq2022-11-055-13/+29
* patch 9.0.0835: the window title is not redrawn when 'endoffile' changesv9.0.0835K.Takata2022-11-052-12/+8
* patch 9.0.0834: warning for missing return typev9.0.0834Sam James2022-11-053-2/+4
* patch 9.0.0833: Mac: no +sound feature in huge buildv9.0.0833Yee Cheng Chin2022-11-052-1/+3
* patch 9.0.0832: deprecation warning causes build failurev9.0.0832Philip H2022-11-052-0/+7
* patch 9.0.0831: compiler warning for redefining HAVE_DUPv9.0.0831ichizok2022-11-042-0/+5
* patch 9.0.0830: compiling with Perl on Mac 12 failsv9.0.0830Philip H2022-11-042-0/+7
* patch 9.0.0829: wrong counts in macro commentv9.0.0829zeertzjq2022-11-042-2/+4
* patch 9.0.0828: various typosv9.0.0828dundargoc2022-11-0256-84/+86
* patch 9.0.0827: <Home> key in tmux doesn't work when 'term' set to "xterm"v9.0.0827Bram Moolenaar2022-11-012-2/+4
* patch 9.0.0826: if 'endofline' is set CTRL-Z may be written in a wrong placev9.0.0826K.Takata2022-11-016-19/+136
* patch 9.0.0825: cannot drag an entry in the tabpage linev9.0.0825zeertzjq2022-11-015-30/+49
* patch 9.0.0824: crash when using win_move_separator() in other tab pagev9.0.0824zeertzjq2022-11-014-4/+27
* patch 9.0.0823: mouse drag test failsv9.0.0823Bram Moolenaar2022-10-313-3/+13
* patch 9.0.0822: crash when dragging the statusline with a mappingv9.0.0822Bram Moolenaar2022-10-315-10/+44
* patch 9.0.0820: memory leak with empty shell commandv9.0.0821Bram Moolenaar2022-10-314-0/+19
* patch 9.0.0820: memory leak with empty shell commandv9.0.0820Bram Moolenaar2022-10-292-1/+8
* patch 9.0.0819v9.0.0819Bram Moolenaar2022-10-296-8/+20
* Update runtime filesBram Moolenaar2022-10-2824-305/+476
* Add missing entry for the 'endoffile' option.Bram Moolenaar2022-10-281-0/+1
* Fix wrong struct access for member.Bram Moolenaar2022-10-281-1/+1
* Revert unintended Makefile changeBram Moolenaar2022-10-281-1/+1
* patch 9.0.0818v9.0.0818Bram Moolenaar2022-10-221-0/+2