summaryrefslogtreecommitdiff
path: root/src/proto
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.2603: Vim9: no effect if user command is also a functionv8.2.2603Bram Moolenaar2021-03-142-2/+2
* patch 8.2.2597: Vim9: "import * as" does not work at script levelv8.2.2597Bram Moolenaar2021-03-132-2/+2
* patch 8.2.2566: Vim9: Function name is not recognizedv8.2.2566Bram Moolenaar2021-03-031-1/+1
* patch 8.2.2563: cannot use multibyte characters for folding in 'fillchars'v8.2.2563Bram Moolenaar2021-03-031-1/+1
* patch 8.2.2558: no error if a lambda argument shadows a variablev8.2.2558Bram Moolenaar2021-02-281-1/+1
* patch 8.2.2540: Vim9: no error for using script var name for argumentv8.2.2540Bram Moolenaar2021-02-211-0/+1
* patch 8.2.2533: Vim9: cannot use a range with :unletv8.2.2533Bram Moolenaar2021-02-202-0/+2
* patch 8.2.2530: Vim9: not enough testing for profilingv8.2.2530Bram Moolenaar2021-02-191-2/+2
* patch 8.2.2526: build failurev8.2.2526Bram Moolenaar2021-02-171-1/+1
* patch 8.2.2525: Vim9: only local variables checked for a namev8.2.2525Bram Moolenaar2021-02-171-1/+2
* patch 8.2.2518: 'listchars' should be window-localv8.2.2518Bram Moolenaar2021-02-151-1/+1
* patch 8.2.2501: not always clear where an error is reportedv8.2.2501Bram Moolenaar2021-02-114-6/+8
* patch 8.2.2468: not easy to get the full command name from a shortened onev8.2.2468Bram Moolenaar2021-02-061-0/+1
* patch 8.2.2449: Vim9: flatten() always changes the list typev8.2.2449Bram Moolenaar2021-02-011-0/+1
* patch 8.2.2435: setline() gives an error for some typesv8.2.2435Bram Moolenaar2021-01-311-1/+1
* patch 8.2.2434: Vim9: no error when compiling str2nr() with a numberv8.2.2434Bram Moolenaar2021-01-301-0/+2
* patch 8.2.2400: Vim9: compiled functions are not profiledv8.2.2400Bram Moolenaar2021-01-242-2/+5
* patch 8.2.2381: Vim9: divide by zero does not abort expression executionv8.2.2381Bram Moolenaar2021-01-211-2/+2
* patch 8.2.2366: when using ":sleep" the cursor is always displayedv8.2.2366Bram Moolenaar2021-01-161-1/+1
* patch 8.2.2362: Vim9: check of builtin function argument type is incompletev8.2.2362Bram Moolenaar2021-01-163-2/+2
* patch 8.2.2356: Vim9: ":put =expr" does not handle a list properlyv8.2.2356Bram Moolenaar2021-01-151-0/+1
* patch 8.2.2354: crash with a weird combination of autocommandsv8.2.2354Bram Moolenaar2021-01-151-1/+1
* patch 8.2.2344: using inclusive index for slice is not always desiredv8.2.2344Bram Moolenaar2021-01-133-4/+5
* patch 8.2.2343: Vim9: return type of readfile() is anyv8.2.2343Bram Moolenaar2021-01-131-1/+2
* patch 8.2.2341: expresison command line completion incomplete after "g:"v8.2.2341Bram Moolenaar2021-01-131-0/+1
* patch 8.2.2339: cannot get the type of a value as a stringv8.2.2339Bram Moolenaar2021-01-121-0/+1
* patch 8.2.2336: Vim9: not possible to extend dictionary with different typev8.2.2336Bram Moolenaar2021-01-121-0/+1
* patch 8.2.2331: Vim9: wrong error when modifying dict declared with :finalv8.2.2331Bram Moolenaar2021-01-111-1/+1
* patch 8.2.2325: Vim9: crash if map() changes the item typev8.2.2325Bram Moolenaar2021-01-101-0/+1
* patch 8.2.2324: not easy to get mark en cursor posotion by character countv8.2.2324Bram Moolenaar2021-01-101-2/+4
* patch 8.2.2319: "exptype_T" can be read as "expected type"v8.2.2319Bram Moolenaar2021-01-092-3/+3
* patch 8.2.2318: Vim9: string and list index work differentlyv8.2.2318Bram Moolenaar2021-01-092-2/+2
* patch 8.2.2306: Vim9: when using function reference type is not checkedv8.2.2306Bram Moolenaar2021-01-062-2/+3
* patch 8.2.2305: Vim9: "++var" and "--var" are silently acceptedv8.2.2305Bram Moolenaar2021-01-051-0/+1
* patch 8.2.2298: Vim9: comment right after "(" of function not recognizedv8.2.2298Bram Moolenaar2021-01-041-1/+0
* patch 8.2.2295: incsearch does not detect empty pattern properlyv8.2.2295Bram Moolenaar2021-01-041-1/+1
* patch 8.2.2272: Vim9: extend() can violate the type of a variablev8.2.2272Bram Moolenaar2021-01-021-1/+1
* patch 8.2.2254: Vim9: bool option type is numberv8.2.2254Bram Moolenaar2020-12-311-1/+1
* patch 8.2.2239: Vim9: concatenating lines with backslash is inconvenientv8.2.2239Bram Moolenaar2020-12-282-2/+2
* patch 8.2.2225: Vim9: error when using :import in legacy script twicev8.2.2225Bram Moolenaar2020-12-271-0/+1
* patch 8.2.2224: Vim9: crash if script reloaded with different variable typev8.2.2224Bram Moolenaar2020-12-262-1/+2
* 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