summaryrefslogtreecommitdiffstats
path: root/runtime/doc/builtin.txt
AgeCommit message (Expand)Author
2023-09-09patch 9.0.1886: Various Typosv9.0.1886Christian Brabandt
2023-09-03patch 9.0.1856: issues with formatting positional argumentsv9.0.1856Christ van Willegen
2023-09-03patch 9.0.1855: mode() doesn't indicate command line for terminalv9.0.1855h-east
2023-08-23patch 9.0.1786: Vim9: need instanceof() functionv9.0.1786LemonBoy
2023-08-20patch 9.0.1776: No support for stable Python 3 ABIv9.0.1776Yee Cheng Chin
2023-08-20patch 9.0.1774: no support for custom cmdline completionv9.0.1774Shougo Matsushita
2023-08-17patch 9.0.1728: missing winid argument for virtcol()v9.0.1728zeertzjq
2023-08-17patch 9.0.1727: minor problems with the teapotv9.0.1727Sean Dewar
2023-08-15patch 9.0.1717: virtcol2col returns last byte of a multi-byte charv9.0.1717Yegappan Lakshmanan
2023-08-13patch 9.0.1704: Cannot use positional arguments for printf()v9.0.1704Christ van Willegen
2023-08-11patch 9.0.1688: cannot store custom data in quickfix listv9.0.1688Tom Praschan
2023-08-11patch 9.0.1686: undotree() only works for the current bufferv9.0.1686Devin J. Pohly
2023-08-09Change "the" to "then" under ':help bufload()' (#12662)Daniel Steinberg
2023-07-07patch 9.0.1674: help for builtin functions is not sorted properlyv9.0.1674Bram Moolenaar
2023-07-07patch 9.0.1673: cannot produce a status 418 or 503 messagev9.0.1673Bram Moolenaar
2023-06-14patch 9.0.1629: having utf16idx() rounding up is inconvenientv9.0.1629Yegappan Lakshmanan
2023-06-10Update runtime filesBram Moolenaar
2023-06-08patch 9.0.1617: charidx() result is not consistent with byteidx()v9.0.1617Yegappan Lakshmanan
2023-05-14Update runtime filesBram Moolenaar
2023-05-06patch 9.0.1515: reverse() does not work for a Stringv9.0.1515Yegappan Lakshmanan
2023-05-01patch 9.0.1504: no error when calling remote_startserver("")v9.0.1504h-east
2023-04-24patch 9.0.1485: no functions for converting from/to UTF-16 indexv9.0.1485Christian Brabandt
2023-04-22Update runtime filesBram Moolenaar
2023-03-16patch 9.0.1411: accuracy of profiling is not optimalv9.0.1411Ernie Rael
2023-03-12patch 9.0.1403: unused variables and functionsv9.0.1403Dominique Pelle
2023-03-09patch 9.0.1396: sort(list, 'N') does not work in Vim9 script contextv9.0.1396Bram Moolenaar
2023-02-27Update runtime filesBram Moolenaar
2023-02-20Update runtime files.Bram Moolenaar
2023-02-02Update runtime files.Bram Moolenaar
2023-01-24patch 9.0.1238: :runtime completion can be further improvedv9.0.1238zeertzjq
2023-01-22patch 9.0.1231: completion of :runtime does not handle {where} argumentv9.0.1231zeertzjq
2023-01-20patch 9.0.1223: cannot use setcellwidths() below 0x100v9.0.1223K.Takata
2023-01-17patch 9.0.1212: cannot read back what setcellwidths() has donev9.0.1212Kota Kato
2023-01-12patch 9.0.1188: return value of type() for class and object unclearv9.0.1188Bram Moolenaar
2022-12-31Update runtime filesBram Moolenaar
2022-12-20patch 9.0.1084: code handling low level MS-Windows events cannot be testedv9.0.1084Christopher Plewright
2022-12-06Update runtime filesBram Moolenaar
2022-12-05patch 9.0.1007: there is no way to get a list of swap file namesv9.0.1007Bram Moolenaar
2022-11-23Update runtime filesBram Moolenaar
2022-11-21patch 9.0.0916: getbufline() is inefficient for getting a single linev9.0.0916Bram Moolenaar
2022-11-18Update runtime filesBram Moolenaar
2022-11-14patch 9.0.0881: cannot get the currently showing mouse shapev9.0.0881Bram Moolenaar
2022-11-12patch 9.0.0863: col() and charcol() only work for the current windowv9.0.0863Yegappan Lakshmanan
2022-11-09Update runtime filesBram Moolenaar
2022-11-05patch 9.0.0837: append() reports failure when not appending anythingv9.0.0837Bram Moolenaar
2022-10-28Update runtime filesBram Moolenaar
2022-10-21patch 9.0.0813: Kitty terminal is not recognizedv9.0.0813Bram Moolenaar
2022-10-21patch 9.0.0810: readblob() returns empty when trying to read too muchv9.0.0810Bram Moolenaar
2022-10-20patch 9.0.0803: readblob() cannot read from character devicev9.0.0803K.Takata
2022-10-19patch 9.0.0795: readblob() always reads the whole filev9.0.0795K.Takata