aboutsummaryrefslogtreecommitdiff
path: root/test/unit
Commit message (Expand)AuthorAge
* test(unit/strings_spec): show ctx when vim_snprintf content check fails #32570James McCoy2025-02-22
* fix(tests): filter out lines with __typeof__ keyword (#32524)Sören Tempel2025-02-22
* fix(tests): remove the __extension__ keyword in filter_complex_blocks (#32483)Sören Tempel2025-02-18
* test(unit/strings_spec): use correct type for binary valuesJames McCoy2025-01-29
* test(unit/strings_spec): provide context for vim_snprintf testsJames McCoy2025-01-28
* feat(terminal): forward X1 and X2 mouse eventszeertzjq2025-01-21
* test: use esc sequences in vterm unit testsGregory Anders2025-01-16
* feat(terminal): add support for kitty keyboard protocolGregory Anders2025-01-16
* feat(terminal): support theme update notifications (DEC mode 2031) (#31999)Gregory Anders2025-01-14
* fix(options): better handling of empty valuesLewis Russell2025-01-13
* refactor: delete duplicate utf8-functionalitydundargoc2025-01-13
* docs: miscdundargoc2025-01-11
* refactor: adopt vtermdundargoc2025-01-07
* feat(terminal): support grapheme clusters, including emojibfredl2025-01-02
* test: format C test files and fix clang-tidy warningsdundargoc2024-12-21
* test(vterm): move test functions into vterm_test fixtureJames McCoy2024-12-02
* docs: misc (#30914)dundargoc2024-11-09
* test: port libvterm unit test to neovim test suitedundargoc2024-10-22
* docs: misc (#30177)dundargoc2024-09-29
* refactor(multibyte): neo-casefolding without allocationbfredl2024-09-29
* fix(mbyte): check for utf8proc_map() failure (#30531)zeertzjq2024-09-26
* refactor(api)!: rename Dictionary => DictJustin M. Keyes2024-09-23
* test: add termkey unit testsdundargoc2024-09-11
* fix(multibyte): handle backspace of wide clusters in replace modebfredl2024-09-06
* feat(mbyte): support extended grapheme clusters including more emojibfredl2024-08-30
* refactor(shada): rework msgpack decoding without msgpack-cbfredl2024-08-05
* refactor(declarations): also generate prototypes for functions in headersbfredl2024-07-13
* vim-patch:9.1.0569: fnamemodify() treats ".." and "../" differently (#29673)zeertzjq2024-07-12
* vim-patch:9.1.0524: the recursive parameter in the *_equal functions can be r...zeertzjq2024-07-05
* refactor(io): make rstream use a linear bufferbfredl2024-06-08
* test(unit): skip flaky 'typval.c dict extend() works' testdundargoc2024-05-25
* vim-patch:9.1.0426: too many strlen() calls in search.czeertzjq2024-05-22
* fix(path): avoid chdir() when resolving path (#28799)zeertzjq2024-05-17
* refactor(lua): "module" => "M" #28426Justin M. Keyes2024-04-20
* ci: enable unittests on macos-14Joey Gouly2024-04-14
* fix(path): check return value of append_path() (#28309)Joey Gouly2024-04-13
* fix(test): fix strings_spec.lua for AArch64Joey Gouly2024-04-12
* refactor(test): inject after_each differentlyLewis Russell2024-04-10
* test: improve test conventionsdundargoc2024-04-08
* test: skip flaky testsdundargoc2024-03-29
* test: skip flaky testsdundargoc2024-03-28
* docs: fix typos (#27868)dundargoc2024-03-28
* test: correct order of arguments to eq() (#27816)zeertzjq2024-03-11
* refactor(metadata): generate all metadata in luabfredl2024-02-28
* Merge pull request #27599 from bfredl/nofileallocbfredl2024-02-26
|\
| * refactor(fileio): remove API shell layer encouraging unnecessary allocationsbfredl2024-02-25
* | fix(mbyte): fix bugs in utf_cp_*_off() functionsVanaIgr2024-02-26
|/
* refactor(eval): use arena when converting typvals to Objectbfredl2024-02-15
* refactor(indent): refactor computing of a string's indent size (#27252)VanaIgr2024-02-12
* refactor(api): refactor more api functions to use arena returnbfredl2024-02-08