Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge #11319 'inccommand: fix issues with modifiers and prompting' | Justin M. Keyes | 2019-11-05 |
| | |||
* | scripts: autopep8 | Daniel Hahler | 2019-07-29 |
| | |||
* | scripts: fix shebang of shadacat.py [ci skip] | Marco Hinz | 2018-03-04 |
| | |||
* | scripts: Add filter argument to shadacat.py | ZyX | 2015-10-23 |
| | |||
* | scripts: Improve shadacat to work with unknown items | ZyX | 2015-10-08 |
| | |||
* | scripts: Also print entry offset in shadacat.py | ZyX | 2015-10-08 |
| | |||
* | shada: Add support for dumping/restoring bufs changes and win jumps | ZyX | 2015-10-08 |
| | |||
* | viminfo: First version of ShaDa file dumping | ZyX | 2015-10-08 |
What works: 1. ShaDa file dumping: header, registers, jump list, history, search patterns, substitute strings, variables. 2. ShaDa file reading: registers, global marks, variables. Most was not tested. TODO: 1. Merging. 2. Reading history, local marks, jump and buffer lists. 3. Documentation update. 4. Converting some data from &encoding. 5. Safer variant of dumping viminfo (dump to temporary file then rename). 6. Removing old viminfo code (currently masked with `#if 0` in a ShaDa file for reference). |