aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* test(vim.ui.open): opt.cmdJustin M. Keyes2024-09-16
* feat(vim.ui): configurable "gx" / vim.ui.open() toolMatěj Cepl2024-09-16
* vim-patch:5e95c8f: runtime(java): Highlight javaConceptKind modifiers with St...Christian Clason2024-09-16
* vim-patch:0f5effb: runtime(netrw): delete confirmation not strict enoughChristian Clason2024-09-16
* vim-patch:9.1.0731: inconsistent case sensitive extension matchingChristian Clason2024-09-16
* vim-patch:4d427d4: runtime(vim): Update base-syntax, match Vim9 bool/null lit...zeertzjq2024-09-15
* refactor: rename "process" => "proc" #30387Justin M. Keyes2024-09-15
* refactor(tests): rename terminal/testutil.lua => testterm.lua #30372Justin M. Keyes2024-09-15
* Merge pull request #30378 from zeertzjq/vim-9.1.0729zeertzjq2024-09-14
|\
| * vim-patch:9.1.0730: Crash with cursor-screenline and narrow windowzeertzjq2024-09-14
| * vim-patch:9.1.0729: Wrong cursor-screenline when resizing windowzeertzjq2024-09-14
* | vim-patch:9.1.0728: [security]: heap-use-after-free in garbage collection wit...zeertzjq2024-09-14
|/
* fix(defaults): cannot remove "How-to disable mouse" menu item #30375Jaehwang Jung2024-09-14
* ci: skip automerge step if backport faileddundargoc2024-09-14
* fix(lsp): handle nil bytes in stringsMathias Fussenegger2024-09-13
* ci: don't add reviewers for PRs created by a botdundargoc2024-09-13
* ci: add `needs:backport` label on backport PRs with conflictdundargoc2024-09-13
* build: bump unibilium to v2.1.2dundargoc2024-09-13
* feat(treesitter): start moving get_parser to return nil #30313Riley Bruins2024-09-13
* fix(lsp): handle empty call hierarchy items #30349James Trew2024-09-13
* ci: enable automerge by default when backportingdundargoc2024-09-13
* refactor(stream.c): unused params in stream_close #30356Justin M. Keyes2024-09-12
* fix(treesitter): sync queries from upstreamChristian Clason2024-09-12
* build(deps): bump tree-sitter-c to v0.23.0Christian Clason2024-09-12
* build(deps): bump tree-sitter-markdown to v0.3.2Christian Clason2024-09-12
* build(deps): bump tree-sitter-lua to v0.2.0Christian Clason2024-09-12
* vim-patch:9.1.0725: filetype: swiftinterface files are not recognized (#30350)zeertzjq2024-09-12
* feat(log): use "ui" as default name for TUI client #30345Justin M. Keyes2024-09-11
* fix: replace NVIM with Nvim in default titlestring (#30348)Gregory Anders2024-09-11
* fix(lsp): check buffer is loaded and valid #30330glepnir2024-09-11
* Merge #30342 :checkhealth completionJustin M. Keyes2024-09-11
|\
| * test(health): "test_plug/health/init.lua" completes as "test_plug"Justin M. Keyes2024-09-11
| * fix(health): return correct name from 'path2name()'monkoose2024-09-11
* | build(deps): bump unibilium to HEAD - ab28a2ddbChristian Clason2024-09-11
* | fix(scripts): update bundled dependencies in bump_depsChristian Clason2024-09-11
* | vim-patch:fc72a2f: runtime(idlang): update syntax scriptChristian Clason2024-09-11
* | vim-patch:e401576: runtime(spec): Recognize epoch when making spec changelog ...Christian Clason2024-09-11
* | vim-patch:2241f08: runtime(spec): add file triggers to syntax scriptChristian Clason2024-09-11
* | vim-patch:077d1d2: runtime(make): add compiler/make.vim to reset compiler plu...Christian Clason2024-09-11
* | vim-patch:a9ae38d: runtime(java): Recognise all available standard doclet tagsChristian Clason2024-09-11
* | vim-patch:c0982f9: runtime(dosini): Update syntax script, spellcheck comments...Christian Clason2024-09-11
* | vim-patch:d30ffdc: runtime(pandoc): Update compiler plugin to use actual 'spe...Christian Clason2024-09-11
* | vim-patch:7cc0e91: runtime(groff): Add compiler plugin for groffChristian Clason2024-09-11
|/
* vim-patch:9.1.0727: too many strlen() calls in option.c (#30338)zeertzjq2024-09-10
* test: add termkey unit testsdundargoc2024-09-11
* vim-patch:d657d3d: runtime(doc): clarify the effect of the timeout for search...zeertzjq2024-09-11
* Merge pull request #30295 from glepnir/nfloatbfredl2024-09-10
|\
| * fix(highlight): floating windows inherit NormalFloat from global-nsglepnir2024-09-10
* | refactor(os/input.c): rename os_inchar => input_get #30327Justin M. Keyes2024-09-10
* | fix(lsp): handle encoding bounds in str_utfindex_enctris2032024-09-10