summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.2072: Vim9: list assign not well testedv8.2.2072Bram Moolenaar2020-11-303-2/+28
* patch 8.2.2071: Vim9: list assign doesn't except empty remainder listv8.2.2071Bram Moolenaar2020-11-303-25/+37
* patch 8.2.2070: can't get the exit value in VimLeave(Pre) autocommandsv8.2.2070Bram Moolenaar2020-11-307-2/+49
* Update runtime filesBram Moolenaar2020-11-2931-1215/+16277
* patch 8.2.2069: the quickfix window is not updated after setqflist()v8.2.2069Bram Moolenaar2020-11-293-2/+64
* patch 8.2.2068: transparent syntax item uses start/end of containing regionv8.2.2068Bram Moolenaar2020-11-293-2/+98
* patch 8.2.2067: cursor position in popup terminal is wrongv8.2.2067Bram Moolenaar2020-11-283-7/+15
* patch 8.2.2066: Vim9: assignment with += doesn't workv8.2.2066Bram Moolenaar2020-11-284-16/+22
* patch 8.2.2065: using map() and filter() on a range() is inefficientv8.2.2065Bram Moolenaar2020-11-283-27/+85
* patch 8.2.2064: terminal: cursor is on while redrawing, causing flickerv8.2.2064Bram Moolenaar2020-11-283-10/+15
* patch 8.2.2063: Vim9: only one level of indexing supportedv8.2.2063Bram Moolenaar2020-11-284-15/+168
* patch 8.2.2062: <Cmd> does not handle CTRL-Vv8.2.2062Bram Moolenaar2020-11-283-0/+15
* patch 8.2.2061: Vim9: E1030 error when using empty string for term_sendkeys()v8.2.2061Bram Moolenaar2020-11-273-9/+11
* patch 8.2.2060: check for features implemented with "if"v8.2.2060Bram Moolenaar2020-11-277-24/+12
* patch 8.2.2059: Amiga: can't find pluginsv8.2.2059Bram Moolenaar2020-11-272-12/+11
* patch 8.2.2058: using mkview/loadview changes the jumplistv8.2.2058Bram Moolenaar2020-11-274-3/+76
* patch 8.2.2057: getting the selection may trigger TextYankPost autocmdv8.2.2057Bram Moolenaar2020-11-265-2/+62
* patch 8.2.2056: configure fails when building with implicit-function-declarationv8.2.2056Bram Moolenaar2020-11-263-2/+20
* patch 8.2.2055: MS-Windows: two Vim instances may use the same temp filev8.2.2055Bram Moolenaar2020-11-262-2/+11
* patch 8.2.2054: Amiga: FEAT_ARP defined when it should notv8.2.2054Bram Moolenaar2020-11-252-1/+3
* patch 8.2.2053: Vim9: lamba doesn't accept argument typesv8.2.2053Bram Moolenaar2020-11-253-1/+6
* patch 8.2.2052: Vim9: "edit +4 fname" gives an errorv8.2.2052Bram Moolenaar2020-11-256-12/+41
* patch 8.2.2051: Vim9: crash when aborting a user function callv8.2.2051Bram Moolenaar2020-11-253-5/+42
* patch 8.2.2050: search test contains unneeded sleepsv8.2.2050Bram Moolenaar2020-11-252-6/+4
* patch 8.2.2049: Amiga: obsolete functionv8.2.2049Bram Moolenaar2020-11-252-11/+2
* patch 8.2.2048: Amiga: obsolete codev8.2.2048Bram Moolenaar2020-11-252-8/+2
* patch 8.2.2047: Amiga: FEAT_ARP defined when it should notv8.2.2047Bram Moolenaar2020-11-252-2/+4
* patch 8.2.2046: some test failures don't give a clear errorv8.2.2046Bram Moolenaar2020-11-253-22/+14
* patch 8.2.2045: highlighting a character too much with incsearchv8.2.2045Bram Moolenaar2020-11-258-1/+64
* patch 8.2.2044: MS-Windows: swap file test sometimes failsv8.2.2044Bram Moolenaar2020-11-253-4/+40
* patch 8.2.2043: GTK3: white border around text stands outv8.2.2043Bram Moolenaar2020-11-252-2/+4
* patch 8.2.2042: build failure with +profile but without +reltimev8.2.2042Bram Moolenaar2020-11-252-2/+4
* patch 8.2.2041: haskell filetype not optimally recognizedv8.2.2041Bram Moolenaar2020-11-243-9/+5
* patch 8.2.2040: terminal buffer disappears even when 'bufhidden' is "hide"v8.2.2040Bram Moolenaar2020-11-243-1/+27
* patch 8.2.2039: viminfo is not written when creating a new filev8.2.2039Bram Moolenaar2020-11-233-0/+38
* patch 8.2.2038: compiler test fails on MS-Windowsv8.2.2038Bram Moolenaar2020-11-232-1/+4
* patch 8.2.2037: compiler test depends on list of compiler pluginsv8.2.2037Bram Moolenaar2020-11-232-4/+13
* patch 8.2.2036: buffer messed up if creating the quickfix window failsv8.2.2036Bram Moolenaar2020-11-234-3/+55
* patch 8.2.2035: MS-Windows: some tests may failv8.2.2035Bram Moolenaar2020-11-234-3/+21
* patch 8.2.2034: Vim9: list unpack in for statement not compiled yetv8.2.2034Bram Moolenaar2020-11-238-35/+269
* patch 8.2.2033: Vim9: :def without argument gives compilation errorv8.2.2033Bram Moolenaar2020-11-229-9/+127
* patch 8.2.2032: cabalconfig and cabalproject filetypes not recognizedv8.2.2032Bram Moolenaar2020-11-223-2/+17
* patch 8.2.2031: some tests fail when run under valgrindv8.2.2031Bram Moolenaar2020-11-226-18/+30
* patch 8.2.2030: some tests fail on Macv8.2.2030Bram Moolenaar2020-11-215-3/+48
* patch 8.2.2029: Coverity warns for not checking return valuev8.2.2029Bram Moolenaar2020-11-212-3/+6
* patch 8.2.2028: Coverity warns for using an uninitialized variablev8.2.2028Bram Moolenaar2020-11-212-1/+3
* patch 8.2.2027: Coverity warnts for uninitialized fieldv8.2.2027Bram Moolenaar2020-11-212-0/+3
* patch 8.2.2026: Coverity warns for possibly using not NUL terminated stringv8.2.2026Bram Moolenaar2020-11-212-0/+3
* Update runtime filesBram Moolenaar2020-11-2121-112/+203
* patch 8.2.2025: Amiga: Not all colors are used on OS4v8.2.2025Bram Moolenaar2020-11-212-1/+3