summaryrefslogtreecommitdiff
path: root/src/globals.h
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.4348: "legacy exe cmd" does not do what one would expectv8.2.4348Bram Moolenaar2022-02-111-0/+1
* patch 8.2.4160: cannot change the register used for Select mode deletev8.2.4160Shougo Matsushita2022-01-201-0/+2
* patch 8.2.4157: terminal test fails because Windows sets the titlev8.2.4157ichizok2022-01-201-0/+1
* patch 8.2.4087: cannot test items from an autoload script easilyv8.2.4087Bram Moolenaar2022-01-131-0/+1
* patch 8.2.4038: various code not used when features are disabledv8.2.4038Dominique Pelle2022-01-081-0/+10
* patch 8.2.4001: insert complete code uses global variablesv8.2.4001Yegappan Lakshmanan2022-01-041-17/+0
* patch 8.2.3972: error messages are spread outv8.2.3972Bram Moolenaar2022-01-011-26/+5
* patch 8.2.3970: error messages are spread outv8.2.3970Bram Moolenaar2022-01-011-44/+0
* patch 8.2.3967: error messages are spread outv8.2.3967Bram Moolenaar2022-01-011-74/+0
* patch 8.2.3961: error messages are spread outv8.2.3961Bram Moolenaar2021-12-311-30/+2
* patch 8.2.3957: error messages are spread outv8.2.3957Bram Moolenaar2021-12-311-3/+0
* patch 8.2.3955: error messages are spread outv8.2.3955Bram Moolenaar2021-12-311-1/+0
* patch 8.2.3897: Vim9: second argument of map() and filter() not checkedv8.2.3897Bram Moolenaar2021-12-251-0/+1
* patch 8.2.3866: Vim9: type checking global variables is inconsistentv8.2.3866Bram Moolenaar2021-12-211-0/+7
* patch 8.2.3841: Vim9: outdated TODO items, disabled tests that workv8.2.3841Bram Moolenaar2021-12-171-1/+0
* patch 8.2.3830: error messages are spread outv8.2.3830Bram Moolenaar2021-12-161-9/+0
* patch 8.2.3750: error messages are everywherev8.2.3750Bram Moolenaar2021-12-051-5/+0
* patch 8.2.3749: error messages are everywherev8.2.3749Bram Moolenaar2021-12-051-6/+0
* patch 8.2.3699: the +title feature adds a lot of #ifdef but little codev8.2.3699Bram Moolenaar2021-11-291-4/+11
* patch 8.2.3673: crash when allocating signal stack failsv8.2.3673Bram Moolenaar2021-11-251-0/+1
* patch 8.2.3617: ":verbose pwd" does not mention 'autochdir' was appliedv8.2.3617Bram Moolenaar2021-11-181-0/+1
* patch 8.2.3562: cannot add color namesv8.2.3562Drew Vogel2021-10-241-3/+0
* patch 8.2.3560: using freed memory with lambdav8.2.3560Bram Moolenaar2021-10-231-2/+2
* patch 8.2.3445: on Solaris longVersion may be declared twicev8.2.3445Bram Moolenaar2021-09-171-1/+1
* patch 8.2.3430: no generic way to trigger an autocommand on mode changev8.2.3430=?UTF-8?q?Magnus=20Gro=C3=9F?=2021-09-121-0/+3
* 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