Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix(tests): check for EOF on exit of nvim properly | bfredl | 2022-06-13 |
| | |||
* | test: Minimize shada/helpers.lua #10728 | Justin M. Keyes | 2019-08-09 |
| | |||
* | test: Windows: Re-enable shada functional tests | Rui Abreu Ferreira | 2017-01-08 |
| | | | | | One of the tests remains disabled until we figure out the expected behaviour of mkdir() on Windows when `prot` is passed. | ||
* | shada: Respect the optional buffer count for shada-% | James McCoy | 2016-12-12 |
| | | | | Closes #5759 | ||
* | api: consistently use nvim_ prefix and update documentation | Björn Linse | 2016-08-31 |
| | |||
* | Mark some functional tests as pending in Windows | Rui Abreu Ferreira | 2016-08-26 |
| | |||
* | functests: Check logs in lua code | ZyX | 2016-06-10 |
| | | | | | | It is otherwise impossible to determine which test failed sanitizer/valgrind check. test/functional/helpers.lua module return was changed so that tests which do not provide after_each function to get new check will automatically fail. | ||
* | Merge pull request #3724 from ZyX-I/fix-3635 | Justin M. Keyes | 2015-11-27 |
|\ | | | | | shada: Do not save unlisted and quickfix buffers | ||
| * | shada: Do not save unlisted and quickfix buffers | ZyX | 2015-11-23 |
| | | | | | | Fixes #3635 | ||
* | | test/functional: clean up according to luacheck (part 1) | Marco Hinz | 2015-11-23 |
|/ | |||
* | functests: Refactor tests: | ZyX | 2015-10-08 |
| | | | | | | | | - Remove unused variables. - Do not use helpers.nvim_feed in most cases. - Do not use helpers.nvim and helpers.nvim_eval at all. - Add helpers.funcs and helpers.\*meths special tables. Indexing such table creates functions which call helpers.call or helpers.nvim (and similar) with first argument equal to table index. | ||
* | Deprecate &viminfo and :[rw]v, add &shada and :[rw]sh | ZyX | 2015-10-08 |
| | |||
* | shada: Add support for dumping and restoring buffer list | ZyX | 2015-10-08 |