summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-10-16patch 8.1.2153: combining text property and syntax highlight is wrongv8.1.2153Bram Moolenaar
2019-10-15patch 8.1.2152: problems navigating tags file on MacOS Catalinav8.1.2152Bram Moolenaar
2019-10-14patch 8.1.2151: state test is a bit flakyv8.1.2151Bram Moolenaar
2019-10-14patch 8.1.2150: no test for 'ttymouse' set from xterm version responsev8.1.2150Bram Moolenaar
2019-10-14patch 8.1.2149: crash when running out of memory very earlyv8.1.2149Bram Moolenaar
2019-10-13patch 8.1.2148: no test for right click extending Visual areav8.1.2148Bram Moolenaar
2019-10-13patch 8.1.2147: crash when allocating memory failsv8.1.2147Bram Moolenaar
2019-10-13patch 8.1.2146: build failurev8.1.2146Bram Moolenaar
2019-10-13patch 8.1.2145: cannot map <C-H> when modifyOtherKeys is enabledv8.1.2145Bram Moolenaar
2019-10-12patch 8.1.2144: side effects when using t_ti to enable modifyOtherKeysv8.1.2144Bram Moolenaar
2019-10-12patch 8.1.2143: cannot see each command even when 'verbose' is setv8.1.2143Bram Moolenaar
2019-10-12patch 8.1.2142: some key mappings do not work with modifyOtherKeysv8.1.2142Bram Moolenaar
2019-10-12patch 8.1.2141: :tselect has an extra hit-enter promptv8.1.2141Bram Moolenaar
2019-10-12patch 8.1.2140: "gk" and "gj" do not work correctly in number columnv8.1.2140Bram Moolenaar
2019-10-12patch 8.1.2139: the modifyOtherKeys codes are not testedv8.1.2139Bram Moolenaar
2019-10-12patch 8.1.2138: including the build number in the Win32 binary is confusingv8.1.2138Bram Moolenaar
2019-10-12patch 8.1.2137: parsing the termresponse is not testedv8.1.2137Bram Moolenaar
2019-10-11patch 8.1.2136: using freed memory with autocmd from fuzzerv8.1.2136Bram Moolenaar
2019-10-10patch 8.1.2135: with modifyOtherKeys Alt-a does not work properlyv8.1.2135Bram Moolenaar
2019-10-10patch 8.1.2134: modifier keys are not always recognizedv8.1.2134Bram Moolenaar
2019-10-10patch 8.1.2133: some tests fail when run as rootv8.1.2133Bram Moolenaar
2019-10-10patch 8.1.2132: MS-Windows: screen mess when not recognizing insider buildv8.1.2132Bram Moolenaar
2019-10-10patch 8.1.2131: MSVC tests failv8.1.2131Bram Moolenaar
2019-10-10patch 8.1.2130: MSVC build failsv8.1.2130Bram Moolenaar
2019-10-10patch 8.1.2129: using hard coded executable path in testv8.1.2129Bram Moolenaar
2019-10-10patch 8.1.2128: renamed libvterm sources makes merging difficultv8.1.2128Bram Moolenaar
2019-10-09patch 8.1.2127: the indent.c file is a bit bigv8.1.2127Bram Moolenaar
2019-10-09patch 8.1.2126: viminfo not sufficiently testedv8.1.2126Bram Moolenaar
2019-10-08patch 8.1.2125: fnamemodify() fails when repeating :ev8.1.2125Bram Moolenaar
2019-10-08patch 8.1.2124: ruler is not updated if win_execute() moves cursorv8.1.2124Bram Moolenaar
2019-10-08patch 8.1.2123: parsing CSI sequence is messyv8.1.2123Bram Moolenaar
2019-10-07patch 8.1.2122: cannot build without terminal featurev8.1.2122Bram Moolenaar
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