summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim
AgeCommit message (Expand)AuthorFiles
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
2025-05-25refactor(lsp): use `vim.validate` in `vim.lsp.log` (#34165)Maria José Solano1
2025-05-24fix(extui): using tracked message column in cleared buffer (#34154)luukvbaal2
2025-05-24fix(treesitter): properly clip nested injectionsRiley Bruins1
2025-05-24fix(extui): map wincmd instead of remapped key (#34151)phanium1
2025-05-24feat(search): increase `MAX_COUNT` to 999Christian Clason1
2025-05-24fix(extui): append consecutive :echon messagesLuuk van Baal1
2025-05-22fix(lsp): fix error with InsertReplaceEdit events #33973Evan Hahn1
2025-05-22fix: use nvim namespace convention #34010Yochem van Rosmalen2
2025-05-22fix(lsp): avoid `foldclose()` after current window-buffer changed #33901Yi Ming1
2025-05-22feat(outline): smaller indentation #34005altermo1
2025-05-22feat(glob): new Glob implementation based on Peglob #33605Brynne Taylor1
2025-05-21fix(extui): reset message state after "search_cmd" message (#34119)luukvbaal1
2025-05-21fix(diagnostic): accept multiple namespace in `open_float()` (#34073)Maria José Solano1
2025-05-21fix(diagnostics): fixed virtual_text cursormoved autocmd error (#34017)Rijul Kapoor1
2025-05-20Merge pull request #34090 from yochem/exrc-search-parentGregory Anders2