summaryrefslogtreecommitdiff
path: root/src/globals.h
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3381: crash when using NULL list with sign functionsv8.2.3381Bram Moolenaar2021-08-281-1/+1
* patch 8.2.3341: Vim9: function call aborted despite try/catchv8.2.3341Bram Moolenaar2021-08-141-2/+2
* patch 8.2.3339: Vim9: cannot lock a member in a local dictv8.2.3339Bram Moolenaar2021-08-131-0/+2
* patch 8.2.3236: mode() does not indicate using CTRL-O in Select modev8.2.3236zeertzjq2021-07-281-0/+2
* patch 8.2.3217: build failurev8.2.3217Bram Moolenaar2021-07-251-1/+1
* patch 8.2.3208: dynamic library load error does not mention why it failedv8.2.3208Martin Tournoij2021-07-241-1/+1
* patch 8.2.3206: Vim9: argument types are not checked at compile timev8.2.3206Yegappan Lakshmanan2021-07-231-1/+0
* patch 8.2.3197: error messages are spread outv8.2.3197Bram Moolenaar2021-07-211-8/+0
* patch 8.2.3190: error messages are spread outv8.2.3190Bram Moolenaar2021-07-201-30/+0
* patch 8.2.3188: Vim9: argument types are not checked at compile timev8.2.3188Yegappan Lakshmanan2021-07-201-1/+4
* patch 8.2.3184: cannot add a digraph with a leading spacev8.2.3184mityu2021-07-191-0/+2
* patch 8.2.3173: Vim9: argument types are not checked at compile timev8.2.3173Yegappan Lakshmanan2021-07-171-0/+1
* patch 8.2.3162: Vim9: argument types are not checked at compile timev8.2.3162Yegappan Lakshmanan2021-07-151-0/+1
* patch 8.2.3117: Vim9: type not properly checked in for loopv8.2.3117Bram Moolenaar2021-07-071-0/+1
* patch 8.2.3104: Vim9: unspecified function type causes type errorv8.2.3104Bram Moolenaar2021-07-041-1/+1
* patch 8.2.3069: error messages are spread outv8.2.3069Bram Moolenaar2021-06-271-20/+0
* patch 8.2.3015: Vim9: Assigning to @# requires a stringv8.2.3015Bram Moolenaar2021-06-171-0/+3
* patch 8.2.2867: build failurev8.2.2867Bram Moolenaar2021-05-181-1/+1
* patch 8.2.2857: Vim9: exception in ISN_INSTR caught at wrong levelv8.2.2857Bram Moolenaar2021-05-161-1/+1
* patch 8.2.2846: Vim9: "echo Func()" does not give an error for using voidv8.2.2846Bram Moolenaar2021-05-091-1/+0
* patch 8.2.2821: MS-Windows: unnessarily loading libraries when registering OLEv8.2.2821Bram Moolenaar2021-05-011-0/+1
* patch 8.2.2803: flicker when the popup menu has an info popupv8.2.2803Bram Moolenaar2021-04-231-0/+4
* patch 8.2.2784: Vim9: cannot use \=expr in :substitutev8.2.2784Bram Moolenaar2021-04-191-0/+3
* patch 8.2.2743: Vim9: function state stuck when compiling with ":silent!"v8.2.2743Bram Moolenaar2021-04-101-0/+3
* patch 8.2.2636: memory leak when compiling inline functionv8.2.2636Bram Moolenaar2021-03-211-1/+2
* patch 8.2.2586: process id may be invalidv8.2.2586Bram Moolenaar2021-03-101-0/+1
* patch 8.2.2524: cannot change the characters displayed in the foldcolumnv8.2.2524Bram Moolenaar2021-02-171-0/+3
* patch 8.2.2518: 'listchars' should be window-localv8.2.2518Bram Moolenaar2021-02-151-15/+0
* patch 8.2.2508: cannot change the character displayed in non existing linesv8.2.2508Bram Moolenaar2021-02-131-0/+1
* patch 8.2.2454: leading space can not be made visiblev8.2.2454Bram Moolenaar2021-02-031-0/+1
* patch 8.2.2338: Vim9: no error if using job_info() result wronglyv8.2.2338Bram Moolenaar2021-01-121-0/+1
* patch 8.2.2295: incsearch does not detect empty pattern properlyv8.2.2295Bram Moolenaar2021-01-041-4/+3
* patch 8.2.2238: Vim9: cannot load a Vim9 script without the +eval featurev8.2.2238Bram Moolenaar2020-12-281-3/+8
* patch 8.2.2210: Vim9: allocating a type to set TTFLAG_BOOL_OKv8.2.2210Bram Moolenaar2020-12-251-0/+1
* patch 8.2.2182: Vim9: value of 'magic' is still relevantv8.2.2182Bram Moolenaar2020-12-211-0/+5
* patch 8.2.2097: Vim9: using :silent! when calling a function prevents abortv8.2.2097Bram Moolenaar2020-12-051-0/+6
* patch 8.2.2021: Vim9: get E1099 when autocommand resets did_emsgv8.2.2021Bram Moolenaar2020-11-201-0/+2
* patch 8.2.1948: GUI: crash when handling message while closing a windowv8.2.1948Bram Moolenaar2020-11-041-0/+6
* patch 8.2.1924: Vim9: crash when indexing dict with NULL keyv8.2.1924Bram Moolenaar2020-10-301-1/+1
* patch 8.2.1919: assert_fails() setting emsg_silent changes normal executionv8.2.1919Bram Moolenaar2020-10-281-1/+2
* patch 8.2.1840: Vim9: error message is not clear about compilation errorv8.2.1840Bram Moolenaar2020-10-121-0/+3
* patch 8.2.1769: popup filter interferes with using :normal to move the cursorv8.2.1769Bram Moolenaar2020-09-281-6/+3
* patch 8.2.1729: endless loop when ":normal" feeds popup window filterv8.2.1729Bram Moolenaar2020-09-231-0/+5
* patch 8.2.1691: Vim9: list<any> is not accepted where list<number> is expectedv8.2.1691Bram Moolenaar2020-09-161-36/+35
* patch 8.2.1631: test_fails() does not check the context of the line numberv8.2.1631Bram Moolenaar2020-09-061-0/+1
* patch 8.2.1597: the channel source file is too bigv8.2.1597Bram Moolenaar2020-09-051-0/+3
* patch 8.2.1595: cannot easily see what Vim sends to the terminalv8.2.1595Bram Moolenaar2020-09-051-0/+4
* patch 8.2.1570: configure check for dirfd() does not work on HPUXv8.2.1570Bram Moolenaar2020-09-021-1/+2
* patch 8.2.1539: using invalid script ID causes a crashv8.2.1539Bram Moolenaar2020-08-291-2/+3
* patch 8.2.1479: Vim9: error for list index uses wrong line numberv8.2.1479Bram Moolenaar2020-08-181-0/+1