| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | test: shada: Replace hard-coded 704 with dynamic version | James McCoy | 2017-07-14 |
| | | |||
| * | test: Fix and add cases for unnamed register | AdnoC | 2017-05-31 |
| | | | | | | | | | Also: Add ru to shada tests with all keys Add test for unset unnamed and register 0 | ||
| * | eval/shada: Add testing for unnamed register with setreg and startup | AdnoC | 2017-05-31 |
| | | |||
| * | plugin/shada: Handle NUL characters with intchar correctly | ZyX | 2017-01-04 |
| | | | | Fixes #5482 | ||
| * | 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. | ||
| * | Update lua client to 0.0.1-24 | Thiago de Arruda | 2016-04-13 |
| | | | | | | The new version of the lua client uses libmpack as a backend, and some test scripts had to be updated to reflect that. | ||
| * | tests: update tests to use [gs]et_lines instead of [gs]et_line_slice | Björn Linse | 2016-04-01 |
| | | |||
| * | Test: remove artifacts from root directory | Marco Hinz | 2015-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-shada | Felipe Morales | 2015-11-23 |
| |\ | | | | | Store last search direction when writing ShaDa files | ||
| | * | shada: Also store last search direction | ZyX | 2015-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 Hinz | 2015-11-23 |
| |/ | |||
| * | runtime: Add shada.vim syntax file | ZyX | 2015-11-01 |
| | | |||
| * | runtime: Add [ft]plugin/shada.vim files that automatically open .shada | ZyX | 2015-11-01 |
| | | |||
| * | runtime: Add autoload/shada.vim helper file | ZyX | 2015-11-01 |
| Contains most of the logic | |||