aboutsummaryrefslogtreecommitdiff
path: root/test/unit
Commit message (Expand)AuthorAge
* tui: "backpressure": Drop messages to avoid flooding.Justin M. Keyes2016-12-09
* build: Target luacheck HEAD.Justin M. Keyes2016-11-17
* event/multiqueue.c: Rename "queue" to "multiqueue".Justin M. Keyes2016-10-02
* shell_escape: rename; refactorJustin M. Keyes2016-09-11
* system(): Respect 'sxe' and 'sxq' #2789Zhaosheng Pan2016-09-10
* test: Add unittest spec for option.c (#5289)Kalle Ranki2016-09-04
* api: unify buffer numbers and window ids with handlesBjörn Linse2016-08-31
* os/fs: Rename os_file_exists to os_path_exists (#4973)Daniel Xu2016-07-06
* unittests/*/helpers: Fix testlint errorsZyX2016-06-24
* fixup! unittests: Add tests for vim_to_object functionZyX2016-06-24
* unittests: Add tests for vim_to_object functionZyX2016-06-24
* unittests: Fix testlint errorsZyX2016-06-24
* unittests: Fix kFileNoSymlink test on FreeBSDZyX2016-06-24
* unittests: Fix bug somewhere that makes file_read tests SEGVZyX2016-06-24
* file: Move src/nvim/file.* to src/nvim/os/fileio.*ZyX2016-06-24
* unittests: Add tests for file.cZyX2016-06-24
* unittests: Add os_write testZyX2016-06-23
* unittests: Add os_close, os_read and os_readv testsZyX2016-06-23
* Add new functionality to the `=` marker in the STLTJ DeVries2016-06-14
* functests: Check logs in lua codeZyX2016-06-10
* unittests: Also remove event_teardownZyX2016-05-31
* Merge pull request #4198 from daynin/string-testsJustin M. Keyes2016-05-29
|\
| * add test for vim_strsave_escaped() functionSergey Golovin2016-05-29
* | os_nodetype: Return NODE_NORMAL if os_stat fails.Justin M. Keyes2016-05-22
* | test/functional: clear the temp directory before each tempfile testJohn Szakmeister2016-05-06
* | Merge pull request #4654 from KillTheMule/testlintJustin M. Keyes2016-05-06
|\ \
| * | Satisfy testlint.KillTheMule2016-04-28
* | | vim-patch:7.4.672KillTheMule2016-05-02
|/ /
* | test/unit: ensure event_init()Justin M. Keyes2016-04-25
* | test: shell_spec: rename variableJustin M. Keyes2016-04-24
* | Merge tempfile.c back into fileio.cJurica Bradaric2016-04-20
* | eval/encode: Make sure that encoder can encode NULL variablesZyX2016-04-18
* | functests: Replace \xXX escapes with \DDD in lua codeZyX2016-04-18
* | eval/decode: Do not overflow when parsing `-`ZyX2016-04-18
* | eval/decode: Make sure that error messages do not cause overflowZyX2016-04-18
* | eval/decode: Make sure that parsing strings does not overflowZyX2016-04-18
* | eval/decode: Avoid overflow when parsing incomplete null/true/falseZyX2016-04-18
* | eval/encode: Fix writing strings starting with NL to listZyX2016-04-18
* | mbyte_spec.lua: Fix indentationoni-link2016-04-17
* | mbyte_spec.lua: Fix wordingoni-link2016-04-17
* | mbyte.c: Unittest for utfc_ptr2char_len()oni-link2016-04-15
* | buffer.c: change return type to boolCharles Joachim2016-04-03
|/
* Tests: fix according to lualintMarco Hinz2016-02-02
* misc: UNIX => Unix #4022Seth Jackson2016-01-16
* test: sys/fcntl.h -> fcntl.hMichael Reed2016-01-14
* shell: Unquote &shell* options before using themZyX2016-01-11
* Use libuv errors instead of errno in unit testsRui Abreu Ferreira2015-11-25
* test/unit: clean up according to luacheckMarco Hinz2015-11-23
* Start adding unit testsWayne Rowcliffe2015-11-11
* os/fs: Allow os_mkdir_recurse directory name to end with ///ZyX2015-10-23