summaryrefslogtreecommitdiffstatshomepage
path: root/runtime
AgeCommit message (Expand)AuthorFiles
2024-06-15vim-patch:c509c00: runtime(doc): fix wrong helptag for :deferzeertzjq2
2024-06-15vim-patch:262e25e: runtime(vim): Update base-syntax, match :sleep argzeertzjq1
2024-06-15vim-patch:d6d4e13: runtime(doc): rewrite mkdir() doc and simplify {flags} mea...zeertzjq2
2024-06-15vim-patch:a3bddb7: runtime(vim): Update base-syntax, match :catch and :throw ...zeertzjq1
2024-06-14vim-patch:79a14c0: runtime(keymap): include Georgian keymapChristian Clason1
2024-06-15vim-patch:9.1.0479: fuzzy_match_str_with_pos() does unnecessary list operationszeertzjq1
2024-06-15vim-patch:9.1.0476: Cannot see matched text in popup menuzeertzjq2
2024-06-14fix(lsp): tune completion word extraction for decorated labels (#29331)Mathias Fußenegger1
2024-06-14fix(highlight): add `StatusLineTerm`/`StatusLineTermNC` to `:color vim` (#29313)Evgeni Chasnovski1
2024-06-14refactor(lsp): use metatable for buf_versions (#29304)Ilia Choly3
2024-06-14fix(lsp): check for nil response from server (#29196)Tama McGlinn1
2024-06-14vim-patch:partial:9.1.0482: termdebug plugin needs more love (#29329)Yinzuo Jiang1
2024-06-14vim-patch:4407461: runtime(netrw): correctly test for windows in NetrwGlob() ...zeertzjq1
2024-06-14fix(terminal): set local values of window options (#29326)zeertzjq1
2024-06-14vim-patch:1487947: runtime(netrw): glob() on windows fails with [] in directo...zeertzjq1
2024-06-14vim-patch:d353d27: runtime(doc): restore description of "$" in col() and virt...zeertzjq2
2024-06-14vim-patch:02f3eba: runtime(doc): deduplicate getpos(), line(), col(), virtcol()zeertzjq2
2024-06-13vim-patch:902b766: runtime(java): Include element values in non-marker annota...Christian Clason1
2024-06-12Merge pull request #29103 from gpanders/test-no-tgcGregory Anders2
2024-06-12Merge pull request #29303 from lewis6991/fix/wobufLewis Russell1
2024-06-12refactor(terminal): move :terminal defaults to _defaults.luaGregory Anders4
2024-06-12feat(highlight): add StatusLineTerm and StatusLineTermNC groupsGregory Anders1
2024-06-12fix(vim.wo): never allow non-zero bufnrLewis Russell1
2024-06-12vim-patch:210b39c: runtime(doc): clarify documentation for "v" position at li...zeertzjq2
2024-06-12vim-patch:b4e648a: runtime(doc): fix typos in syntax.txt (#29293)zeertzjq1
2024-06-12vim-patch:959c3c8: runtime(vim): Update base-syntax, configurable comment str...zeertzjq2
2024-06-12vim-patch:059cbe8: runtime(vim): Update base-syntax, match multiline continue...zeertzjq1
2024-06-12vim-patch:2e3b2a8: runtime(kdl): use shiftwidth() instead of &tabstop in inde...Christian Clason1
2024-06-11feat(terminal): add support for copying with OSC 52 in embedded terminal (#29...Gregory Anders2
2024-06-11fix(types): add some vim.fn type annotationsnotomo1
2024-06-11fix(types): use vararg return type annotationWill Hopkins2
2024-06-11vim-patch:2d88210: runtime(kdl): include syntax, indent and ftplugin filesChristian Clason3
2024-06-11vim-patch:b8076f9: runtime(deb822sources): add missing Enabled field in synta...Christian Clason1
2024-06-11vim-patch:7e9a1a7: runtime(svelte): basic svelte ftplugin fileChristian Clason1
2024-06-11refactor(lua): improve type annotationsLewis Russell17
2024-06-11fix(ftplugin/man.vim): hide signcolumn (auto)belkka1
2024-06-11refactor(ftplugin/man.vim): rearrange `setlocal` commandsbelkka1
2024-06-10fix(lsp): do not reset buf version when detaching client (#29242)Ilia Choly1
2024-06-10Merge #29238 from clason/feat/help-tocJustin M. Keyes8
2024-06-10fix(glob): handle overlapping `{}` condition elements #29236Jon Huhn1
2024-06-09feat(lsp): include end_col, end_lnum in vim.lsp.buf.locations_to_items #29164Tom Praschan3
2024-06-10vim-patch:9c4389a: runtime(doc): Fix small style issues (#29263)zeertzjq3
2024-06-10vim-patch:d6b4afb: runtime(java): Exclude lambda expressions from _when_ _swi...Christian Clason1
2024-06-09fix(runtime): add commentstring for glsl ftpluginSamuel Born1
2024-06-09docs: fix more treesitter parsing errorsChristian Clason3
2024-06-09feat(help): use treesitter for table of contentsChristian Clason4
2024-06-08feat(lua): add `vim._with`dundargoc2
2024-06-08build(deps): bump tree-sitter-vimdoc to v3.0.0Christian Clason1
2024-06-07fix(man): filter OSC 8 hyperlink markup #29171Lennard Hofmann1
2024-06-07feat: get/set namespace properties #28728altermo6