summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.2120: some MB_ macros are more complicated than necessaryv8.1.2120Bram Moolenaar2019-10-0618-44/+44
* patch 8.1.2119: memory access error for empty stringv8.1.2119Bram Moolenaar2019-10-062-3/+5
* patch 8.1.2118: termcodes test fails when $TERM is "dumb"v8.1.2118Bram Moolenaar2019-10-062-1/+7
* patch 8.1.2117: CursorLine highlight used while 'cursorline' is offv8.1.2117Bram Moolenaar2019-10-053-4/+6
* patch 8.1.2116: no check for out of memoryv8.1.2116Bram Moolenaar2019-10-052-3/+8
* patch 8.1.2115: MS-Windows: shell commands fail if &shell contains a spacev8.1.2115Bram Moolenaar2019-10-056-5/+122
* patch 8.1.2114: when a popup is closed with CTRL-C the callback abortsv8.1.2114Bram Moolenaar2019-10-052-0/+7
* patch 8.1.2113: ":help expr-!~?" only works after searchingv8.1.2113Bram Moolenaar2019-10-053-3/+21
* patch 8.1.2112: build number for ConPTY is outdatedv8.1.2112Bram Moolenaar2019-10-042-1/+3
* patch 8.1.2111: viminfo file not sufficiently testedv8.1.2111Bram Moolenaar2019-10-042-0/+196
* patch 8.1.2110: CTRL-C closes two popups instead of onev8.1.2110Bram Moolenaar2019-10-033-0/+28
* patch 8.1.2109: popup_getoptions() hangs with tab-local popupv8.1.2109Bram Moolenaar2019-10-023-4/+18
* 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