aboutsummaryrefslogtreecommitdiff
path: root/test/unit
Commit message (Expand)AuthorAge
* 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
* fix(extmark): fix crash when stepping out from internal nodebfredl2024-01-23
* perf(extmarks): add metadata for efficient filtering of special decorationsbfredl2024-01-22
* test: move format_{string,luav} to a separate moduleLewis Russell2024-01-17
* test: refactor PathsLewis Russell2024-01-17
* test: use vim.mpack and vim.uv directlyLewis Russell2024-01-12
* test: remove helpers.sleep()Lewis Russell2024-01-12
* test: do not inject vim module into global helpersLewis Russell2024-01-12
* refactor(options): use schar_T representation for fillchars and listcharsbfredl2024-01-08
* refactor: fix luals warningsdundargoc2023-12-30
* refactor: use `bool` to represent boolean valuesdundargoc2023-12-19
* refactor(options): reduce `findoption()` usageFamiu Haque2023-12-09
* test(unit): correct header name (#26446)zeertzjq2023-12-07
* docs: small fixes (#26243)dundargoc2023-12-06
* build: enable lintlua for test/unit/ dir #26396Justin M. Keyes2023-12-04
* refactor: change event_create() to a macro (#26343)zeertzjq2023-12-01
* refactor: fix headers with IWYUdundargoc2023-11-28