summaryrefslogtreecommitdiff
path: root/src/proto
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.1341: build error with mzscheme but without GUIv9.0.1341K.Takata2023-02-221-1/+1
* patch 9.0.1338: :defcompile and :disassemble can't find class methodv9.0.1338Bram Moolenaar2023-02-211-1/+2
* patch 9.0.1336: functions without arguments are not always declared properlyv9.0.1336Yegappan Lakshmanan2023-02-212-3/+1
* patch 9.0.1330: handling new value of an option has a long "else if" chainv9.0.1330Yegappan Lakshmanan2023-02-2013-17/+151
* patch 9.0.1320: checking the type of a null object causes a crashv9.0.1320Bram Moolenaar2023-02-182-6/+6
* patch 9.0.1314: :messages behavior depends on 'fileformat' of current bufferv9.0.1314cero19882023-02-161-0/+1
* patch 9.0.1313: some settings use the current codepage instead of 'encoding'v9.0.1313K.Takata2023-02-152-0/+2
* patch 9.0.1309: scrolling two lines with even line count and 'scrolloff' setv9.0.1309Bram Moolenaar2023-02-141-1/+1
* patch 9.0.1307: setting 'formatoptions' with :let doesn't check for errorsv9.0.1307Yegappan Lakshmanan2023-02-131-1/+1
* patch 9.0.1292: :defer may call the wrong method for an objectv9.0.1292Bram Moolenaar2023-02-081-1/+1
* patch 9.0.1262: the did_set_string_option function is too longv9.0.1262Yegappan Lakshmanan2023-01-305-8/+8
* patch 9.0.1254: calling a method on an interface does not workv9.0.1254Bram Moolenaar2023-01-282-2/+2
* patch 9.0.1250: cannot use an object method with :deferv9.0.1250Bram Moolenaar2023-01-271-2/+2
* patch 9.0.1242: code for :runtime completion is not consistentv9.0.1242zeertzjq2023-01-251-1/+1
* patch 9.0.1240: cannot access a private object member in a lambdav9.0.1240Bram Moolenaar2023-01-241-0/+1
* patch 9.0.1238: :runtime completion can be further improvedv9.0.1238zeertzjq2023-01-241-1/+1
* patch 9.0.1235: MS-Windows console: not flushing termguicolorsv9.0.1235Christopher Plewright2023-01-231-1/+0
* patch 9.0.1232: ColorTable saving and restoring does not work properlyv9.0.1232Christopher Plewright2023-01-221-0/+1
* patch 9.0.1231: completion of :runtime does not handle {where} argumentv9.0.1231zeertzjq2023-01-222-1/+3
* patch 9.0.1212: cannot read back what setcellwidths() has donev9.0.1212Kota Kato2023-01-171-0/+1
* patch 9.0.1209: getting interface member does not always workv9.0.1209Bram Moolenaar2023-01-162-0/+2
* patch 9.0.1203: return type of values() is always list<any>v9.0.1203Bram Moolenaar2023-01-151-1/+1
* patch 9.0.1185: using class from imported script not testedv9.0.1185Bram Moolenaar2023-01-121-0/+1
* patch 9.0.1168: code to enable/disable mouse is not from terminfo/termcapv9.0.1168Bram Moolenaar2023-01-101-0/+1
* patch 9.0.1159: extends argument for class not implemented yetv9.0.1159Bram Moolenaar2023-01-081-0/+1
* patch 9.0.1150: :interface is not implemented yetv9.0.1150Bram Moolenaar2023-01-052-2/+1
* patch 9.0.1144: reading beyond textv9.0.1144Bram Moolenaar2023-01-041-0/+1
* patch 9.0.1134: comparing objects uses identity instead of equalityv9.0.1134Bram Moolenaar2023-01-021-0/+2
* patch 9.0.1127: no error if function argument shadows class memberv9.0.1127Bram Moolenaar2023-01-011-1/+1
* patch 9.0.1126: bracketed paste can be enabled when it is not recognizedv9.0.1126Bram Moolenaar2023-01-011-0/+1
* patch 9.0.1123: class function not implemented yetv9.0.1123Bram Moolenaar2023-01-011-0/+1
* patch 9.0.1108: type error when using "any" type and adding to floatv9.0.1108Bram Moolenaar2022-12-292-4/+4
* patch 9.0.1092: search error message doesn't show used patternv9.0.1092Rob Pilling2022-12-231-1/+1
* patch 9.0.1084: code handling low level MS-Windows events cannot be testedv9.0.1084Christopher Plewright2022-12-203-1/+3
* patch 9.0.1074: class members are not supported yetv9.0.1074Bram Moolenaar2022-12-181-1/+2
* patch 9.0.1064: code for making 'shortmess' temporarily empty is repeatedv9.0.1064Christian Brabandt2022-12-161-0/+2
* patch 9.0.1061: cannot display 'showcmd' somewhere elsev9.0.1061Luuk van Baal2022-12-151-0/+1
* patch 9.0.1054: object member can't get type from initializerv9.0.1054Bram Moolenaar2022-12-131-0/+1
* patch 9.0.1053: default constructor arguments are not optionalv9.0.1053Bram Moolenaar2022-12-131-1/+1
* patch 9.0.1045: in a class object members cannot be initializedv9.0.1045Bram Moolenaar2022-12-102-1/+3
* patch 9.0.1041: cannot define a method in a classv9.0.1041Bram Moolenaar2022-12-093-3/+4
* patch 9.0.1035: object members are not being marked as usedv9.0.1035Bram Moolenaar2022-12-081-1/+4
* patch 9.0.1031: Vim9 class is not implemented yetv9.0.1031Bram Moolenaar2022-12-085-2/+11
* patch 9.0.1023: MS-Windows: dynamic loading of libsodium doesn't workv9.0.1023K.Takata2022-12-061-0/+2
* patch 9.0.1019: 'smoothscroll' and virtual text above don't work togetherv9.0.1019Bram Moolenaar2022-12-061-1/+1
* patch 9.0.1007: there is no way to get a list of swap file namesv9.0.1007Bram Moolenaar2022-12-051-1/+1
* patch 9.0.1001: classes are not documented or implemented yetv9.0.1001Bram Moolenaar2022-12-041-0/+6
* patch 9.0.0993: display errors when adding or removing text property typev9.0.0993Bram Moolenaar2022-12-022-0/+2
* patch 9.0.0980: the keyboard state response may end up in a shell commandv9.0.0980Bram Moolenaar2022-12-012-0/+3
* patch 9.0.0977: it is not easy to see what client-server commands are doingv9.0.0977Bram Moolenaar2022-11-302-4/+8