Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | shada,documentation: Extend read error handling, handle write errors | ZyX | 2015-10-08 | |
| | | | | | | | | Modifications: - If file was not written due to write error then writing stops and temporary file will not be renamed. - If NeoVim detects that target file is not a ShaDa file then temporary file will not be renamed. | |||
* | 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. | |||
* | functests: Test that history is still accessible after :wshada | ZyX | 2015-10-08 | |
| | ||||
* | shada: Populate v:oldfiles | ZyX | 2015-10-08 | |
| | ||||
* | shada: Save v:hlsearch value | 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 | |
| | ||||
* | functests: Test &encoding support | 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 | |
| | ||||
* | functests: Add tests for dumping/restoring registers | ZyX | 2015-10-08 | |
| | ||||
* | shada: Add support for dumping and restoring buffer list | ZyX | 2015-10-08 | |
| | ||||
* | shada: Add support for dumping/restoring bufs changes and win jumps | ZyX | 2015-10-08 | |
| | ||||
* | functests: Test loading last search/substitute pattern/replacement | ZyX | 2015-10-08 | |
| | ||||
* | functests: Add history tests | ZyX | 2015-10-08 | |
| | ||||
* | functests: Add tests for mark dumping/reading | ZyX | 2015-10-08 | |
| | ||||
* | functests: Add tests for ShaDa variables dumping/reading | ZyX | 2015-10-08 | |