summaryrefslogtreecommitdiff
path: root/src/globals.h
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.5088: value of cmod_verbose is a bit complicated to usev8.2.5088zeertzjq2022-06-141-1/+1
* patch 8.2.5047: CurSearch highlight is often wrongv8.2.5047Bram Moolenaar2022-05-311-6/+8
* patch 8.2.5029: "textlock" is always zerov8.2.5029zeertzjq2022-05-271-6/+1
* patch 8.2.4993: smart/C/lisp indenting is optionalv8.2.4993Bram Moolenaar2022-05-211-2/+0
* patch 8.2.4911: the mode #defines are not clearly namedv8.2.4911Bram Moolenaar2022-05-071-6/+6
* patch 8.2.4705: jump list marker disappearsv8.2.4705zeertzjq2022-04-071-0/+2
* patch 8.2.4642: Vim9: in :def function script var cannot be nullv8.2.4642Bram Moolenaar2022-03-281-0/+1
* patch 8.2.4639: not sufficient parenthesis in preprocessor macroskylo2522022-03-271-5/+5
* patch 8.2.4619: mapping is cancelled when mouse moves and popup is visiblev8.2.4619Bram Moolenaar2022-03-241-0/+3
* patch 8.2.4539: when comparing special v:none and v:null are handled the samev8.2.4539Bram Moolenaar2022-03-101-1/+2
* 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