| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | shada: Make sure that NIL and EXT values can also be parsed back | ZyX | 2016-04-18 |
| | | | | | | | | | | Note: currently they are both *dumped*, but parsing them produces an error. This is inappropriate: variables should either be skipped with error message when dumping or should be read back properly. It also appears that I did not have test for “has wrong variable value type” error, so nothing got removed from errors_spec. | ||
| * | functests: Update tests | ZyX | 2016-01-07 |
| | | |||
| * | shada: Continue dumping when variables failed to dump | ZyX | 2015-12-18 |
| | | | | | Closes #3721 | ||
| * | 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 |
| | | |||
| * | functests: Test &encoding support | ZyX | 2015-10-08 |
| | | |||
| * | functests: Add tests for ShaDa variables dumping/reading | ZyX | 2015-10-08 |