aboutsummaryrefslogtreecommitdiff
path: root/runtime
Commit message (Expand)AuthorAge
* fix(lua): use rawget() to get __call in vim.is_callable() (#29536)Tyler Miller2024-07-04
* fix(runtime): stop treesitter highlight in b:undo_ftplugin (#29533)zeertzjq2024-07-03
* fix(treesitter): ensure syntaxset augroup exists (#29542)zeertzjq2024-07-03
* fix(lsp): fallback to `label` for completion items if all others are missing ...Sebastian Lyng Johansen2024-07-02
* feat(win32): embed executable iconalex-tdrn2024-07-02
* fix(runtime): update b:undo_ftplugin in Lua runtime files (#29529)zeertzjq2024-07-01
* feat(jumplist): allow opting out of removing unloaded buffers (#29347)zeertzjq2024-06-30
* refactor: use `vim._with` where possibledundargoc2024-06-28
* Merge pull request #29483 from bfredl/nonbinarybfredl2024-06-27
|\
| * refactor(typval)!: remove distinction of binary and nonbinary stringsbfredl2024-06-27
* | fix(lsp): pre-filter matches on label if filterText is missing (#29491)Mathias Fußenegger2024-06-27
* | fix(lsp): avoid vim.keymap.del error when stopping a client (#29478)Matt Fellenz2024-06-26
* | Merge pull request #29280 from echasnovski/with-owobogodundargoc2024-06-26
|\ \ | |/ |/|
| * feat(lua): add `context.env` (environment variables) to `vim._with()`Evgeni Chasnovski2024-06-24
| * feat(lua): update `vim._with` to allow more granular option contextsEvgeni Chasnovski2024-06-24
| * test(lua): cover `vim._with()` with testsEvgeni Chasnovski2024-06-24
* | vim-patch:62f7b55: runtime(netrw): save and restore register 0-9, a and unnam...zeertzjq2024-06-25
* | vim-patch:ecd642a: runtime(doc): clarify, that register 1-9 will always be sh...zeertzjq2024-06-25
|/
* feat(lsp): vim.lsp.buf.format() supports textDocument/rangesFormatting #27323Tom Praschan2024-06-24
* refactor(filetype): change some patterns to extensions (#29472)zeertzjq2024-06-24
* perf(treesitter): remove unnecessary foldexpr loopRiley Bruins2024-06-24
* fix(treesitter): do not modify highlight state for _on_spell_navLuuk van Baal2024-06-24
* vim-patch:01a4fb1: runtime(java): Compose "g:java_highlight_signature" and "g...Christian Clason2024-06-23
* fix(filetype): source ftdetect/* after creating scripts.vim autocmds (#29445)zeertzjq2024-06-22
* vim-patch:fc64ac0: runtime(vim): Update base-syntax, fix function tail commen...zeertzjq2024-06-22
* vim-patch:9.1.0506: filetype: .envrc & .prettierignore not recognizedChristian Clason2024-06-21
* vim-patch:17e0a19: runtime(scheme): update runtime filesChristian Clason2024-06-21
* vim-patch:beb02ed: runtime(java): Optionally highlight parameterised typesChristian Clason2024-06-21
* vim-patch:9.1.0511: CursorMovedC triggered wrongly with setcmdpos()zeertzjq2024-06-21
* vim-patch:9.1.0507: hard to detect cursor movement in the command linezeertzjq2024-06-21
* vim-patch:6ccf6da: runtime(gomod): add gomod filetype plugin (#29433)yuyk2024-06-21
* fix(treesitter): don't open fold when o/O adds a line below #28709Jaehwang Jung2024-06-20
* build(vim-patch.sh): don't ignore changes to version*.txt (#29425)zeertzjq2024-06-20
* vim-patch:9.1.0505: filetype: Faust files are not recognized (#29426)zeertzjq2024-06-20
* vim-patch:94c5d8a: runtime(java): Remove the group exclusion list from @javaTopChristian Clason2024-06-20
* Merge pull request #29413 from jiangyinzuo/vim-patch-9.1.0497zeertzjq2024-06-20
|\
| * vim-patch:partial:9.1.0497: termdebug can be further improvedYinzuo Jiang2024-06-19
* | vim-patch:aeca717: runtime(nohlsearch): simplify mappingChristian Clason2024-06-19
* | fix(gen_help_html): handle delimiter, heading #29415Justin M. Keyes2024-06-19
* | fix(diagnostics): don't apply extmarks to invalid lines #29321Riley Bruins2024-06-19
|/
* vim-patch:1ce65e3: runtime(csv): include a simple csv filetype and syntax plu...Christian Clason2024-06-19
* vim-patch:8.2.4724: current instance of last search pattern not easily spottedzeertzjq2024-06-19
* vim-patch:9718ed7: runtime(filetype): update htmldjango detectionChristian Clason2024-06-19
* vim-patch:26de90c: runtime(nohlsearch): include the the simple nohlsearch pac...Christian Clason2024-06-18
* vim-patch:ca47114: runtime(doc): improve the vim-shebang example (#29382)zeertzjq2024-06-18
* docs(lsp): format the handwritten part #29295Yi Ming2024-06-17
* docs(news): fix inconsistencies (#29381)zeertzjq2024-06-18
* vim-patch:9.1.0495: Matched text isn't highlighted in cmdline pumzeertzjq2024-06-18
* Merge #28775 fix(man.vim): signcolumn causes broken wrapJustin M. Keyes2024-06-17
|\
| * fix(ftplugin/man.vim): hide signcolumn (auto)belkka2024-06-11