summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.2148: no test for right click extending Visual areav8.1.2148Bram Moolenaar2019-10-132-1/+88
* patch 8.1.2147: crash when allocating memory failsv8.1.2147Bram Moolenaar2019-10-132-1/+3
* patch 8.1.2146: build failurev8.1.2146Bram Moolenaar2019-10-132-1/+4
* patch 8.1.2145: cannot map <C-H> when modifyOtherKeys is enabledv8.1.2145Bram Moolenaar2019-10-1321-337/+535
* patch 8.1.2144: side effects when using t_ti to enable modifyOtherKeysv8.1.2144Bram Moolenaar2019-10-125-13/+31
* patch 8.1.2143: cannot see each command even when 'verbose' is setv8.1.2143Bram Moolenaar2019-10-125-17/+68
* patch 8.1.2142: some key mappings do not work with modifyOtherKeysv8.1.2142Bram Moolenaar2019-10-123-1/+51
* patch 8.1.2141: :tselect has an extra hit-enter promptv8.1.2141Bram Moolenaar2019-10-124-8/+52
* patch 8.1.2140: "gk" and "gj" do not work correctly in number columnv8.1.2140Bram Moolenaar2019-10-124-10/+46
* patch 8.1.2139: the modifyOtherKeys codes are not testedv8.1.2139Bram Moolenaar2019-10-122-0/+66
* patch 8.1.2138: including the build number in the Win32 binary is confusingv8.1.2138Bram Moolenaar2019-10-122-4/+6
* patch 8.1.2137: parsing the termresponse is not testedv8.1.2137Bram Moolenaar2019-10-122-3/+23
* patch 8.1.2136: using freed memory with autocmd from fuzzerv8.1.2136Bram Moolenaar2019-10-113-1/+12
* patch 8.1.2135: with modifyOtherKeys Alt-a does not work properlyv8.1.2135Bram Moolenaar2019-10-102-19/+21
* patch 8.1.2134: modifier keys are not always recognizedv8.1.2134Bram Moolenaar2019-10-109-65/+185
* patch 8.1.2133: some tests fail when run as rootv8.1.2133Bram Moolenaar2019-10-107-11/+39
* patch 8.1.2132: MS-Windows: screen mess when not recognizing insider buildv8.1.2132Bram Moolenaar2019-10-102-3/+5
* patch 8.1.2131: MSVC tests failv8.1.2131Bram Moolenaar2019-10-103-9/+13
* patch 8.1.2130: MSVC build failsv8.1.2130Bram Moolenaar2019-10-102-9/+11
* patch 8.1.2129: using hard coded executable path in testv8.1.2129Bram Moolenaar2019-10-104-10/+12
* patch 8.1.2128: renamed libvterm sources makes merging difficultv8.1.2128Bram Moolenaar2019-10-108-56/+67
* patch 8.1.2127: the indent.c file is a bit bigv8.1.2127Bram Moolenaar2019-10-0925-5542/+5517
* patch 8.1.2126: viminfo not sufficiently testedv8.1.2126Bram Moolenaar2019-10-095-74/+116
* patch 8.1.2125: fnamemodify() fails when repeating :ev8.1.2125Bram Moolenaar2019-10-083-1/+35
* patch 8.1.2124: ruler is not updated if win_execute() moves cursorv8.1.2124Bram Moolenaar2019-10-083-0/+28
* patch 8.1.2123: parsing CSI sequence is messyv8.1.2123Bram Moolenaar2019-10-082-145/+160
* patch 8.1.2122: cannot build without terminal featurev8.1.2122Bram Moolenaar2019-10-072-0/+4
* patch 8.1.2121: mode is not updated when switching to terminalv8.1.2121Bram Moolenaar2019-10-073-0/+34
* 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