summaryrefslogtreecommitdiffstatshomepage
path: root/runtime
AgeCommit message (Expand)AuthorFiles
2024-06-25vim-patch:ecd642a: runtime(doc): clarify, that register 1-9 will always be sh...zeertzjq1
2024-06-24feat(lua): add `context.env` (environment variables) to `vim._with()`Evgeni Chasnovski1
2024-06-24feat(lua): update `vim._with` to allow more granular option contextsEvgeni Chasnovski1
2024-06-24test(lua): cover `vim._with()` with testsEvgeni Chasnovski1
2024-06-24feat(lsp): vim.lsp.buf.format() supports textDocument/rangesFormatting #27323Tom Praschan5
2024-06-24refactor(filetype): change some patterns to extensions (#29472)zeertzjq1
2024-06-24perf(treesitter): remove unnecessary foldexpr loopRiley Bruins1
2024-06-24fix(treesitter): do not modify highlight state for _on_spell_navLuuk van Baal1
2024-06-23vim-patch:01a4fb1: runtime(java): Compose "g:java_highlight_signature" and "g...Christian Clason2
2024-06-22fix(filetype): source ftdetect/* after creating scripts.vim autocmds (#29445)zeertzjq1
2024-06-22vim-patch:fc64ac0: runtime(vim): Update base-syntax, fix function tail commen...zeertzjq1
2024-06-21vim-patch:9.1.0506: filetype: .envrc & .prettierignore not recognizedChristian Clason1
2024-06-21vim-patch:17e0a19: runtime(scheme): update runtime filesChristian Clason5
2024-06-21vim-patch:beb02ed: runtime(java): Optionally highlight parameterised typesChristian Clason2
2024-06-21vim-patch:9.1.0511: CursorMovedC triggered wrongly with setcmdpos()zeertzjq1
2024-06-21vim-patch:9.1.0507: hard to detect cursor movement in the command linezeertzjq1
2024-06-21vim-patch:6ccf6da: runtime(gomod): add gomod filetype plugin (#29433)yuyk1
2024-06-20fix(treesitter): don't open fold when o/O adds a line below #28709Jaehwang Jung1
2024-06-20build(vim-patch.sh): don't ignore changes to version*.txt (#29425)zeertzjq2
2024-06-20vim-patch:9.1.0505: filetype: Faust files are not recognized (#29426)zeertzjq3
2024-06-20vim-patch:94c5d8a: runtime(java): Remove the group exclusion list from @javaTopChristian Clason1
2024-06-20Merge pull request #29413 from jiangyinzuo/vim-patch-9.1.0497zeertzjq2
2024-06-19vim-patch:aeca717: runtime(nohlsearch): simplify mappingChristian Clason2
2024-06-19fix(gen_help_html): handle delimiter, heading #29415Justin M. Keyes1
2024-06-19fix(diagnostics): don't apply extmarks to invalid lines #29321Riley Bruins1
2024-06-19vim-patch:partial:9.1.0497: termdebug can be further improvedYinzuo Jiang2
2024-06-19vim-patch:1ce65e3: runtime(csv): include a simple csv filetype and syntax plu...Christian Clason2
2024-06-19vim-patch:8.2.4724: current instance of last search pattern not easily spottedzeertzjq3
2024-06-19vim-patch:9718ed7: runtime(filetype): update htmldjango detectionChristian Clason1
2024-06-18vim-patch:26de90c: runtime(nohlsearch): include the the simple nohlsearch pac...Christian Clason3
2024-06-18vim-patch:ca47114: runtime(doc): improve the vim-shebang example (#29382)zeertzjq1
2024-06-17docs(lsp): format the handwritten part #29295Yi Ming1
2024-06-18docs(news): fix inconsistencies (#29381)zeertzjq3
2024-06-18vim-patch:9.1.0495: Matched text isn't highlighted in cmdline pumzeertzjq1
2024-06-17Merge #28775 fix(man.vim): signcolumn causes broken wrapJustin M. Keyes1
2024-06-17Merge pull request #29357 from luukvbaal/statuscolzeertzjq3
2024-06-16vim-patch:0ddab58: runtime(java): Add a config variable for commonly used com...Christian Clason2
2024-06-16vim-patch:917ff8a: runtime(html): bump length of character references in synt...Christian Clason1
2024-06-16feat(column)!: rework 'statuscolumn' %r/l itemsLuuk van Baal3
2024-06-16vim-patch:79da22d: runtime(kdl): fix KdlIndent and kdlComment in indent scrip...Christian Clason2
2024-06-16vim-patch:371bab0: runtime(java): Fold multi-line comments with the syntax ki...Christian Clason1
2024-06-16vim-patch:9.1.0492: filetype: Vim-script files not detected by shebang lineChristian Clason1
2024-06-16docs: document 'list' behavior when 'listchars' excludes "tab" (#29360)zeertzjq2
2024-06-16vim-patch:52f2ff0: runtime(zip): revert unintended change to zip#Write()zeertzjq1
2024-06-16vim-patch:1c67342: runtime(zip): MS-Windows: handle files with spaces properlyzeertzjq1
2024-06-15vim-patch:f4bc59c: runtime(doc): add another tag for vim-shebang feature (#29...zeertzjq1
2024-06-15vim-patch:ae321b5: runtime(vim): Update base-syntax, match shebang lines (vim...zeertzjq1
2024-06-15vim-patch:9.1.0486: filetype: Snakemake files are not recognizedChristian Clason2
2024-06-15fix(defaults): default @/Q broken when 'ignorecase' is set (#29343)Jerry1
2024-06-15docs: misc (#29229)dundargoc9