summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua
AgeCommit message (Expand)AuthorFiles
2024-09-29docs: misc (#30177)dundargoc2
2024-09-29vim-patch:9.1.0745: filetype: bun and deno history files not recognizedChristian Clason1
2024-09-28fix(treesitter): specify success status in edit_query return valueRiley Bruins2
2024-09-28fix(treesitter): suppress get_parser warnings via opts.errorRiley Bruins7
2024-09-27vim-patch:9.1.0744: filetype: notmuch configs are not recognised (#30535)zeertzjq1
2024-09-27fix(treesitter): EditQuery shows swapfile ATTENTION #30536Justin M. Keyes1
2024-09-26feat(health): highlight headings #30525Justin M. Keyes1
2024-09-26vim-patch:9.1.0741: No way to get prompt for input()/confirm()zeertzjq1
2024-09-25perf(treesitter): use `child_containing_descendant()` in `is_ancestor()`Riley Bruins1
2024-09-25fix(diagnostic): correct `severity` type on `setqflist`, `setloclist` (#30506)Nathan Smith1
2024-09-25refactor(lua): vim.keymap.set tests, docs #30511Justin M. Keyes1
2024-09-25docs: render @see, @note items in _meta/api.lua #30494Justin M. Keyes1
2024-09-24docs: lua error patterns #30240Justin M. Keyes2
2024-09-24feat(paste): unify cancel and error behavior (#30476)zeertzjq1
2024-09-24fix(filetype): handle .in files with no filename (#30487)Tristan Knight1
2024-09-23Merge #30435 refactor: rename "Dictionary" => "Dict"Justin M. Keyes2
2024-09-23fix(vim.fs): dirname() returns "." on mingw/msys2 #30480Justin M. Keyes4
2024-09-23refactor(api)!: rename Dictionary => DictJustin M. Keyes2
2024-09-22feat(fs.lua): add vim.fs.rm()Lewis Russell2
2024-09-22docs(api): nvim_get_runtime_file preserves 'runtimepath' order #30454Evgeni Chasnovski1
2024-09-21vim-patch:a0c14ef: runtime(filetype): tests: Test_filetype_detection() failszeertzjq1
2024-09-21vim-patch:9.1.0738: filetype: rapid files are not recognizedzeertzjq1
2024-09-20fix(treesitter): lint top-level anonymous nodesRiley Bruins1
2024-09-19docs(lsp): hover window controls #30347Tristan Knight1
2024-09-19fix(health): check more "old" files #30421Justin M. Keyes1
2024-09-19refactor!: rename 'jumpoptions' flag "unload" to "clean" (#30418)zeertzjq1
2024-09-17vim-patch:9.1.0735: filetype: salt files are not recognizedGregory Anders1
2024-09-17vim-patch:9.1.0734: filetype: jinja files are not recognizedGregory Anders1
2024-09-16docs(eval): update param types of prompt-buffer functions (#30392)glepnir1
2024-09-16feat(vim.ui): configurable "gx" / vim.ui.open() toolMatěj Cepl1
2024-09-16vim-patch:9.1.0731: inconsistent case sensitive extension matchingChristian Clason1
2024-09-14fix(defaults): cannot remove "How-to disable mouse" menu item #30375Jaehwang Jung1
2024-09-13fix(lsp): handle nil bytes in stringsMathias Fussenegger1
2024-09-13feat(treesitter): start moving get_parser to return nil #30313Riley Bruins6
2024-09-13fix(lsp): handle empty call hierarchy items #30349James Trew1
2024-09-12vim-patch:9.1.0725: filetype: swiftinterface files are not recognized (#30350)zeertzjq1
2024-09-11fix: replace NVIM with Nvim in default titlestring (#30348)Gregory Anders1
2024-09-11fix(lsp): check buffer is loaded and valid #30330glepnir1
2024-09-11fix(health): return correct name from 'path2name()'monkoose1
2024-09-11vim-patch:d657d3d: runtime(doc): clarify the effect of the timeout for search...zeertzjq1
2024-09-10fix(lsp): handle encoding bounds in str_utfindex_enctris2031
2024-09-08fix(lua): revert vim.tbl_extend behavior change and document itChristian Clason1
2024-09-08fix(lsp): handle out-of-bounds character positions #30288Tristan Knight3
2024-09-08fix(tohtml): enclose font-family names in quotation marksyayoyuyu1
2024-09-07fix(vim.ui.open): prefer xdg-open on WSL #30302Yi Ming1
2024-09-07vim-patch:9.1.0720: Wrong breakindentopt=list:-1 with multibyte or TABs (#30293)zeertzjq1
2024-09-05feat(defaults): popupmenu "Open in browser", "Go to definition" #30261Justin M. Keyes1
2024-09-05fix(lsp): handle locations exceeding line length #30253Tristan Knight1
2024-09-04fix(lua): allows tables with integer keys to be merged in tbl_deep_extendLewis Russell1
2024-09-03feat(lsp): support hostname in rpc.connect #30238Tristan Knight1