aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.lua
Commit message (Expand)AuthorAge
...
* vim-patch:8.1.2047: cannot check the current statezeertzjq2023-08-21
* vim-patch:9.0.1774: no support for custom cmdline completion (#24808)zeertzjq2023-08-21
* vim-patch:9.0.1515: reverse() does not work for a Stringzeertzjq2023-08-19
* vim-patch:9.0.1728: missing winid argument for virtcol() (#24770)zeertzjq2023-08-18
* docs(builtin): fix some missing lines (#24759)Sean Dewar2023-08-17
* vim-patch:8.2.4455: accepting one and zero for second sort() argument is strangezeertzjq2023-08-17
* vim-patch:partial:8.2.3849: functions implementing reduce and map are too longzeertzjq2023-08-17
* vim-patch:8.2.3848: cannot use reduce() for a stringzeertzjq2023-08-17
* vim-patch:8.2.3818: cannot filter or map characters in a stringzeertzjq2023-08-17
* vim-patch:1b884a005398zeertzjq2023-08-17
* vim-patch:8.2.1969: Vim9: map() may change the list or dict item typezeertzjq2023-08-17
* vim-patch:9.0.1717: virtcol2col returns last byte of a multi-byte char (#24729)zeertzjq2023-08-16
* vim-patch:9.0.1704: Cannot use positional arguments for printf() (#24719)zeertzjq2023-08-15
* vim-patch:9.0.1688: cannot store custom data in quickfix list (#24673)zeertzjq2023-08-12
* vim-patch:9.0.1686: undotree() only works for the current buffer (#24665)zeertzjq2023-08-12
* vim-patch:c2bd205254c8Christian Clason2023-08-09
* fix(lua): improve annotations for stricter luals diagnostics (#24609)Christian Clason2023-08-09
* docs(builtin): fix some missing lines (#24615)Sean Dewar2023-08-08
* docs(lua): fix generated `fname` param annotations #24533Marc Jakobi2023-08-02
* docs(builtin): fix alignment of comments in code blocks (#24529)zeertzjq2023-08-02
* docs: drop "Can also be used as a method" #24508Justin M. Keyes2023-08-01
* feat(lua-types): types for vim.api.* (#24523)Lewis Russell2023-08-01
* docs(builtin): fix and annotate language blocks (#24506)Lewis Russell2023-08-01
* feat(docs): generate builtin.txt (#24493)Lewis Russell2023-07-28
* fix(gen_vimfn_types): don't include tag before signature's line (#24492)zeertzjq2023-07-26
* feat(lua): typing for vim.fn.* (#24473)Lewis Russell2023-07-26
* fix(messages): use "Vimscript" instead of "VimL" #24111Justin M. Keyes2023-06-22
* vim-patch:8.2.2607: strcharpart() cannot include composing characterszeertzjq2023-05-04
* vim-patch:8.2.2344: using inclusive index for slice is not always desiredzeertzjq2023-05-04
* vim-patch:9.0.1485: no functions for converting from/to UTF-16 index (#23318)zeertzjq2023-04-26
* vim-patch:8.2.5019: cannot get the first screen column of a character (#23312)zeertzjq2023-04-25
* vim-patch:9.0.1007: there is no way to get a list of swap file nameszeertzjq2023-04-19
* vim-patch:9.0.0269: getscriptinfo() does not include the versionzeertzjq2023-04-15
* vim-patch:9.0.0244: cannot easily get the list of sourced scripts (#22596)Michal Liszcz2023-03-11
* vim-patch:8.2.3438: cannot manipulate blobszeertzjq2023-02-28
* vim-patch:9.0.0795: readblob() always reads the whole filezeertzjq2023-02-28
* vim-patch:8.2.2336: Vim9: not possible to extend dictionary with different ty...zeertzjq2023-02-27
* vim-patch:9.0.0196: finding value in list may require a for loopzeertzjq2023-02-27
* vim-patch:8.2.2449: Vim9: flatten() always changes the list typezeertzjq2023-02-24
* fix(lua): mark some eval functions that can run in API-fastLewis Russell2023-02-02
* vim-patch:9.0.1212: cannot read back what setcellwidths() has done (#21867)zeertzjq2023-01-18
* vim-patch:9.0.0916: getbufline() is inefficient for getting a single linezeertzjq2022-11-22
* vim-patch:9.0.0863: col() and charcol() only work for the current window (#21...zeertzjq2022-11-13
* vim-patch:8.2.4679: cannot have expandcmd() give an error message for mistakeszeertzjq2022-11-05
* vim-patch:8.2.2606: strchars() defaults to counting composing characterszeertzjq2022-11-05
* vim-patch:8.2.1631: test_fails() does not check the context of the line numberzeertzjq2022-11-05
* vim-patch:8.2.1479: Vim9: error for list index uses wrong line numberzeertzjq2022-11-05
* vim-patch:8.2.2343: Vim9: return type of readfile() is any (#20896)zeertzjq2022-11-01
* vim-patch:8.2.1544: cannot translate messages in a Vim scriptzeertzjq2022-10-28
* feat(cscope)!: removeLewis Russell2022-10-13