summaryrefslogtreecommitdiff
path: root/src/proto
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.1554: code for handling 'switchbuf' is repeatedv9.0.1554Yegappan Lakshmanan2023-05-141-0/+1
* patch 9.0.1551: position of marker for 'smoothscroll' not computed correctlyv9.0.1551Luuk van Baal2023-05-131-0/+1
* patch 9.0.1544: recent glibc marks sigset() as a deprecatedv9.0.1544ichizok2023-05-111-0/+1
* patch 9.0.1538: :wqall does not trigger ExitPrev9.0.1538Bram Moolenaar2023-05-101-0/+1
* patch 9.0.1516: cannot use special keys in <Cmd> mappingv9.0.1516zeertzjq2023-05-061-0/+1
* patch 9.0.1515: reverse() does not work for a Stringv9.0.1515Yegappan Lakshmanan2023-05-061-0/+1
* patch 9.0.1512: inserting lines when scrolling with 'smoothscroll' setv9.0.1512Luuk van Baal2023-05-061-0/+1
* patch 9.0.1485: no functions for converting from/to UTF-16 indexv9.0.1485Christian Brabandt2023-04-241-0/+2
* patch 9.0.1481: decrypting with libsodium may fail if the library changesv9.0.1481Christian Brabandt2023-04-233-3/+4
* patch 9.0.1471: warnings for function declarationsv9.0.1471Michael Jarvis2023-04-191-3/+3
* patch 9.0.1439: start Insert mode when accessing a hidden prompt bufferv9.0.1439orbital2023-04-021-0/+1
* patch 9.0.1416: crash when collection is modified when using filter()v9.0.1416Ernie Rael2023-03-191-1/+1
* patch 9.0.1403: unused variables and functionsv9.0.1403Dominique Pelle2023-03-121-1/+0
* patch 9.0.1400: find_file_in_path() is not reentrantv9.0.1400Bram Moolenaar2023-03-111-3/+3
* patch 9.0.1396: sort(list, 'N') does not work in Vim9 script contextv9.0.1396Bram Moolenaar2023-03-091-0/+1
* patch 9.0.1380: CTRL-X on 2**64 subtracts twov9.0.1380Bram Moolenaar2023-03-041-1/+1
* patch 9.0.1379: functions for handling options are not orderedv9.0.1379Yegappan Lakshmanan2023-03-042-51/+52
* patch 9.0.1374: function for setting options not used consistentlyv9.0.1374Yegappan Lakshmanan2023-03-031-0/+2
* patch 9.0.1369: still some "else if" constructs for setting optionsv9.0.1369Yegappan Lakshmanan2023-03-022-1/+3
* patch 9.0.1366: functions for setting options are in random orderv9.0.1366Yegappan Lakshmanan2023-03-011-75/+75
* patch 9.0.1359: too many "else if" statements in handling optionsv9.0.1359Yegappan Lakshmanan2023-02-271-0/+5
* patch 9.0.1353: too many "else if" statements to handle option valuesv9.0.1353Yegappan Lakshmanan2023-02-251-0/+12
* patch 9.0.1345: too many "else if" statements for handling optionsv9.0.1345Yegappan Lakshmanan2023-02-231-0/+19
* 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