summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/eval.lua
AgeCommit message (Expand)AuthorFiles
2024-06-14vim-patch:d353d27: runtime(doc): restore description of "$" in col() and virt...zeertzjq1
2024-06-14vim-patch:02f3eba: runtime(doc): deduplicate getpos(), line(), col(), virtcol()zeertzjq1
2024-06-12vim-patch:210b39c: runtime(doc): clarify documentation for "v" position at li...zeertzjq1
2024-06-11fix(types): add some vim.fn type annotationsnotomo1
2024-06-11refactor(lua): improve type annotationsLewis Russell1
2024-06-04refactor(lua): use tuple syntax everywhere #29111Ilia Choly1
2024-05-27refactor: fix luals type warningsdundargoc1
2024-05-25vim-patch:9.1.0444: Not enough tests for getregion() with multibyte chars (#2...zeertzjq1
2024-05-25vim-patch:9.1.0443: Can't use blockwise selection with width for getregion() ...zeertzjq1
2024-05-24vim-patch:9.1.0441: getregionpos() can't properly indicate positions beyond e...zeertzjq1
2024-05-23vim-patch:9.1.0430: getregionpos() doesn't handle one char selection (#28924)zeertzjq1
2024-05-20vim-patch:9.1.0423: getregionpos() wrong with blockwise mode and multibytezeertzjq1
2024-05-20vim-patch:9.1.0394: Cannot get a list of positions describing a regionzeertzjq1
2024-05-16vim-patch:5faeb60480c6 (#28768)zeertzjq1
2024-05-05docs: fix lua type warnings (#28633)Maria José Solano1
2024-05-04vim-patch:ad4881cb3c04 (#28636)zeertzjq1
2024-04-30docs: various fixes (#28208)dundargoc1
2024-04-27vim-patch:fe1e2b5e2d65zeertzjq1
2024-04-25fix(lua): vim.fn.has('nvim-0.10') in fast context, used by vim.deprecatebfredl1
2024-04-15vim-patch:9.1.0329: String interpolation fails for Dict type (#28335)zeertzjq1
2024-04-08vim-patch:9cd9e759ab1e (#28224)zeertzjq1
2024-04-06docs: don't mention executable() can return -1dundargoc1
2024-04-05vim-patch:8.1.0815: dialog for file changed outside of Vim not tested (#28184)zeertzjq1
2024-03-23vim-patch:9.1.0199: Not enough tests for the slice() function (#27991)zeertzjq1
2024-03-15vim-patch:9.1.0181: no overflow check for string formatting (#27863)zeertzjq1
2024-03-13vim-patch:9.1.0175: wrong window positions with 'winfix{width,height}' (#27845)Sean Dewar1
2024-03-12vim-patch:9a660d2883f9Sean Dewar1
2024-03-12vim-patch:9.1.0170: Re-allow curwin == prevwin, but document it insteadSean Dewar1
2024-03-08vim-patch:partial:9.1.0117: Stop split-moving from firing WinNew and WinNewPr...Sean Dewar1
2024-03-08vim-patch:9.1.0157: Duplicate assignment in f_getregion() (#27766)zeertzjq1
2024-03-07vim-patch:9.1.0155: can only get getregion() from current buffer (#27757)zeertzjq1
2024-03-02vim-patch:87410ab3f556 (#27696)zeertzjq1
2024-02-29docs(eval): getline and indent function support string typeglepnir1
2024-02-29vim-patch:9.1.0142: getregion() can be improved (#27662)zeertzjq1
2024-02-27docs: fix type of setreg() argument {options} (#27631)Maria José Solano1
2024-02-24vim-patch:a35235e824bb (#27598)zeertzjq1
2024-02-23vim-patch:9.1.0126: Internal error when using upper-case mark in getregion()zeertzjq1
2024-02-23vim-patch:9.1.0120: hard to get visual region using Vim scriptzeertzjq1
2024-02-13docs: stricter bufname and bufnr types (#27454)Maria José Solano1
2024-01-28vim-patch:9.1.0049: Make "[Command Line]" a special buffer nameSean Dewar1
2024-01-26vim-patch:9.1.0058: Cannot map Super Keys in GTK UI (#27204)zeertzjq1
2024-01-25docs: various fixes (#27063)dundargoc1
2024-01-22fix(eval): properly support checking v:lua function in exists() (#27124)Raphael1
2024-01-16docs(builtin): remove signatures of undocumented functions (#27039)zeertzjq1
2024-01-16vim-patch:partial:9.1.0027: Vim is missing a foreach() func (#27037)zeertzjq1
2024-01-16vim-patch:9.1.0009: Cannot easily get the list of matches (#27028)zeertzjq1
2024-01-14docs(builtin): overload functions with union return typesaltermo1
2024-01-14docs(builtin): fix mapset() signature (#27008)zeertzjq1
2024-01-05vim-patch:9.1.0010: Keymap completion is not available (#26888)zeertzjq1
2023-12-28docs(eval): add parameter type for vim.fn.mode() (#26776)xvzc1