summaryrefslogtreecommitdiffstats
path: root/src/structs.h
AgeCommit message (Expand)Author
2023-04-16patch 9.0.1459: typo in name of typev9.0.1459zeertzjq
2023-04-14patch 9.0.1453: typos in source code and testsv9.0.1453Dominique Pelle
2023-04-13patch 9.0.1452: code using EVAL_CONSTANT is dead, it is never setv9.0.1452zeertzjq
2023-04-09patch 9.0.1443: ending Insert mode when accessing a hidden prompt bufferv9.0.1443Bram Moolenaar
2023-03-05patch 9.0.1381: ACCESS_ names have a conflict with on some systemsv9.0.1381=?UTF-8?q?Ola=20S=C3=B6der?=
2023-03-03patch 9.0.1374: function for setting options not used consistentlyv9.0.1374Yegappan Lakshmanan
2023-02-27patch 9.0.1359: too many "else if" statements in handling optionsv9.0.1359Yegappan Lakshmanan
2023-02-25patch 9.0.1353: too many "else if" statements to handle option valuesv9.0.1353Yegappan Lakshmanan
2023-02-21patch 9.0.1338: :defcompile and :disassemble can't find class methodv9.0.1338Bram Moolenaar
2023-02-21patch 9.0.1334: using tt_member for the class leads to mistakesv9.0.1334Bram Moolenaar
2023-02-20patch 9.0.1330: handling new value of an option has a long "else if" chainv9.0.1330Yegappan Lakshmanan
2023-02-12patch 9.0.1305: cursor in wrong line with virtual text abovev9.0.1305Bram Moolenaar
2023-01-28patch 9.0.1254: calling a method on an interface does not workv9.0.1254Bram Moolenaar
2023-01-20patch 9.0.1224: cannot call a :def function with a number for float argumentv9.0.1224Bram Moolenaar
2023-01-16patch 9.0.1209: getting interface member does not always workv9.0.1209Bram Moolenaar
2023-01-12patch 9.0.1184: interface of an object is not recognized when checking typev9.0.1184Bram Moolenaar
2023-01-11patch 9.0.1178: a child class cannot override functions from a base classv9.0.1178Bram Moolenaar
2023-01-08patch 9.0.1159: extends argument for class not implemented yetv9.0.1159Bram Moolenaar
2023-01-06patch 9.0.1152: class "implements" argument not implementedv9.0.1152Bram Moolenaar
2023-01-05patch 9.0.1151: build failurev9.0.1151Bram Moolenaar
2023-01-05patch 9.0.1149: class members may be garbage collectedv9.0.1149Bram Moolenaar
2023-01-03patch 9.0.1140: cannot call an object method in a compiled functionv9.0.1140Bram Moolenaar
2023-01-01patch 9.0.1123: class function not implemented yetv9.0.1123Bram Moolenaar
2022-12-29patch 9.0.1108: type error when using "any" type and adding to floatv9.0.1108Bram Moolenaar
2022-12-18patch 9.0.1074: class members are not supported yetv9.0.1074Bram Moolenaar
2022-12-14patch 9.0.1060: private and public object members are not implemented yetv9.0.1060Bram Moolenaar
2022-12-10patch 9.0.1045: in a class object members cannot be initializedv9.0.1045Bram Moolenaar
2022-12-09patch 9.0.1041: cannot define a method in a classv9.0.1041Bram Moolenaar
2022-12-08patch 9.0.1035: object members are not being marked as usedv9.0.1035Bram Moolenaar
2022-12-08patch 9.0.1033: tiny build fails because of conflicting typedefv9.0.1033Bram Moolenaar
2022-12-08patch 9.0.1031: Vim9 class is not implemented yetv9.0.1031Bram Moolenaar
2022-12-07patch 9.0.1026: type of w_last_topfill is wrongv9.0.1026Bram Moolenaar
2022-12-07patch 9.0.1025: WinScrolled is not triggered when filler lines changev9.0.1025zeertzjq
2022-11-28patch 9.0.0965: using one window for executing autocommands is insufficientv9.0.0965Bram Moolenaar
2022-11-25patch 9.0.0949: crash when unletting a variable while listing variablesv9.0.0949Bram Moolenaar
2022-11-24patch 9.0.0939: still using simplified mappings when using kitty protocolv9.0.0939Bram Moolenaar
2022-11-02patch 9.0.0828: various typosv9.0.0828dundargoc
2022-10-29patch 9.0.0819v9.0.0819Bram Moolenaar
2022-10-22patch 9.0.0817v9.0.0817v9.0.0816Bram Moolenaar
2022-10-15patch 9.0.0762: build failurev9.0.0762Bram Moolenaar
2022-10-13patch 9.0.0747: too many #ifdefsv9.0.0747Martin Tournoij
2022-10-13patch 9.0.0746: breakindent test cases are commented outv9.0.0746Bram Moolenaar
2022-10-12patch 9.0.0734: cursor position invalid when scrolling with 'smoothscroll'v9.0.0734Bram Moolenaar
2022-10-04patch 9.0.0656: cannot specify another character to use instead of '@'v9.0.0656Bram Moolenaar
2022-10-03patch 9.0.0647: the 'splitscroll' option is not a good namev9.0.0647Luuk van Baal
2022-10-02patch 9.0.0640: cannot scroll by screen line if a line wrapsv9.0.0640Bram Moolenaar
2022-09-29patch 9.0.0623: error for modifying a const is not detected at compile timev9.0.0623Bram Moolenaar
2022-09-29patch 9.0.0620: matchaddpos() can only add up to 8 matchesv9.0.0620Bram Moolenaar
2022-09-22patch 9.0.0547: looping over empty out_loop[] entriesv9.0.0547Bram Moolenaar
2022-09-21patch 9.0.0535: closure gets wrong value in for loop with two loop variablesv9.0.0535Bram Moolenaar