summaryrefslogtreecommitdiff
path: root/src/structs.h
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.1026: type of w_last_topfill is wrongv9.0.1026Bram Moolenaar2022-12-071-2/+2
* patch 9.0.1025: WinScrolled is not triggered when filler lines changev9.0.1025zeertzjq2022-12-071-0/+3
* patch 9.0.0965: using one window for executing autocommands is insufficientv9.0.0965Bram Moolenaar2022-11-281-1/+1
* patch 9.0.0949: crash when unletting a variable while listing variablesv9.0.0949Bram Moolenaar2022-11-251-2/+7
* patch 9.0.0939: still using simplified mappings when using kitty protocolv9.0.0939Bram Moolenaar2022-11-241-1/+1
* patch 9.0.0828: various typosv9.0.0828dundargoc2022-11-021-3/+3
* patch 9.0.0819v9.0.0819Bram Moolenaar2022-10-291-0/+1
* patch 9.0.0817v9.0.0817v9.0.0816Bram Moolenaar2022-10-221-0/+1
* patch 9.0.0762: build failurev9.0.0762Bram Moolenaar2022-10-151-0/+1
* patch 9.0.0747: too many #ifdefsv9.0.0747Martin Tournoij2022-10-131-6/+4
* patch 9.0.0746: breakindent test cases are commented outv9.0.0746Bram Moolenaar2022-10-131-3/+3
* patch 9.0.0734: cursor position invalid when scrolling with 'smoothscroll'v9.0.0734Bram Moolenaar2022-10-121-0/+1
* patch 9.0.0656: cannot specify another character to use instead of '@'v9.0.0656Bram Moolenaar2022-10-041-0/+1
* patch 9.0.0647: the 'splitscroll' option is not a good namev9.0.0647Luuk van Baal2022-10-031-2/+2
* patch 9.0.0640: cannot scroll by screen line if a line wrapsv9.0.0640Bram Moolenaar2022-10-021-3/+6
* patch 9.0.0623: error for modifying a const is not detected at compile timev9.0.0623Bram Moolenaar2022-09-291-4/+4
* patch 9.0.0620: matchaddpos() can only add up to 8 matchesv9.0.0620Bram Moolenaar2022-09-291-27/+20
* patch 9.0.0547: looping over empty out_loop[] entriesv9.0.0547Bram Moolenaar2022-09-221-0/+1
* patch 9.0.0535: closure gets wrong value in for loop with two loop variablesv9.0.0535Bram Moolenaar2022-09-211-1/+1
* patch 9.0.0502: a closure in a nested loop in a :def function does not workv9.0.0502Bram Moolenaar2022-09-191-5/+19
* patch 9.0.0491: no good reason to build without the float featurev9.0.0491Bram Moolenaar2022-09-171-2/+0
* patch 9.0.0485: in :def function all closures in loop get the same variablesv9.0.0485Bram Moolenaar2022-09-171-2/+19
* patch 9.0.0481: in :def function all closures in loop get the same variablesv9.0.0481Bram Moolenaar2022-09-161-3/+11
* patch 9.0.0476: varargs does not work for replacement function of substitute()v9.0.0476zeertzjq2022-09-161-4/+4
* patch 9.0.0460: loop variable can't be foundv9.0.0460Bram Moolenaar2022-09-141-0/+17
* patch 9.0.0445: when opening/closing window text moves up/downv9.0.0445Luuk van Baal2022-09-111-0/+2
* patch 9.0.0438: cannot put virtual text above a linev9.0.0438Bram Moolenaar2022-09-101-4/+11
* patch 9.0.0410: struct member cts_lnum is unusedv9.0.0410Bram Moolenaar2022-09-071-1/+0
* patch 9.0.0398: members of funccall_T are inconsistently namedv9.0.0398Bram Moolenaar2022-09-061-17/+17
* patch 9.0.0397: :defer not tested with exceptions and ":qa!"v9.0.0397Bram Moolenaar2022-09-061-0/+4
* patch 9.0.0370: cleaning up afterwards can make a function messyv9.0.0370Bram Moolenaar2022-09-031-1/+10
* patch 9.0.0321: cannot use the message popup window directlyv9.0.0321Bram Moolenaar2022-08-291-1/+1
* patch 9.0.0304: WinScrolled is not triggered when only skipcol changesv9.0.0304zeertzjq2022-08-281-1/+2
* patch 9.0.0288: when 'cmdheight' is zero some messages are not displayedv9.0.0288Bram Moolenaar2022-08-271-0/+2
* patch 9.0.0284: using static buffer for multiple completion functionsv9.0.0284Bram Moolenaar2022-08-261-0/+2
* patch 9.0.0265: no good reason why the "gf" command isn't in the tiny versionv9.0.0265Bram Moolenaar2022-08-251-2/+0
* patch 9.0.0253: a symlink to an autoload script results in two entriesv9.0.0253Bram Moolenaar2022-08-241-1/+7
* patch 9.0.0247: cannot add padding to virtual text without highlightv9.0.0247Bram Moolenaar2022-08-231-1/+2
* patch 9.0.0222: no good reason why text objects are only in larger buildsv9.0.0222Bram Moolenaar2022-08-161-2/+0
* patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar2022-08-141-1/+1
* patch 9.0.0205: cursor in wrong position when inserting after virtual textv9.0.0205Bram Moolenaar2022-08-141-0/+3
* patch 9.0.0165: looking up a text property type by ID is slowv9.0.0165Bram Moolenaar2022-08-071-0/+1
* patch 9.0.0144: text property cannot override 'cursorline' highlightv9.0.0144Bram Moolenaar2022-08-051-0/+1
* patch 9.0.0139: truncating virtual text after a line not implementedv9.0.0139Bram Moolenaar2022-08-041-0/+2
* patch 9.0.0121: cannot put virtual text after or below a linev9.0.0121Bram Moolenaar2022-07-311-1/+9
* patch 9.0.0074: Coverity warns for double freev9.0.0074Bram Moolenaar2022-07-261-3/+4
* patch 9.0.0067: cannot show virtual textv9.0.0067Bram Moolenaar2022-07-251-2/+19
* patch 9.0.0036: 'fillchars' cannot have window-local valuesv9.0.0036Bram Moolenaar2022-07-041-0/+19
* patch 9.0.0013: reproducing memory access errors can be difficultv9.0.0013Bram Moolenaar2022-06-301-4/+5
* patch 8.2.5088: value of cmod_verbose is a bit complicated to usev8.2.5088zeertzjq2022-06-141-2/+2