aboutsummaryrefslogtreecommitdiff
path: root/test/functional/plugin
Commit message (Collapse)AuthorAge
...
* tests: update tests to use [gs]et_lines instead of [gs]et_line_sliceBjörn Linse2016-04-01
|
* Normalize nan/-nan in plugin/msgpack_spec.luaThiago de Arruda2016-03-07
| | | | | | | -NaN doesn't exist in the IEEE 754 spec, it is a hardware-specific detail abstracted away by luajit(and not by lua or nvim), so there's no need to test it. Normalize all tests that involve -nan so the suite will be compatible with both Lua and Luajit.
* Test: remove artifacts from root directoryMarco Hinz2015-12-01
| | | | | | | | | The tests would leave the following test files in the root directory: Xtest-functional-plugin-shada.shada Xtest-functional-plugin-shada.shada.tmp.f Clean them up in teardown().
* Merge pull request #3581 from ZyX-I/fix-shadaFelipe Morales2015-11-23
|\ | | | | Store last search direction when writing ShaDa files
| * shada: Also store last search directionZyX2015-11-23
| | | | | | | | | | | | | | | | | | | | Note: it looks like viminfo files do not store search direction intentionally. After reading viminfo file search direction was considered to be “forward”. Note 2: all files created on earlier Neovim version will automatically receive “forward” direction. Fixes #3580
* | test/functional: clean up according to luacheck (part 2)Marco Hinz2015-11-23
|/
* runtime: Add shada.vim syntax fileZyX2015-11-01
|
* runtime: Add [ft]plugin/shada.vim files that automatically open .shadaZyX2015-11-01
|
* runtime: Add autoload/shada.vim helper fileZyX2015-11-01
| | | | Contains most of the logic
* functests: Do not run some tests if there is no -NaNZyX2015-11-01
|
* runtime: Add autoload/msgpack.vim helper fileZyX2015-11-01