summaryrefslogtreecommitdiff
path: root/src/proto
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.2209: Vim9: return type of => lambda not parsedv8.2.2209Bram Moolenaar2020-12-251-1/+1
* patch 8.2.2198: ml_get error when resizing window and using text propertyv8.2.2198Bram Moolenaar2020-12-231-0/+1
* patch 8.2.2193: Vim9: can change constant in :def functionv8.2.2193Bram Moolenaar2020-12-221-0/+1
* patch 8.2.2188: Vim9: crash when calling global function from :def functionv8.2.2188Bram Moolenaar2020-12-223-2/+3
* patch 8.2.2186: Vim9: error when using 'opfunc'v8.2.2186Bram Moolenaar2020-12-221-0/+1
* patch 8.2.2182: Vim9: value of 'magic' is still relevantv8.2.2182Bram Moolenaar2020-12-211-0/+1
* patch 8.2.2172: Vim9: number of arguments is not always checkedv8.2.2172Bram Moolenaar2020-12-201-0/+1
* patch 8.2.2170: Vim9: a global function defined in a :def function failsv8.2.2170Bram Moolenaar2020-12-201-1/+1
* patch 8.2.2162: Vim9: Cannot load or store autoload variablesv8.2.2162Bram Moolenaar2020-12-191-1/+1
* patch 8.2.2133: Vim9: checking for a non-empty string is too strictv8.2.2133Bram Moolenaar2020-12-121-0/+1
* patch 8.2.2131: Vim9: crash when lambda uses same var as assignmentv8.2.2131Bram Moolenaar2020-12-122-2/+2
* patch 8.2.2117: some functions use any value as a stringv8.2.2117Bram Moolenaar2020-12-091-0/+1
* patch 8.2.2090: Vim9: dict does not accept a key in quotesv8.2.2090Bram Moolenaar2020-12-041-0/+1
* patch 8.2.2084: CTRL-V U doesn't work to enter a Unicode characterv8.2.2084Bram Moolenaar2020-12-031-1/+1
* patch 8.2.2082: Vim9: can still use the depricated #{} dict syntaxv8.2.2082Bram Moolenaar2020-12-021-0/+1
* patch 8.2.2052: Vim9: "edit +4 fname" gives an errorv8.2.2052Bram Moolenaar2020-11-251-0/+1
* patch 8.2.2033: Vim9: :def without argument gives compilation errorv8.2.2033Bram Moolenaar2020-11-221-0/+1
* patch 8.2.2020: some compilers do not like the "namespace" argumentv8.2.2020Bram Moolenaar2020-11-201-1/+1
* patch 8.2.2015: Vim9: literal dict #{} is not like any other languagev8.2.2015Bram Moolenaar2020-11-191-0/+1
* patch 8.2.2001: Vim9: :def function does not apply 'maxfuncdepth'v8.2.2001Bram Moolenaar2020-11-171-0/+4
* patch 8.2.1996: Vim9: invalid error for argument of extend()v8.2.1996Bram Moolenaar2020-11-162-0/+2
* patch 8.2.1978: making a mapping work in all modes is complicatedv8.2.1978Bram Moolenaar2020-11-121-0/+1
* patch 8.2.1977: Vim9: error for using a string in a condition is confusingv8.2.1977Bram Moolenaar2020-11-121-0/+1
* patch 8.2.1969: Vim9: map() may change the list or dict item typev8.2.1969Bram Moolenaar2020-11-091-0/+1
* patch 8.2.1968: Vim9: has() assumes a feature does not change dynamicallyv8.2.1968Bram Moolenaar2020-11-081-0/+1
* patch 8.2.1966: popup becomes current window after closing a terminal windowv8.2.1966Bram Moolenaar2020-11-071-0/+1
* patch 8.2.1959: crash when terminal buffer name is made emptyv8.2.1959Bram Moolenaar2020-11-051-0/+1
* patch 8.2.1956: Vim9: cannot specify argument types for lambdav8.2.1956Bram Moolenaar2020-11-051-2/+2
* patch 8.2.1914: Vim9: cannot put line break in expression for '=' registerv8.2.1914Bram Moolenaar2020-10-282-1/+2
* patch 8.2.1909: number of status line items is limited to 80v8.2.1909Bram Moolenaar2020-10-261-1/+1
* patch 8.2.1906: warning for signed/unsignedv8.2.1906Bram Moolenaar2020-10-261-1/+1
* patch 8.2.1905: the wininfo list may contain stale entriesv8.2.1905Bram Moolenaar2020-10-251-0/+1
* patch 8.2.1900: Vim9: command modifiers do not workv8.2.1900Bram Moolenaar2020-10-241-1/+2
* patch 8.2.1898: command modifier parsing always uses global cmdmodv8.2.1898Bram Moolenaar2020-10-241-2/+2
* patch 8.2.1897: command modifiers are saved and set inconsistentlyv8.2.1897Bram Moolenaar2020-10-241-1/+2
* patch 8.2.1891: Vim9: skipping over expression doesn't handle line breaksv8.2.1891Bram Moolenaar2020-10-221-1/+1
* patch 8.2.1879: Vim9: argument types of insert() not checked when compilingv8.2.1879Bram Moolenaar2020-10-211-1/+1
* patch 8.2.1876: Vim9: argument types are not checked at compile timev8.2.1876Bram Moolenaar2020-10-211-0/+1
* patch 8.2.1870: Vim9: no need to keep all script variablesv8.2.1870Bram Moolenaar2020-10-201-1/+1
* patch 8.2.1846: Vim9: block variables are not found in compiled functionv8.2.1846Bram Moolenaar2020-10-153-4/+4
* patch 8.2.1845: Vim9: function defined in a block can't use block variablesv8.2.1845Bram Moolenaar2020-10-141-1/+4
* patch 8.2.1826: Vim9: cannot use a {} block at script levelv8.2.1826Bram Moolenaar2020-10-101-0/+2
* patch 8.2.1824: Vim9: variables at the script level escape their scopev8.2.1824Bram Moolenaar2020-10-101-0/+1
* patch 8.2.1819: Vim9: Memory leak when using a closurev8.2.1819Bram Moolenaar2020-10-101-0/+1
* patch 8.2.1813: Vim9: can assign wrong type to script dictv8.2.1813Bram Moolenaar2020-10-082-0/+2
* patch 8.2.1809: mapping some keys with Ctrl does not work properlyv8.2.1809Bram Moolenaar2020-10-071-0/+1
* patch 8.2.1783: try-catch test failsv8.2.1783Bram Moolenaar2020-10-011-0/+1
* patch 8.2.1750: popup_setoptions() setting firstline fails if cursorline setv8.2.1750Bram Moolenaar2020-09-261-0/+1
* patch 8.2.1744: Vim9: using ":const!" is weirdv8.2.1744Bram Moolenaar2020-09-261-0/+1
* patch 8.2.1741: pathshorten() only supports using one characterv8.2.1741Bram Moolenaar2020-09-251-1/+1