summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua
AgeCommit message (Expand)AuthorFiles
2025-10-25fix(terminal): adjust marks when deleting scrollback lines (#36294)zeertzjq1
2025-10-23fix(filetype): handle invalid `bufnr` in _getlines(), _getline() #36272xvzc1
2025-10-24fix(outline): use 2-space indent instead of 1-spaceJustin M. Keyes1
2025-10-24docs: types, news, lua-pluginJustin M. Keyes3
2025-10-23Merge #36299 improve PackChanged eventJustin M. Keyes1
2025-10-24fix(terminal): wrong row in TermRequest with full scrollback (#36298)zeertzjq1
2025-10-23docs(pack): add plugin hooks exampleEvgeni Chasnovski1
2025-10-23fix(pack)!: do not trigger `PackChanged[Pre] kind=update` during installEvgeni Chasnovski1
2025-10-23feat(pack): add `active` field to `PackChanged` event dataEvgeni Chasnovski1
2025-10-22fix(lsp): set 'linebreak' in floating windows (#36275)Fredrik Lanker1
2025-10-22fix(ui2): start treesitter after deleting cmdline buffer (#36274)luukvbaal1
2025-10-21docs(vimfn): getcwd() behavior #36222Robert1
2025-10-21fix(lsp): noisy log message when enabling server without config #36264Riley Bruins1
2025-10-20fix(lsp): deduplicate completion items #36166Till Bungert1
2025-10-20docs(ui): 'pumborder' #36255Maria Solano1
2025-10-16fix(lsp): replace `string` types with LSP method alias type annotations where...David3
2025-10-16fix(lsp): include missing LSP methods and update type annotationsDavidyz1
2025-10-14revert "fix(lsp): _get_workspace_folders does not handle root_dir() function"...Mathias Fußenegger3
2025-10-15fix(lsp): "attempt to index nil config" #36189Justin M. Keyes1
2025-10-14vim-patch:83eb1da: runtime(doc): Normalise formatting of builtin function des...zeertzjq1
2025-10-13vim-patch:partial:c58f91c: runtime(doc): Whitespace updates (#36160)zeertzjq3
2025-10-12fix(difftool): fully resolve symlinks when comparing paths #36147Tomas Slusny1
2025-10-12docs: small fixes (#36146)zeertzjq1
2025-10-11fix(ui): 'pumborder' parsing, shadow #36127glepnir1
2025-10-11feat(plugins): nvim.difftool can compare directories #35448Tomas Slusny1
2025-10-11fix(lsp): _get_workspace_folders does not handle root_dir() function #36071atusy3
2025-10-11fix: vim.lsp.omnifunc should not throw away other items #35346Till Bungert1
2025-10-10feat(ui): 'pumborder' (popup menu border) #25541glepnir1
2025-10-10fix(ui2): don't scroll beyond eob in dialog window #36116luukvbaal1
2025-10-09fix(vim.pack): skip checkout on bad `version` #36038Mickaël RAYBAUD-ROIG1
2025-10-07fix(lsp): typos in method names #36077Igor Lacerda2
2025-10-07fix(pack): handle lockfile in case of install errors #36064Evgeni Chasnovski1
2025-10-07fix(lsp): use LSP method type in more places (#36069)Maria Solano4
2025-10-06vim-patch:9.1.1829: filetype: KerML and SysML files are not recognized (#36042)zeertzjq1
2025-10-05feat(lsp): pass client ID in code action filter (#36046)Maria Solano1
2025-10-05fix: remove quotes around `nil` deprecation alternatives (#36047)Maria Solano1
2025-10-05feat(pack): add code actions in confirmation bufferEvgeni Chasnovski2
2025-10-05feat(pack): add `[[` and `]]` mappings in confirmation bufferEvgeni Chasnovski1
2025-10-05fix(lsp): format_item should return string (#36025)phanium1
2025-10-04fix(lsp): deprecate `vim.lsp.protocol.Methods` (#35998)Maria Solano19
2025-10-04feat(pack): prefer using revision from lockfile during installEvgeni Chasnovski1
2025-10-04feat(pack)!: make `update()` include not active plugins by defaultEvgeni Chasnovski1
2025-10-04feat(pack)!: update `get()` to return revision regardless of `opts.info`Evgeni Chasnovski1
2025-10-04fix(pack)!: use lockfile in `get()` for data about non-active pluginsEvgeni Chasnovski1
2025-10-04feat(pack): add initial lockfile trackingEvgeni Chasnovski1
2025-10-03vim-patch:9.1.1819: Cannot configure the inner foldlevel indicator (#36010)zeertzjq1
2025-10-04vim-patch:9.1.1821: filetype: Not all PKL files are recognized (#36008)zeertzjq1
2025-10-03vim-patch:09b1ce0: runtime(doc): fix typo after commit cfcf1a57cbef (#36001)zeertzjq1
2025-10-02fix(lsp): inlineCompletion: ignore out-of-range items #35990Yi Ming1
2025-10-02refactor(treesitter): use scratch buffer for string parser #35988Riley Bruins2