summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.2228: screenpos() returns wrong values when 'number' is setv8.1.2228Bram Moolenaar2019-10-273-1/+18
* patch 8.1.2227: layout wrong if 'lines' changes while cmdline window is openv8.1.2227Bram Moolenaar2019-10-276-5/+86
* patch 8.1.2226: cannot use system copy/paste in non-xterm terminalsv8.1.2226Bram Moolenaar2019-10-274-8/+32
* patch 8.1.2225: the "last used" info of a buffer is under usedv8.1.2225Bram Moolenaar2019-10-2718-45/+228
* patch 8.1.2224: cannot build Amiga versionv8.1.2224Bram Moolenaar2019-10-263-0/+9
* patch 8.1.2223: cannot see what buffer an ml_get error is forv8.1.2223Bram Moolenaar2019-10-262-1/+6
* patch 8.1.2222: accessing invalid memoryv8.1.2222Bram Moolenaar2019-10-262-0/+4
* Update runtime filesBram Moolenaar2019-10-2646-1066/+9575
* patch 8.1.2221: cannot filter :disp outputv8.1.2221Bram Moolenaar2019-10-264-33/+77
* patch 8.1.2220: :cfile does not abort like other quickfix commandsv8.1.2220Bram Moolenaar2019-10-263-3/+101
* patch 8.1.2219: no autocommand for open window with terminalv8.1.2219Bram Moolenaar2019-10-266-1/+33
* patch 8.1.2218: "gN" is off by one in Visual modev8.1.2218Bram Moolenaar2019-10-263-2/+9
* patch 8.1.2217: compiler warning for unused variablev8.1.2217Bram Moolenaar2019-10-262-1/+3
* patch 8.1.2216: text property in wrong place after :substitutev8.1.2216Bram Moolenaar2019-10-253-4/+40
* patch 8.1.2215: unreachable code in adjusting text prop columnsv8.1.2215Bram Moolenaar2019-10-252-7/+3
* patch 8.1.2214: too much is redrawn when 'cursorline' is setv8.1.2214Bram Moolenaar2019-10-2410-30/+35
* patch 8.1.2213: popup_textprop tests failv8.1.2213Bram Moolenaar2019-10-242-12/+17
* patch 8.1.2212: cannot see the selection type in :reg outputv8.1.2212Bram Moolenaar2019-10-244-26/+42
* patch 8.1.2211: listener callback "added" argument is not the totalv8.1.2211Bram Moolenaar2019-10-243-4/+11
* patch 8.1.2210: using negative offset for popup_create() does not workv8.1.2210Bram Moolenaar2019-10-244-20/+38
* patch 8.1.2209: LF in escape codes may be expanded to CR-LFv8.1.2209Bram Moolenaar2019-10-242-17/+12
* patch 8.1.2208: Unix: Tabs in output might be expanded to spacesv8.1.2208Bram Moolenaar2019-10-242-5/+17
* patch 8.1.2207: "gn" doesn't work quite rightv8.1.2207Bram Moolenaar2019-10-243-92/+101
* patch 8.1.2206: no test for fixed issue #3893v8.1.2206Bram Moolenaar2019-10-243-0/+30
* patch 8.1.2205: sign entry structure has confusing namev8.1.2205Bram Moolenaar2019-10-246-204/+206
* patch 8.1.2204: crash on exit when closing terminalsv8.1.2204Bram Moolenaar2019-10-232-1/+3
* patch 8.1.2203: running libvterm tests without the +terminal featurev8.1.2203Bram Moolenaar2019-10-235-1/+9
* patch 8.1.2202: MS-Windows: build failure with GUI and small featuresv8.1.2202Bram Moolenaar2019-10-232-0/+4
* patch 8.1.2201: cannot build with dynamically linked Python 3.8v8.1.2201Bram Moolenaar2019-10-232-0/+38
* patch 8.1.2200: crash when memory allocation failsv8.1.2200Bram Moolenaar2019-10-222-2/+12
* patch 8.1.2199: build failure when using normal features without GUIv8.1.2199Bram Moolenaar2019-10-222-0/+4
* patch 8.1.2198: crash when using :center in autocommandv8.1.2198Bram Moolenaar2019-10-213-4/+31
* patch 8.1.2197: ExitPre autocommand may cause accessing freed memoryv8.1.2197Bram Moolenaar2019-10-203-6/+31
* patch 8.1.2196: MS-Windows: running tests with MSVC lacks updatesv8.1.2196Bram Moolenaar2019-10-203-8/+38
* patch 8.1.2195: Vim does not exit when the terminal window is last windowv8.1.2195Bram Moolenaar2019-10-206-7/+51
* patch 8.1.2194: modifyOtherKeys is not enabled by defaultv8.1.2194Bram Moolenaar2019-10-203-2/+34
* patch 8.1.2193: popup_setoptions(popup_getoptions()) does not workv8.1.2193Bram Moolenaar2019-10-204-4/+33
* patch 8.1.2192: cannot easily fill the info popup asynchronouslyv8.1.2192Bram Moolenaar2019-10-2015-28/+195
* patch 8.1.2191: when using modifyOtherKeys CTRL-X mode may not workv8.1.2191Bram Moolenaar2019-10-202-1/+21
* patch 8.1.2190: syntax test fails on Macv8.1.2190Bram Moolenaar2019-10-203-8/+6
* patch 8.1.2189: syntax highlighting wrong for tabv8.1.2189Bram Moolenaar2019-10-204-3/+7
* patch 8.1.2188: build error for missing definev8.1.2188Bram Moolenaar2019-10-192-0/+3
* patch 8.1.2187: error for bad regexp even though regexp is not usedv8.1.2187Bram Moolenaar2019-10-194-2/+12
* patch 8.1.2186: error for bad regexp even though regexp is not usedv8.1.2186Bram Moolenaar2019-10-192-1/+3
* patch 8.1.2185: syntax test failsv8.1.2185Bram Moolenaar2019-10-192-1/+5
* patch 8.1.2184: option context is not copied when splitting a windowv8.1.2184Bram Moolenaar2019-10-193-11/+133
* patch 8.1.2183: running a test is a bit verbosev8.1.2183Bram Moolenaar2019-10-192-2/+4
* patch 8.1.2182: test42 seen as binary by git diffv8.1.2182Bram Moolenaar2019-10-194-0/+4
* patch 8.1.2181: highlighting wrong when item follows tabv8.1.2181Bram Moolenaar2019-10-194-34/+36
* patch 8.1.2180: Error E303 is not useful when 'directory' is emptyv8.1.2180Bram Moolenaar2019-10-195-4/+13