summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Updte runtime filesBram Moolenaar2019-09-2011-116/+168
* patch 8.1.2059: fix for "x" deleting a fold has side effectsv8.1.2059Bram Moolenaar2019-09-202-10/+6
* patch 8.1.2058: function for ex command is named inconsistentlyv8.1.2058Bram Moolenaar2019-09-194-3/+5
* patch 8.1.2057: the screen.c file is much too bigv8.1.2057Bram Moolenaar2019-09-1917-6515/+6446
* patch 8.1.2056: "make test" for indent files doesn't cause make to failv8.1.2056Bram Moolenaar2019-09-183-0/+9
* patch 8.1.2055: not easy to jump to function line from profilev8.1.2055Bram Moolenaar2019-09-183-2/+4
* patch 8.1.2054: compiler test for Perl may failv8.1.2054Bram Moolenaar2019-09-182-2/+5
* patch 8.1.2053: SafeStateAgain not triggered if callback uses feedkeys()v8.1.2053Bram Moolenaar2019-09-185-17/+51
* patch 8.1.2052: using "x" before a closed fold may delete that foldv8.1.2052Bram Moolenaar2019-09-173-3/+23
* patch 8.1.2051: double-click test is a bit flakyv8.1.2051Bram Moolenaar2019-09-172-1/+3
* patch 8.1.2050: popup window test fails in some configurationsv8.1.2050Bram Moolenaar2019-09-173-1/+4
* patch 8.1.2049: cannot build tiny versionv8.1.2049Bram Moolenaar2019-09-172-0/+10
* patch 8.1.2048: not clear why SafeState and SafeStateAgain are not triggeredv8.1.2048Bram Moolenaar2019-09-174-3/+17
* patch 8.1.2047: cannot check the current statev8.1.2047Bram Moolenaar2019-09-1612-111/+230
* patch 8.1.2046: SafeState may be triggered at the wrong momentv8.1.2046Bram Moolenaar2019-09-168-18/+40
* patch 8.1.2045: the option.c file is too bigv8.1.2045Bram Moolenaar2019-09-1617-2747/+2882
* patch 8.1.2044: no easy way to process postponed workv8.1.2044Bram Moolenaar2019-09-159-11/+126
* patch 8.1.2043: not sufficient testing for quoted numbersv8.1.2043Bram Moolenaar2019-09-153-0/+6
* patch 8.1.2042: the evalfunc.c file is too bigv8.1.2042Bram Moolenaar2019-09-156-199/+204
* patch 8.1.2041: no test for diff mode with syntax highlightingv8.1.2041Bram Moolenaar2019-09-153-0/+58
* patch 8.1.2040: no highlighting of current line in quickfix windowv8.1.2040Bram Moolenaar2019-09-155-2/+58
* patch 8.1.2039: character from 'showbreak' does not use 'wincolor'v8.1.2039Bram Moolenaar2019-09-154-7/+13