summaryrefslogtreecommitdiff
path: root/src/structs.h
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3481: failures when char is unsignedv8.2.3481James McCoy2021-10-051-2/+2
* patch 8.2.3478: still crash with error in :catch and also in :finallyv8.2.3478Bram Moolenaar2021-10-051-3/+4
* patch 8.2.3424: a sequence of spaces is hard to see in list modev8.2.3424zeertzjq2021-09-101-0/+1
* patch 8.2.3423: Vim9: list += list creates a new list in :def functionv8.2.3423Bram Moolenaar2021-09-091-0/+3
* patch 8.2.3303: some structures could be smallerv8.2.3303Dominique Pelle2021-08-071-8/+8
* patch 8.2.3280: 'virtualedit' local to buffer is not the best solutionv8.2.3280Gary Johnson2021-08-031-2/+4
* patch 8.2.3227: 'virtualedit' can only be set globallyv8.2.3227Gary Johnson2021-07-261-0/+2
* patch 8.2.3216: Vim9: crash when using variable in a loop at script levelv8.2.3216Bram Moolenaar2021-07-251-0/+3
* patch 8.2.3200: Vim9: hard to guess where a type error is givenv8.2.3200Bram Moolenaar2021-07-221-0/+3
* patch 8.2.3160: 'breakindent' does not work well for bulleted listsv8.2.3160Christian Brabandt2021-07-141-0/+1
* patch 8.2.3099: Vim9: missing catch/finally not reported at script levelv8.2.3099Bram Moolenaar2021-07-041-4/+5
* patch 8.2.3091: Vim9: default argument expr. cannot use previous argumentv8.2.3091Bram Moolenaar2021-07-031-0/+2
* patch 8.2.3062: internal error when adding several text propertiesv8.2.3062Bram Moolenaar2021-06-271-0/+1
* patch 8.2.3026: Vim9: cannot set breakpoint in compiled functionv8.2.3026Bram Moolenaar2021-06-201-0/+5
* patch 8.2.3022: available encryption methods are not strong enoughv8.2.3022Christian Brabandt2021-06-201-2/+3
* patch 8.2.2971: cannot yank a block without trailing spacesv8.2.2971Christian Brabandt2021-06-101-1/+3
* patch 8.2.2967: Vim9: crash when using two levels of partialsv8.2.2967Bram Moolenaar2021-06-091-1/+1
* patch 8.2.2890: text property duplicated when data block splitsv8.2.2890Bram Moolenaar2021-05-261-0/+1
* patch 8.2.2866: Vim9: memory leak when using inline functionv8.2.2866Bram Moolenaar2021-05-181-0/+2
* patch 8.2.2842: Vim9: skip argument to searchpair() is not compiledv8.2.2842Bram Moolenaar2021-05-071-0/+3
* patch 8.2.2805: Vim9: cannot use legacy syntax in Vim9 scriptv8.2.2805Bram Moolenaar2021-04-241-0/+1
* patch 8.2.2775: Vim9: wrong line number used for some commandsv8.2.2775Bram Moolenaar2021-04-171-1/+1
* patch 8.2.2742: Vim9: when compiling a function fails it is clearedv8.2.2742Bram Moolenaar2021-04-101-4/+5
* patch 8.2.2725: Vim9: message about compiling is wrong when using try/catchv8.2.2725Bram Moolenaar2021-04-051-1/+2
* patch 8.2.2677: Vim9: cannot use only some of the default argumentsv8.2.2677Bram Moolenaar2021-03-291-2/+0
* patch 8.2.2636: memory leak when compiling inline functionv8.2.2636Bram Moolenaar2021-03-211-0/+3
* patch 8.2.2518: 'listchars' should be window-localv8.2.2518Bram Moolenaar2021-02-151-0/+24
* patch 8.2.2511: Vim9: cannot use Vim9 script syntax in some placesv8.2.2511Bram Moolenaar2021-02-141-0/+1
* patch 8.2.2501: not always clear where an error is reportedv8.2.2501Bram Moolenaar2021-02-111-0/+7
* patch 8.2.2476: using freed memory when splitting window while closing bufferv8.2.2476Bram Moolenaar2021-02-071-0/+2
* patch 8.2.2438: out of bounds compiler warningv8.2.2438Bram Moolenaar2021-01-311-2/+2
* patch 8.2.2401: build fails without +profiling featurev8.2.2401Bram Moolenaar2021-01-241-0/+5
* patch 8.2.2400: Vim9: compiled functions are not profiledv8.2.2400Bram Moolenaar2021-01-241-1/+8
* patch 8.2.2332: Vim9: missing :endif not reported when using :windov8.2.2332Bram Moolenaar2021-01-111-0/+26
* patch 8.2.2331: Vim9: wrong error when modifying dict declared with :finalv8.2.2331Bram Moolenaar2021-01-111-1/+1
* patch 8.2.2322: Vim9: closure nested limiting to one levelv8.2.2322Bram Moolenaar2021-01-101-7/+13
* patch 8.2.2321: Vim9: cannot nest closuresv8.2.2321Bram Moolenaar2021-01-101-0/+2
* patch 8.2.2319: "exptype_T" can be read as "expected type"v8.2.2319Bram Moolenaar2021-01-091-1/+1
* patch 8.2.2306: Vim9: when using function reference type is not checkedv8.2.2306Bram Moolenaar2021-01-061-0/+1
* patch 8.2.2295: incsearch does not detect empty pattern properlyv8.2.2295Bram Moolenaar2021-01-041-3/+15
* patch 8.2.2272: Vim9: extend() can violate the type of a variablev8.2.2272Bram Moolenaar2021-01-021-0/+2
* patch 8.2.2242: Vim9: bar line continuation does not work at script levelv8.2.2242Bram Moolenaar2020-12-291-2/+2
* patch 8.2.2239: Vim9: concatenating lines with backslash is inconvenientv8.2.2239Bram Moolenaar2020-12-281-1/+2
* patch 8.2.2238: Vim9: cannot load a Vim9 script without the +eval featurev8.2.2238Bram Moolenaar2020-12-281-5/+7
* patch 8.2.2225: Vim9: error when using :import in legacy script twicev8.2.2225Bram Moolenaar2020-12-271-4/+6
* patch 8.2.2222: Vim9: cannot keep script variables when reloadingv8.2.2222Bram Moolenaar2020-12-261-1/+5
* patch 8.2.2208: Vim9: after reloading a script variable index may be invalidv8.2.2208Bram Moolenaar2020-12-241-3/+2
* patch 8.2.2188: Vim9: crash when calling global function from :def functionv8.2.2188Bram Moolenaar2020-12-221-0/+1
* patch 8.2.2182: Vim9: value of 'magic' is still relevantv8.2.2182Bram Moolenaar2020-12-211-0/+6
* patch 8.2.2170: Vim9: a global function defined in a :def function failsv8.2.2170Bram Moolenaar2020-12-201-0/+3