summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua
AgeCommit message (Expand)AuthorFiles
2025-04-26fix(health): checkhealth float opens extra empty buffer #33648Andre Toerien1
2025-04-26perf(lsp): include `previousResultId` in `DocumentDiagnosticParams` #32887Yi Ming1
2025-04-26fix(lsp): detect if Client:request resolved synchronously #33624Bartłomiej Maryńczak1
2025-04-26fix(lsp): cycling signatures with the default `config.focusable`Yi Ming1
2025-04-26fix(lsp): prioritize showing active signatureYi Ming1
2025-04-25vim-patch:9.1.1343: filetype: IPython files are not recognizedChristian Clason1
2025-04-24fix(docs) fix syntax error in Lua snippet for `vim.lsp.document_color` #33612Stephan Seitz1
2025-04-24fix(lsp): don't create an `'LspAttach'` `document_color` autocommandMaria José Solano1
2025-04-24fix(lsp): ensure `bufstate` when calling `vim.lsp.document_color.is_enabled`Maria José Solano1
2025-04-24feat(lsp): support `textDocument/documentColor`Maria José Solano3
2025-04-24refactor(lsp): add `handler` to `vim.lsp.util._refresh` optionsMaria José Solano1
2025-04-24vim-patch:9.1.1340: cannot complete :filetype arguments (#33602)zeertzjq1
2025-04-24vim-patch:9.1.1329: cannot get information about command line completionzeertzjq1
2025-04-23fix(float): cursor visible in "hidden" floating window #30866glepnir1
2025-04-23feat: render tuple types for API methodsLewis Russell1
2025-04-23fix(snippet): use <cmd>call cursor() for visual rangeLuuk van Baal1
2025-04-22perf(snippet): use "[count]|" to move cursor #33571luukvbaal1
2025-04-22feat(runtime): revert cfilter, ccomplete to legacy VimChristian Clason1
2025-04-21fix(api): wrong return value with reverse range + overlap #32956luukvbaal1
2025-04-21feat(options): default statusline expression #33036Shadman1
2025-04-21feat(ui): avoid setting 'cmdheight' with vim.ui_attach()Luuk van Baal1
2025-04-21feat(api): add "max_height" argument to nvim_win_text_height (#32835)luukvbaal3
2025-04-21vim-patch:9.1.1327: filetype: nroff detection can be improvedzeertzjq2
2025-04-21vim-patch:9.1.1304: filetype: some man files are not recognizedzeertzjq2
2025-04-21refactor(lsp): use method type annotations for parametersMaria José Solano3
2025-04-19vim-patch:2398460: runtime(doc): clarify 'includeexpr' is not used for <cfile...zeertzjq1
2025-04-19vim-patch:9.1.1320: filetype: alsoft config files are not recognizedChristian Clason1
2025-04-19vim-patch:9.1.1321: filetype: MS ixx and mpp files are not recognizedChristian Clason1
2025-04-19vim-patch:cb3b752: runtime(doc): clarify "nearest" value for 'completeopt' (#...zeertzjq1
2025-04-19Merge pull request #33519 from zeertzjq/vim-9.1.1314zeertzjq1
2025-04-18fix(spell): save spell files to stdpath('data')/site/spell #33528Au.1
2025-04-18vim-patch:9.1.1318: tests: test_format failszeertzjq1
2025-04-17fix(lsp): opts.reuse_win does not jump if buf is already open #33476Au.1
2025-04-17refactor(lsp): gen_lspLewis Russell1
2025-04-17feat(lsp): use stricter types for methodsLewis Russell6
2025-04-17vim-patch:9.1.1307: make syntax does not reliably detect different flavors (#...zeertzjq2
2025-04-17Merge pull request #33383 from zeertzjq/vim-9.1.1284zeertzjq1
2025-04-17vim-patch:9.1.1296: completion: incorrect truncation logiczeertzjq1
2025-04-17vim-patch:9.1.1284: not possible to configure pum truncation charzeertzjq1
2025-04-16fix(treesitter): fix `:InspectTree` incorrect injectionsyuukibarns1
2025-04-16fix(vim.system): unclear non-executable message #33455Justin M. Keyes1
2025-04-16vim-patch:9.1.1308: completion: cannot order matches by distance to cursor (#...zeertzjq1
2025-04-15fix(man.lua): E95 when piping to :Man #33068João Bettencourt1
2025-04-14vim-patch:9.1.1299: filetype: mbsyncrc files are not recognizedChristian Clason1
2025-04-14vim-patch:f4b1a60: runtime(doc): update options.txt and clarify 'wildmode' fu...zeertzjq1
2025-04-14vim-patch:eded336: runtime(doc): Improve 'wildmode' setting desciptionzeertzjq1
2025-04-13fix(treesitter): injected lang ranges may cross capture boundaries #32549Riley Bruins3
2025-04-12fix(man.lua): useless executability check #33438Emanuel Krollmann1
2025-04-12fix(man.lua): noisy "ENOENT" error on Windows #33409Emanuel Krollmann1
2025-04-12docs: misc #33330Justin M. Keyes2