summaryrefslogtreecommitdiff
path: root/src/structs.h
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.0677: Vim9: no support for closuresv8.2.0677Bram Moolenaar2020-05-011-0/+17
* patch 8.2.0543: Vim9: function with varargs does not work properlyv8.2.0543Bram Moolenaar2020-04-111-1/+1
* patch 8.2.0530: test crashes on s390v8.2.0530Bram Moolenaar2020-04-081-1/+5
* patch 8.2.0517: Vim9: cannot separate "func" and "func(): void"v8.2.0517Bram Moolenaar2020-04-051-2/+3
* patch 8.2.0512: Vim9: no optional arguments in func typev8.2.0512Bram Moolenaar2020-04-051-4/+6
* patch 8.2.0508: Vim9: func and partial types not done yetv8.2.0508Bram Moolenaar2020-04-031-1/+5
* patch 8.2.0455: cannot set the highlight group for a specific terminalv8.2.0455Bram Moolenaar2020-03-261-0/+3
* patch 8.2.0419: various memory leaks in Vim9 script codev8.2.0419Bram Moolenaar2020-03-201-0/+1
* patch 8.2.0320: no Haiku supportv8.2.0320Bram Moolenaar2020-02-261-0/+7
* patch 8.2.0315: build failure on HP-UX systemv8.2.0315Bram Moolenaar2020-02-251-3/+9
* patch 8.2.0309: window-local values have confusing namev8.2.0309Bram Moolenaar2020-02-231-5/+6
* patch 8.2.0296: mixing up "long long" and __int64 may cause problemsv8.2.0296Bram Moolenaar2020-02-221-21/+31
* patch 8.2.0271: the "num64" feature is available everywherev8.2.0271Bram Moolenaar2020-02-171-27/+18
* patch 8.2.0222: Vim9: optional function arguments don't work yetv8.2.0222Bram Moolenaar2020-02-061-0/+2
* patch 8.2.0181: problems parsing :term argumentsv8.2.0181Bram Moolenaar2020-01-301-2/+6
* patch 8.2.0173: build fails with old compilerv8.2.0173Bram Moolenaar2020-01-291-3/+3
* patch 8.2.0151: detecting a script was already sourced is unreliablev8.2.0151Bram Moolenaar2020-01-261-5/+0
* patch 8.2.0149: maintaining a Vim9 branch separately is more workv8.2.0149Bram Moolenaar2020-01-261-26/+109
* patch 8.2.0114: info about sourced scripts is scatteredv8.2.0114Bram Moolenaar2020-01-121-1/+18
* patch 8.2.0111: VAR_SPECIAL is also used for booleansv8.2.0111Bram Moolenaar2020-01-111-1/+2
* patch 8.2.0069: ETYPE_ is used for two different enumsv8.2.0069Bram Moolenaar2019-12-311-11/+11
* patch 8.2.0056: execution stack is incomplete and inefficientv8.2.0056Bram Moolenaar2019-12-291-0/+34
* patch 8.2.0044: expression type is used inconsistentlyv8.2.0044Bram Moolenaar2019-12-251-9/+11
* patch 8.2.0025: repeated word in commentv8.2.0025Bram Moolenaar2019-12-201-1/+1
* patch 8.2.0013: not using a typedef for condstackv8.2.0013Bram Moolenaar2019-12-161-4/+3
* patch 8.1.2371: FEAT_TEXT_PROP is a confusing namev8.1.2371Bram Moolenaar2019-11-301-4/+4
* patch 8.1.2366: using old C style commentsv8.1.2366Bram Moolenaar2019-11-301-8/+15
* patch 8.1.2300: redraw breaks going through list of popup windowsv8.1.2300Bram Moolenaar2019-11-131-0/+1
* patch 8.1.2285: padding in structures wastes memoryv8.1.2285Bram Moolenaar2019-11-101-12/+12
* patch 8.1.2281: 'showbreak' cannot be set for one windowv8.1.2281Bram Moolenaar2019-11-091-0/+4
* patch 8.1.2280: crash when passing partial to substitute()v8.1.2280Bram Moolenaar2019-11-091-2/+3
* patch 8.1.2273: wrong default when "pos" is changed with popup_atcursor()v8.1.2273Bram Moolenaar2019-11-091-1/+2
* patch 8.1.2243: typos in commentsv8.1.2243Bram Moolenaar2019-11-021-1/+1
* patch 8.1.2205: sign entry structure has confusing namev8.1.2205Bram Moolenaar2019-10-241-18/+17
* patch 8.1.2173: searchit() has too many argumentsv8.1.2173Bram Moolenaar2019-10-181-0/+13
* patch 8.1.2145: cannot map <C-H> when modifyOtherKeys is enabledv8.1.2145Bram Moolenaar2019-10-131-0/+2
* patch 8.1.2126: viminfo not sufficiently testedv8.1.2126Bram Moolenaar2019-10-091-12/+0
* patch 8.1.2096: too many #ifdefsv8.1.2096Bram Moolenaar2019-09-281-2/+0
* patch 8.1.2094: the fileio.c file is too bigv8.1.2094Bram Moolenaar2019-09-281-0/+29
* patch 8.1.2080: the terminal API is limited and can't be disabledv8.1.2080Bram Moolenaar2019-09-261-0/+3
* patch 8.1.2077: the ops.c file is too bigv8.1.2077Bram Moolenaar2019-09-251-46/+66
* patch 8.1.2029: cannot control 'cursorline' highlighting wellv8.1.2029Bram Moolenaar2019-09-141-1/+1
* patch 8.1.2019: 'cursorline' always highlights the whole linev8.1.2019Bram Moolenaar2019-09-091-0/+2
* patch 8.1.2009: cursorline highlighting not updated in popup windowv8.1.2009Bram Moolenaar2019-09-081-0/+2
* patch 8.1.1973: cannot build without the quickfix featurev8.1.1973Bram Moolenaar2019-09-041-2/+0
* patch 8.1.1969: popup window filter is used in all modesv8.1.1969Bram Moolenaar2019-09-031-0/+1
* patch 8.1.1928: popup windows don't move with the text when making changesv8.1.1928Bram Moolenaar2019-08-251-2/+11
* patch 8.1.1901: the +insert_expand feature is not always availablev8.1.1901Bram Moolenaar2019-08-211-8/+0
* patch 8.1.1887: the +cmdline_compl feature is not in the tiny versionv8.1.1887Bram Moolenaar2019-08-181-1/+1
* patch 8.1.1886: command line expansion code is spread outv8.1.1886Bram Moolenaar2019-08-181-0/+27