aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* feat(treesitter)!: use return values in `language.add()`Christian Clason2024-09-29
* feat(treesitter)!: add default fallback to `ft_to_lang` lookupsChristian Clason2024-09-29
* vim-patch:6db3fc5: runtime(doc): reformat gnat example (#30575)zeertzjq2024-09-29
* fix(float): properly find last window of tabpage (#30571)zeertzjq2024-09-29
* vim-patch:ee20fc8: runtime(indent): allow matching negative numbers for gnu i...Christian Clason2024-09-29
* docs: misc (#30177)dundargoc2024-09-29
* vim-patch:9.1.0745: filetype: bun and deno history files not recognizedChristian Clason2024-09-29
* vim-patch:9.1.0746: tests: Test_halfpage_longline() fails on large terminals ...zeertzjq2024-09-29
* vim-patch:c3989f1: runtime(doc): reformat ada_standard_types sectionzeertzjq2024-09-29
* vim-patch:998f018: runtime(doc): include short form for :earlier/:laterzeertzjq2024-09-29
* Merge pull request #30401 from bfredl/casefold2bfredl2024-09-29
|\
| * refactor(multibyte): neo-casefolding without allocationbfredl2024-09-29
|/
* Merge pull request #30558 from bfredl/noklistbfredl2024-09-28
|\
| * refactor(event): change last use of klist to kvecbfredl2024-09-28
|/
* fix(column): set signcolumn width after splitting window (#30556)zeertzjq2024-09-28
* fix(treesitter): specify success status in edit_query return valueRiley Bruins2024-09-28
* fix(window): making float with title/footer non-float leaks memory (#30551)zeertzjq2024-09-28
* fix(treesitter): suppress get_parser warnings via opts.errorRiley Bruins2024-09-28
* fix(window): respect hide flag of float windows when switching (#30507)glepnir2024-09-28
* feat(defaults): pretty :help headings #30544Justin M. Keyes2024-09-27
* fix(api): fix crash/leak with float title/footer on error (#30543)zeertzjq2024-09-27
* test(api/window_spec): remove duplicate test (#30538)zeertzjq2024-09-27
* vim-patch:9.1.0744: filetype: notmuch configs are not recognised (#30535)zeertzjq2024-09-27
* fix(treesitter): EditQuery shows swapfile ATTENTION #30536Justin M. Keyes2024-09-27
* vim-patch:9.1.0743: diff mode does not handle overlapping diffs correctly (#3...zeertzjq2024-09-27
* fix(mbyte): check for utf8proc_map() failure (#30531)zeertzjq2024-09-26
* Merge pull request #30530 from zeertzjq/vim-d9af78bzeertzjq2024-09-27
|\
| * vim-patch:2c41dad: runtime(doc): Fix typo in :help :command-modifierszeertzjq2024-09-27
| * vim-patch:d9af78b: runtime(docs): update `:set?` command behavior tablezeertzjq2024-09-27
|/
* feat(health): highlight headings #30525Justin M. Keyes2024-09-26
* Merge pull request #30489 from zeertzjq/vim-9.1.0741zeertzjq2024-09-26
|\
| * vim-patch:9.1.0742: getcmdprompt() implementation can be improvedzeertzjq2024-09-26
| * vim-patch:9.1.0741: No way to get prompt for input()/confirm()zeertzjq2024-09-26
|/
* test(api/buffer_updates_spec): prevent flakiness (#30521)zeertzjq2024-09-26
* fix(channel): handle writing to file instead of pipe (#30519)zeertzjq2024-09-26
* perf(treesitter): use `child_containing_descendant()` in `is_ancestor()`Riley Bruins2024-09-25
* fix(diagnostic): correct `severity` type on `setqflist`, `setloclist` (#30506)Nathan Smith2024-09-25
* build: fix or silence new clang-tidy warningsdundargoc2024-09-25
* refactor(lua): vim.keymap.set tests, docs #30511Justin M. Keyes2024-09-25
* fix(coverity): size_t overflow #30497Justin M. Keyes2024-09-25
* build(deps): bump wasmtime to v25.0.1Christian Clason2024-09-25
* docs: render @see, @note items in _meta/api.lua #30494Justin M. Keyes2024-09-25
* build(deps): bump libuv to v1.49.0Christian Clason2024-09-25
* fix(paste): only record a paste when it's from RPC (#30491)zeertzjq2024-09-24
* docs: lua error patterns #30240Justin M. Keyes2024-09-24
* vim-patch:a7229c8: runtime(rmd,rrst): 'fex' option not properly restoredChristian Clason2024-09-24
* feat(paste): unify cancel and error behavior (#30476)zeertzjq2024-09-24
* fix(filetype): handle .in files with no filename (#30487)Tristan Knight2024-09-24
* Merge #30435 refactor: rename "Dictionary" => "Dict"Justin M. Keyes2024-09-23
|\
| * refactor(api): rename Dictionary => DictJustin M. Keyes2024-09-23