summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.2108: cannot close the cmdline window from CmdWinEnterv8.1.2108Bram Moolenaar2019-10-013-5/+38
* patch 8.1.2107: various memory leaks reported by asanv8.1.2107Bram Moolenaar2019-10-0111-7/+46
* patch 8.1.2106: no tests for dragging the mouse beyond the windowv8.1.2106Bram Moolenaar2019-10-012-2/+91
* patch 8.1.2105: MS-Windows: system() may crashv8.1.2105Bram Moolenaar2019-10-012-20/+24
* patch 8.1.2104: the normal.c file is too bigv8.1.2104Bram Moolenaar2019-09-306-992/+963
* patch 8.1.2103: wrong error message if "termdebugger" is not executablev8.1.2103Bram Moolenaar2019-09-302-3/+10
* patch 8.1.2102: can't build with GTK and FEAT_GUI_GNOMEv8.1.2102Bram Moolenaar2019-09-292-1/+3
* patch 8.1.2101: write_session_file() often defined but not usedv8.1.2101Bram Moolenaar2019-09-292-1/+5
* patch 8.1.2100: :mksession is not sufficiently testedv8.1.2100Bram Moolenaar2019-09-292-5/+116
* patch 8.1.2099: state() test fails on some Mac systemsv8.1.2099Bram Moolenaar2019-09-282-2/+5
* patch 8.1.2098: mksession test fails on MS-Windowsv8.1.2098Bram Moolenaar2019-09-282-0/+5
* patch 8.1.2097: :mksession is not sufficiently testedv8.1.2097Bram Moolenaar2019-09-282-1/+120
* patch 8.1.2096: too many #ifdefsv8.1.2096Bram Moolenaar2019-09-2821-231/+44
* patch 8.1.2095: leaking memory when getting item from dictv8.1.2095Bram Moolenaar2019-09-282-1/+3
* patch 8.1.2094: the fileio.c file is too bigv8.1.2094Bram Moolenaar2019-09-2815-2800/+2850
* patch 8.1.2093: MS-Windows: system() test failsv8.1.2093Bram Moolenaar2019-09-282-4/+6
* patch 8.1.2092: MS-Windows: redirect in system() does not workv8.1.2092Bram Moolenaar2019-09-284-28/+61
* patch 8.1.2091: double free when memory allocation failsv8.1.2091Bram Moolenaar2019-09-282-2/+4
* patch 8.1.2090: not clear why channel log file endsv8.1.2090Bram Moolenaar2019-09-272-0/+8
* patch 8.1.2089: do not get a hint that $TEST_FILTER was activev8.1.2089Bram Moolenaar2019-09-272-2/+14
* patch 8.1.2088: renamed libvterm mouse.c file not in distributed file listv8.1.2088Bram Moolenaar2019-09-272-1/+3
* Update runtime files.Bram Moolenaar2019-09-2734-232/+300
* patch 8.1.2087: cannot easily select one test function to executev8.1.2087Bram Moolenaar2019-09-274-1/+17
* patch 8.1.2086: missing a few changes for the renamed filesv8.1.2086Bram Moolenaar2019-09-278-28/+12
* patch 8.1.2085: MS-Windows: draw error moving cursor over double-cell charv8.1.2085Bram Moolenaar2019-09-272-6/+19
* patch 8.1.2084: Amiga: cannot get the user namev8.1.2084Bram Moolenaar2019-09-273-1/+12
* patch 8.1.2083: multi-byte chars do not work properly with "%.*S" in printf()v8.1.2083Bram Moolenaar2019-09-273-5/+14
* patch 8.1.2082: some files have a weird name to fit in 8.3 charactersv8.1.2082Bram Moolenaar2019-09-2719-56/+76
* patch 8.1.2081: the spell.c file is too bigv8.1.2081Bram Moolenaar2019-09-2714-4548/+4529
* patch 8.1.2080: the terminal API is limited and can't be disabledv8.1.2080Bram Moolenaar2019-09-2610-32/+217
* patch 8.1.2079: popup window test fails without +terminalv8.1.2079Bram Moolenaar2019-09-252-0/+4
* patch 8.1.2078: build error with +textprop but without +terminalv8.1.2078Bram Moolenaar2019-09-252-0/+4
* patch 8.1.2077: the ops.c file is too bigv8.1.2077Bram Moolenaar2019-09-2514-3180/+3153
* patch 8.1.2076: crash when trying to put a terminal in a popup windowv8.1.2076Bram Moolenaar2019-09-256-4/+23
* patch 8.1.2075: get many log messages when waiting for a typed characterv8.1.2075Bram Moolenaar2019-09-254-8/+24
* patch 8.1.2074: test for SafeState autocommand is a bit flakyv8.1.2074Bram Moolenaar2019-09-252-0/+3
* patch 8.1.2073: when editing a buffer 'colorcolumn' may not workv8.1.2073Bram Moolenaar2019-09-257-35/+76
* patch 8.1.2072: "gk" moves to start of line instead of upwardsv8.1.2072Bram Moolenaar2019-09-243-2/+26
* patch 8.1.2071: when 'wincolor' is set text property changes highlightingv8.1.2071Bram Moolenaar2019-09-234-6/+17
* patch 8.1.2070: mouse code is spread outv8.1.2070Bram Moolenaar2019-09-235-724/+770
* patch 8.1.2069: test for SafeStateAgain may still failv8.1.2069Bram Moolenaar2019-09-222-1/+5
* patch 8.1.2068: test for SafeState and SafeStateAgain may failv8.1.2068Bram Moolenaar2019-09-222-2/+5
* patch 8.1.2067: no tests for SafeState and SafeStateAgainv8.1.2067Bram Moolenaar2019-09-222-0/+33
* patch 8.1.2066: no tests for state()v8.1.2066Bram Moolenaar2019-09-224-55/+81
* patch 8.1.2065: compiler warning building non-GUI with MinGW.v8.1.2065Bram Moolenaar2019-09-222-51/+49
* patch 8.1.2064: MS-Windows: compiler warnings for unused argumentsv8.1.2064Bram Moolenaar2019-09-2113-22/+24
* patch 8.1.2063: some tests fail when +balloon_eval_term is missingv8.1.2063Bram Moolenaar2019-09-213-1/+5
* patch 8.1.2062: the mouse code is spread outv8.1.2062Bram Moolenaar2019-09-2135-2490/+2415
* patch 8.1.2061: MS-Windows GUI: ":sh" crashes when trying to use a terminalv8.1.2061Bram Moolenaar2019-09-202-4/+8
* patch 8.1.2060: "precedes" in 'listchars' not used properlyv8.1.2060Bram Moolenaar2019-09-205-4/+64