summaryrefslogtreecommitdiffstatshomepage
path: root/runtime
AgeCommit message (Expand)AuthorFiles
2025-11-02NVIM v0.11.5v0.11.5Justin M. Keyes1
2025-11-02vim-patch:9.1.1893: ICCF charity will dissolve (#36427)zeertzjq3
2025-11-01vim-patch:9.1.1891: g<End> does not move to last non-blank in visual mode (#3...varsidry1
2025-10-27vim-patch:9.1.1870: :Tutor may not work as expected (#36343)zeertzjq1
2025-10-25fix(terminal): adjust marks when deleting scrollback lines (#36294)zeertzjq1
2025-10-24fix(filetype): handle invalid `bufnr` in _getlines(), _getline() #36272xvzc1
2025-10-23fix(terminal): wrong row in TermRequest with full scrollback (#36298)zeertzjq2
2025-10-21docs(vimfn): getcwd() behavior #36222Robert2
2025-10-21fix(lsp): noisy log message when enabling server without config #36264Riley Bruins1
2025-10-14revert "fix(lsp): _get_workspace_folders does not handle root_dir() function"Justin M. Keyes4
2025-10-15fix(lsp): "attempt to index nil config" #36189Justin M. Keyes1
2025-10-12fix(lsp): _get_workspace_folders does not handle root_dir() function (#36141)Justin M. Keyes4
2025-10-11fix: vim.lsp.omnifunc should not throw away other items #35346Till Bungert1
2025-10-05fix(excmd): :trust executed even when inside false condition (#36032)zeertzjq1
2025-10-02vim-patch:014c731: runtime(doc): make :h virtcol() more accurate (#35976)zeertzjq2
2025-09-30vim-patch:9.1.1802: 'nowrap' in a modeline may hide malicious code (#35946)zeertzjq2
2025-09-21fix(health): errors in :checkhealth with pyenv-virtualenv #35865SkrrtBacharach1
2025-09-19fix(health): hard fail on invalid "python-*" bin #35382Judit Novak1
2025-09-17fix(lsp): treat 2-triggers-at-once as "last char wins" #35435Tomasz N1
2025-09-17fix(lsp): restore Client:stop() force-stopping behavior (#35800)zeertzjq1
2025-09-15feat(help): gx opens help tag in web browser (#35784)Justin M. Keyes2
2025-09-15fix(paste): don't use :echo immediately before :redraw (#35773)zeertzjq1
2025-09-15fix(lua): don't leak handle when vim._watch.watch() fails (#35768)zeertzjq1
2025-09-14fix(lsp): misleading logs in non-applicable filetypes #35749Justin M. Keyes1
2025-09-11vim-patch:a0f37db: runtime(doc): use a single pattern in :h 'incsearch' examp...zeertzjq3
2025-09-09vim-patch:80981e1: runtime(doc): mention 'findfunc' at :h :find (#35697)zeertzjq1
2025-09-08docs: backport (#35675)Justin M. Keyes5
2025-09-08docs: adjust *lua-plugin-init* wording #35600Evgeni Chasnovski1
2025-09-02fix(diagnostics): extend conversion support from/to quickfix format (#34006)Mike1
2025-09-01docs: Lua plugin development guideJustin M. Keyes2
2025-09-01docs: Lua plugin development guideMarc Jakobi1
2025-08-31NVIM v0.11.4v0.11.4Justin M. Keyes1
2025-08-31fix(health): update advice for Python #35564Michael Henry1
2025-08-30docs(lsp): mention lsp/after/ in faq #35534glepnir1
2025-08-30Merge pull request #35546 from zeertzjq/vim-a07a2f4zeertzjq1
2025-08-28fix(health): accept TERM=tmux-direct #35511Meriel Luna Mittelbach1
2025-08-23fix(treesitter): show capture-level priorities in :Inspect #35443Riley Bruins1
2025-08-21fix(lsp): update window title when cycling through signatures #35407Tiago Inaba1
2025-08-19fix(treesitter): run FileType autocmds in the context of `<abuf>`Sean Dewar1
2025-08-16feat(provider): detect venv python via "pynvim-python" tool #35273Michael Henry4
2025-08-14fix(checkhealth): wrong ABI version for treesitter parsers #35327Jalil David Salamé Messina1
2025-08-12fix(treesitter): inconsistent highlight of multiline combined injection #35307Steven Xu1
2025-08-10vim-patch:714671d: runtime(misc): use :hor :term to ensure new term window is...zeertzjq10
2025-08-08vim-patch:b9ea0a8: runtime(doc): tweak documentation style in helphelp.txtbrianhuster1
2025-08-08vim-patch:5ddcecf: runtime(help): Add better support for language annotation ...brianhuster2
2025-08-08vim-patch:6fea0a5: runtime(help): Add Vim lang annotation support for codeblocksbrianhuster2
2025-08-07fix(float): cursor visible in "hidden" floating window (#35219)neovim-backports[bot]2
2025-08-07feat(lsp): improve signature help display #35190skewb1k2
2025-08-07fix(lsp): show title when global winborder is set (#35181)glepnir1
2025-07-28fix(snippet): jumping backwards to choice node (#35062)TheBlob421