summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua
AgeCommit message (Expand)AuthorFiles
2025-06-10vim-patch:9.1.1446: filetype: cuda-gdb config files are not recognizedChristian Clason1
2025-06-09feat(lsp): workspace diagnostic support (#34262)Maria José Solano3
2025-06-09feat(lsp): static registration support (#34371)Maria José Solano1
2025-06-09feat(vim.fs): root() can specify "equal priority" #34276Siddhant Agarwal2
2025-06-09fix: `fn.exists()` typos (#34390)phanium1
2025-06-08fix(treesitter): ensure window is valid in async parsing #34385notomo1
2025-06-08fix(treesitter): support multiple `@injection.content` capturesRiley Bruins1
2025-06-08vim-patch:partial:8f7256a (#34368)zeertzjq2
2025-06-07fix(treesitter): scope highlight state per window #34347Riley Bruins1
2025-06-07docs: lua, UI events #34261Justin M. Keyes1
2025-06-06fix: type fixesLewis Russell42
2025-06-06refactor(treesitter): avoid unnecessarily copying treeRodrigodd1
2025-06-06fix(extui): use visible to determine active "more" (#34327)luukvbaal3
2025-06-06fix(lsp): only auto-detach lsp.config enabled clients #34325Kai-Hsiang Hsu1
2025-06-05fix(diagnostic): ensure autocmd always is always sent diagnosticsLewis Russell1
2025-06-05vim-patch:d6c9ac9: runtime(doc): clarify the effect of 'smarttab'zeertzjq1
2025-06-04fix(extui): copy window config to new tabpage (#34308)luukvbaal4
2025-06-04docs: getreg() type #34215phanium1
2025-06-03fix(vim.diagnostic): improve typingLewis Russell3
2025-06-03fix(diagnostics): diagnostic just after EOL is not highlighted #34085Sergei Slipchenko1
2025-06-03fix(glob): handling commas in letter pattern #34170Brynne Taylor1
2025-06-02vim-patch:bfeefc4: runtime(doc): clarify the effect of exclusive single char ...zeertzjq2
2025-06-03vim-patch:9.1.1409: using f-flag in 'complete' conflicts with Neovimzeertzjq1
2025-06-03vim-patch:fa8b7db: runtime(doc): tweak documentation style in options.txtzeertzjq1
2025-06-03vim-patch:9.1.1311: completion: not possible to limit number of matcheszeertzjq1
2025-06-03vim-patch:9.1.1301: completion: cannot configure completion functions with 'c...zeertzjq1
2025-06-02fix(extui): properly setup "more" window for changed bufferLuuk van Baal2
2025-06-02fix(extui): reposition "more" window after entering cmdwinLuuk van Baal2
2025-06-02vim-patch:95ea0b0: runtime(doc): make 'shiftwidth' setting more precise (#34266)zeertzjq1
2025-06-01fix(eval): winnr('$') counts non-current hidden/unfocusable windows #34207luukvbaal1
2025-06-01docs: news, intro, lsp, api #33687Justin M. Keyes3
2025-06-01fix(extui): adjust "more" window routing (#34251)luukvbaal3
2025-06-01Merge pull request #34239 from e-kwsm/vim-9.1.1342zeertzjq1
2025-05-31feat(lsp)!: pass entire entry to format function (#34166)Maria José Solano1
2025-05-31vim-patch:9.1.1342: Shebang filetype detection can be improvedEisuke Kawashima1
2025-05-31vim-patch:9.1.1419: It is difficult to ignore all but some events (#34245)luukvbaal1
2025-05-31vim-patch:a4a3f71: runtime(doc): clarify tabstop settings and guidancezeertzjq1
2025-05-29fix(treesitter): parser metadata annotationsChristian Clason1
2025-05-29fix(vim.system): improve error message when cwd does not existLewis Russell1
2025-05-29vim-patch:9.1.1417: missing info about register completion in complete_info()...zeertzjq1
2025-05-28vim-patch:9.1.1408: not easily possible to complete from register content (#3...glepnir1
2025-05-27fix(filetype): error when `vim.filetype.match{buf=fn.bufadd('a.sh')}` #34155phanium1
2025-05-27fix(gO): use non-breaking space #34197altermo1
2025-05-27feat(api): set nvim_echo() kind for ext_messages (#33998)luukvbaal3
2025-05-27fix(extui): incorrect cmdline cursor position (#34201)luukvbaal1
2025-05-27feat(extui): route to "more" window if it is open (#34190)luukvbaal1
2025-05-27vim-patch:a6172f8: runtime(doc): Correct allowed characters at :help 'filetype'zeertzjq1
2025-05-26perf(runtime): vim.trim for long only whitespace stringsmonkoose1
2025-05-26fix(extui): write each message chunk pattern separately (#34188)luukvbaal2
2025-05-25fix(lsp): announce `normalizesLineEndings` capability (#34175)Maria José Solano1