| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | test/functional: clean up according to luacheck (part 1) | Marco Hinz | 2015-11-23 |
| | | |||
| * | Sort oldfiles in the marks_spec tests to avoid random ordering errors. | John Szakmeister | 2015-11-06 |
| | | | | | | According to @ZyX-I in #3594, ordering is not important so let's use @tarruda's fix by sorting the results. | ||
| * | functests: Add test to check expected behaviour (failing) | ZyX | 2015-10-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. | ||
| * | functests: Move exc_exec to test.functional.helpers | ZyX | 2015-10-08 |
| | | |||
| * | shada: Use same merging code for jumps and changes | ZyX | 2015-10-08 |
| | | |||
| * | shada,functests: Make sure that v:oldfiles list is reset on :rshada! | ZyX | 2015-10-08 |
| | | |||
| * | shada,functests: Test how ShaDa support code reacts on errors | ZyX | 2015-10-08 |
| | | | | | | | | | | | | | | | Some notes: - Replaced msgpack_unpacker usage with regular xmalloc’ed buffer. Also since msgpack_unpack_next (as well as msgpack_unpacker_next) is not ever going to return MSGPACK_UNPACK_EXTRA_BYTES this condition was checked manually. Function that does return this status is msgpack_unpack, but it is marked as obsolete. - Zero type is checked prior to main switch in shada_read_next_item because otherwise check would be skipped. - Zeroing entry at the start of shada_read_next_item makes it safer. - dedent('') does not work. - v:oldfiles list is only replaced with bang, if it is NULL or empty. | ||
| * | shada: Populate v:oldfiles | ZyX | 2015-10-08 |
| | | |||
| * | Deprecate &viminfo and :[rw]v, add &shada and :[rw]sh | ZyX | 2015-10-08 |
| | | |||
| * | functests: Fix change list ShaDa test failures | ZyX | 2015-10-08 |
| | | |||
| * | shada,functests: Refactor shada items skipping | ZyX | 2015-10-08 |
| | | |||
| * | functests: Test dumping and loading change list | ZyX | 2015-10-08 |
| | | |||
| * | shada: Add support for dumping/restoring bufs changes and win jumps | ZyX | 2015-10-08 |
| | | |||
| * | functests: Add tests for mark dumping/reading | ZyX | 2015-10-08 |