summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2019-10-07patch 8.1.2121: mode is not updated when switching to terminalv8.1.2121Bram Moolenaar
2019-10-06patch 8.1.2120: some MB_ macros are more complicated than necessaryv8.1.2120Bram Moolenaar
2019-10-06patch 8.1.2119: memory access error for empty stringv8.1.2119Bram Moolenaar
2019-10-06patch 8.1.2118: termcodes test fails when $TERM is "dumb"v8.1.2118Bram Moolenaar
2019-10-05patch 8.1.2117: CursorLine highlight used while 'cursorline' is offv8.1.2117Bram Moolenaar
2019-10-05patch 8.1.2116: no check for out of memoryv8.1.2116Bram Moolenaar
2019-10-05patch 8.1.2115: MS-Windows: shell commands fail if &shell contains a spacev8.1.2115Bram Moolenaar
2019-10-05patch 8.1.2114: when a popup is closed with CTRL-C the callback abortsv8.1.2114Bram Moolenaar
2019-10-05patch 8.1.2113: ":help expr-!~?" only works after searchingv8.1.2113Bram Moolenaar
2019-10-04patch 8.1.2112: build number for ConPTY is outdatedv8.1.2112Bram Moolenaar
2019-10-04patch 8.1.2111: viminfo file not sufficiently testedv8.1.2111Bram Moolenaar
2019-10-03patch 8.1.2110: CTRL-C closes two popups instead of onev8.1.2110Bram Moolenaar
2019-10-02patch 8.1.2109: popup_getoptions() hangs with tab-local popupv8.1.2109Bram Moolenaar
2019-10-01patch 8.1.2108: cannot close the cmdline window from CmdWinEnterv8.1.2108Bram Moolenaar
2019-10-01patch 8.1.2107: various memory leaks reported by asanv8.1.2107Bram Moolenaar
2019-10-01patch 8.1.2106: no tests for dragging the mouse beyond the windowv8.1.2106Bram Moolenaar
2019-10-01patch 8.1.2105: MS-Windows: system() may crashv8.1.2105Bram Moolenaar
2019-09-30patch 8.1.2104: the normal.c file is too bigv8.1.2104Bram Moolenaar
2019-09-30patch 8.1.2103: wrong error message if "termdebugger" is not executablev8.1.2103Bram Moolenaar
2019-09-29patch 8.1.2102: can't build with GTK and FEAT_GUI_GNOMEv8.1.2102Bram Moolenaar
2019-09-29patch 8.1.2101: write_session_file() often defined but not usedv8.1.2101Bram Moolenaar
2019-09-29patch 8.1.2100: :mksession is not sufficiently testedv8.1.2100Bram Moolenaar
2019-09-28patch 8.1.2099: state() test fails on some Mac systemsv8.1.2099Bram Moolenaar
2019-09-28patch 8.1.2098: mksession test fails on MS-Windowsv8.1.2098Bram Moolenaar
2019-09-28patch 8.1.2097: :mksession is not sufficiently testedv8.1.2097Bram Moolenaar
2019-09-28patch 8.1.2096: too many #ifdefsv8.1.2096Bram Moolenaar
2019-09-28patch 8.1.2095: leaking memory when getting item from dictv8.1.2095Bram Moolenaar
2019-09-28patch 8.1.2094: the fileio.c file is too bigv8.1.2094Bram Moolenaar
2019-09-28patch 8.1.2093: MS-Windows: system() test failsv8.1.2093Bram Moolenaar
2019-09-28patch 8.1.2092: MS-Windows: redirect in system() does not workv8.1.2092Bram Moolenaar
2019-09-28patch 8.1.2091: double free when memory allocation failsv8.1.2091Bram Moolenaar
2019-09-27patch 8.1.2090: not clear why channel log file endsv8.1.2090Bram Moolenaar
2019-09-27patch 8.1.2089: do not get a hint that $TEST_FILTER was activev8.1.2089Bram Moolenaar
2019-09-27patch 8.1.2088: renamed libvterm mouse.c file not in distributed file listv8.1.2088Bram Moolenaar
2019-09-27Update runtime files.Bram Moolenaar
2019-09-27patch 8.1.2087: cannot easily select one test function to executev8.1.2087Bram Moolenaar
2019-09-27patch 8.1.2086: missing a few changes for the renamed filesv8.1.2086Bram Moolenaar
2019-09-27patch 8.1.2085: MS-Windows: draw error moving cursor over double-cell charv8.1.2085Bram Moolenaar
2019-09-27patch 8.1.2084: Amiga: cannot get the user namev8.1.2084Bram Moolenaar
2019-09-27patch 8.1.2083: multi-byte chars do not work properly with "%.*S" in printf()v8.1.2083Bram Moolenaar
2019-09-27patch 8.1.2082: some files have a weird name to fit in 8.3 charactersv8.1.2082Bram Moolenaar
2019-09-27patch 8.1.2081: the spell.c file is too bigv8.1.2081Bram Moolenaar
2019-09-26patch 8.1.2080: the terminal API is limited and can't be disabledv8.1.2080Bram Moolenaar
2019-09-25patch 8.1.2079: popup window test fails without +terminalv8.1.2079Bram Moolenaar
2019-09-25patch 8.1.2078: build error with +textprop but without +terminalv8.1.2078Bram Moolenaar
2019-09-25patch 8.1.2077: the ops.c file is too bigv8.1.2077Bram Moolenaar
2019-09-25patch 8.1.2076: crash when trying to put a terminal in a popup windowv8.1.2076Bram Moolenaar
2019-09-25patch 8.1.2075: get many log messages when waiting for a typed characterv8.1.2075Bram Moolenaar
2019-09-25patch 8.1.2074: test for SafeState autocommand is a bit flakyv8.1.2074Bram Moolenaar
2019-09-25patch 8.1.2073: when editing a buffer 'colorcolumn' may not workv8.1.2073Bram Moolenaar