summaryrefslogtreecommitdiff
path: root/src/globals.h
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0740: prop_add_list() gives multiple errors for invalid argumentv9.0.0740Bram Moolenaar2022-10-131-2/+2
* patch 9.0.0657: too many #ifdefsv9.0.0657Martin Tournoij2022-10-041-4/+0
* patch 9.0.0647: the 'splitscroll' option is not a good namev9.0.0647Luuk van Baal2022-10-031-2/+2
* patch 9.0.0623: error for modifying a const is not detected at compile timev9.0.0623Bram Moolenaar2022-09-291-55/+291
* patch 9.0.0505: various problems with 'nosplitscroll'v9.0.0505Luuk van Baal2022-09-191-0/+4
* patch 9.0.0469: cursor moves if cmdwin is closed when 'splitscroll' is offv9.0.0469Luuk van Baal2022-09-151-0/+5
* patch 9.0.0464: with virtual text "above" indenting doesn't work wellv9.0.0464Bram Moolenaar2022-09-141-0/+3
* patch 9.0.0340: the 'cmdheight' zero support causes too much troublev9.0.0340Bram Moolenaar2022-08-311-3/+0
* patch 9.0.0321: cannot use the message popup window directlyv9.0.0321Bram Moolenaar2022-08-291-0/+1
* patch 9.0.0279: the tiny version has the popup menu but not 'wildmenu'v9.0.0279Bram Moolenaar2022-08-261-4/+2
* patch 9.0.0268: build error without the +eval featurev9.0.0268Bram Moolenaar2022-08-251-2/+0
* patch 9.0.0245: mechanism to prevent recursive screen updating is incompletev9.0.0245Bram Moolenaar2022-08-221-1/+5
* patch 9.0.0234: cannot make difference between :normal end and argument charv9.0.0234Bram Moolenaar2022-08-211-0/+4
* patch 9.0.0220: invalid memory access with for loop over NULL stringv9.0.0220Bram Moolenaar2022-08-161-1/+2
* patch 9.0.0118: no test for what patch 9.0.0155 fixesv9.0.0118zeertzjq2022-07-311-1/+1
* patch 9.0.0115: when 'cmdheight' is zero pressing ':' may scroll a windowv9.0.0115Bram Moolenaar2022-07-301-0/+3
* patch 9.0.0048: cursor in wrong column with mouse click after concealed textv9.0.0048Bram Moolenaar2022-07-091-2/+4
* patch 9.0.0036: 'fillchars' cannot have window-local valuesv9.0.0036Bram Moolenaar2022-07-041-11/+0
* patch 9.0.0013: reproducing memory access errors can be difficultv9.0.0013Bram Moolenaar2022-06-301-0/+1
* patch 8.2.5128: syntax disabled when using synID() in searchpair() skip exprv8.2.5128Bram Moolenaar2022-06-191-0/+4
* 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