summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/eval.lua
AgeCommit message (Expand)AuthorFiles
2025-01-17vim-patch:9.1.1020: no way to get current selected item in a async context (#...zeertzjq1
2025-01-11docs: miscdundargoc1
2025-01-07vim-patch:9.1.0991: v:stacktrace has wrong type in Vim9 scriptzeertzjq1
2025-01-07vim-patch:9.1.0984: exception handling can be improvedzeertzjq1
2024-12-31vim-patch:9.1.0983: not able to get the displayed items in complete_i… (#31...glepnir1
2024-12-19feat(jobs): jobstart(…,{term=true}), deprecate termopen() #31343Justin M. Keyes1
2024-12-13docs(annotations): added `---@generic` supportColin Kennedy1
2024-12-11docs(annotation): return types for Vimscript functions #31546Colin Kennedy1
2024-12-03docs: misc, help tags for neovim.io searches #31428Justin M. Keyes1
2024-11-26vim-patch:9.1.0888: leftcol property not available in getwininfo() (#31349)zeertzjq1
2024-11-09docs: misc (#30914)dundargoc1
2024-11-08fix(vim.system): resolve executable paths on windowsLewis Russell1
2024-11-01vim-patch:b5e7da1: runtime(doc): mention 'iskeyword' at :h charclass() (#31026)zeertzjq1
2024-10-29refactor: sort various Lua tables in src/ alphabetically (#30977)zeertzjq1
2024-10-23docs: miscdundargoc1
2024-10-21fix(meta): do not use hyphens in param namesLewis Russell1
2024-10-17Merge pull request #30825 from lewis6991/refactor/lsputilLewis Russell1
2024-10-17feat(meta): add type for quickfix entriesLewis Russell1
2024-10-17vim-patch:6c2fc37: runtime(help): Update help syntaxzeertzjq1
2024-10-15fix(runtime): clean up one-off scriptsChristian Clason1
2024-10-15vim-patch:9.1.0785: cannot preserve error position when setting quickfix list...zeertzjq1
2024-10-10vim-patch:9.1.0774: "shellcmdline" doesn't work with getcompletion() (#30750)zeertzjq1
2024-10-09vim-patch:9.1.0770: current command line completion is a bit limited (#30728)zeertzjq1
2024-10-07docs: dev-arch, focusable windows #30510Justin M. Keyes1
2024-10-07docs: generate params/returns in builtin.txt #30654Justin M. Keyes1
2024-10-06fix(runtime): fully port emoji_list to LuaChristian Clason1
2024-09-26vim-patch:9.1.0741: No way to get prompt for input()/confirm()zeertzjq1
2024-09-25docs: render @see, @note items in _meta/api.lua #30494Justin M. Keyes1
2024-09-16docs(eval): update param types of prompt-buffer functions (#30392)glepnir1
2024-09-11vim-patch:d657d3d: runtime(doc): clarify the effect of the timeout for search...zeertzjq1
2024-09-01docs: misc #28970Justin M. Keyes1
2024-08-29docs(eval): fix wrong return type of getcharsearch() (#30176)glepnir1
2024-08-29docs: misc (#29719)dundargoc1
2024-08-11test(lsp): refactor and tidyLewis Russell1
2024-08-09vim-patch:0cc5dce: runtime(doc): clarify directory of Vim's executable vs CWDzeertzjq1
2024-08-06vim-patch:8.2.4838: checking for absolute path is not trivial (#29990)zeertzjq1
2024-08-06vim-patch:9.1.0465: missing filecopy() function (#29989)zeertzjq1
2024-08-01vim-patch:partial:f10911e: Update runtime files (#29936)zeertzjq1
2024-07-30vim-patch:49cdd62: runtime(doc): list of new/changed features in version9.txtzeertzjq1
2024-07-19vim-patch:eb6d733: runtime(doc): fix more inconsistencies in assert function ...zeertzjq1
2024-07-18vim-patch:c1b3984: runtime(doc): minor updates. (#29778)zeertzjq1
2024-07-15docs: misc (#29622)dundargoc1
2024-07-12vim-patch:9.1.0568: Cannot expand paths from 'cdpath' settingzeertzjq1
2024-07-10vim-patch:9.1.0547: No way to get the arity of a Vim function (#29638)zeertzjq1
2024-07-08vim-patch:9.1.0540: Unused assignment in sign_define_cmd()zeertzjq1
2024-07-07vim-patch:9.1.0538: not possible to assign priority when defining a sign (#29...zeertzjq1
2024-06-27refactor(typval)!: remove distinction of binary and nonbinary stringsbfredl1
2024-06-15docs: misc (#29229)dundargoc1
2024-06-15vim-patch:c509c00: runtime(doc): fix wrong helptag for :deferzeertzjq1
2024-06-15vim-patch:d6d4e13: runtime(doc): rewrite mkdir() doc and simplify {flags} mea...zeertzjq1