aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* shada: Avoid “conditional … depends on initialized value” errorZyX2015-10-08
* shada: Allow moving jump index past the endZyX2015-10-08
* shada: Use same merging code for jumps and changesZyX2015-10-08
* shada: Move common jump/change merging code into a macrosZyX2015-10-08
* shada: Fix jump list merger codeZyX2015-10-08
* shada: Move all default values to an array of ShadaEntry structsZyX2015-10-08
* shada: Fix linter errorsZyX2015-10-08
* shada,functests: Add tests for merging ShaDa dataZyX2015-10-08
* shada: Merge changes regardless whether they are from current instanceZyX2015-10-08
* undo: When reading persistent undo file give marks current timeZyX2015-10-08
* shada,functests: Make sure that v:oldfiles list is reset on :rshada!ZyX2015-10-08
* shada: Always use merging when reading jumps and changesZyX2015-10-08
* shada: Call regtilde when reading last replacement stringZyX2015-10-08
* functests: Add a number of “generic” functional testsZyX2015-10-08
* shada: Use hash for searching for history entriesZyX2015-10-08
* shada: Allocate all hashes on stackZyX2015-10-08
* shada,functests: Use special sd_reader function for skippingZyX2015-10-08
* functests: Move wshada and sdrcmd commands to helpersZyX2015-10-08
* shada: Add warning about removing/renaming temporary fileZyX2015-10-08
* shada,functests: Improve detection of invalid ShaDa filesZyX2015-10-08
* scripts: Improve shadacat to work with unknown itemsZyX2015-10-08
* documentation: Add extended ShaDa format descriptionZyX2015-10-08
* ex_getln: Refactor HIST_\* list of macros to enumZyX2015-10-08
* shada: When packing header, pack mapping keys as strings, not binaryZyX2015-10-08
* shada,functests: Test compatibility supportZyX2015-10-08
* shada: Fix GCC -Wconversion warnings in srni_flags definitionsZyX2015-10-08
* shada: Synchronize sd_writer file before closingZyX2015-10-08
* documentation: Describe forward compatibility limitationsZyX2015-10-08
* shada: Do not allow empty keysZyX2015-10-08
* shada: When reading marks or registers, free items when set failsZyX2015-10-08
* *: Make ShaDa code use VimL values for additional_\* dataZyX2015-10-08
* shada,documentation: Extend read error handling, handle write errorsZyX2015-10-08
* documentation: Document ShaDa compatibility featuresZyX2015-10-08
* scripts: Also print entry offset in shadacat.pyZyX2015-10-08
* shada,functests: Test how ShaDa support code reacts on errorsZyX2015-10-08
* shada: Make all mapping keys have at most 2 byte lengthZyX2015-10-08
* shada: Do not handle EINTR in open_fileZyX2015-10-08
* shada: Do not export shada_read_fileZyX2015-10-08
* shada: Translate errors and add error codesZyX2015-10-08
* shada: Only check errno if read/write returned -1ZyX2015-10-08
* shada: Put pointer to the close function into reader/writer structureZyX2015-10-08
* shada: Handle all possible msgpack_unpacker_next returnsZyX2015-10-08
* viminfo: Remove old codeZyX2015-10-08
* shada: Add support for merging everything like described in the docZyX2015-10-08
* shada: Do not copy history entries when writingZyX2015-10-08
* documentation: Document how ShaDa entries should be mergedZyX2015-10-08
* shada: Do not save search pattern/sub string when it is olderZyX2015-10-08
* shada: Use os_strerror in place of strerror in some placesZyX2015-10-08
* shada: Use os_mkdir_recurse to create directory for ShaDa fileZyX2015-10-08
* shada: Refactor history merger to use statically sized 2linked listZyX2015-10-08