aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/shada.c
Commit message (Expand)AuthorAge
* refactor: pass "preview" to regtilde()zeertzjq2022-04-04
* feat(lua): show proper verbose output for lua configurationshadmansaleh2022-02-28
* refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* refactor: reduce number of unique char casts (#15995)dundargoc2021-10-12
* refactor: remove redundant castsDundar Göc2021-10-07
* refactor: remove superfluous function-like macros #15918dundargoc2021-10-06
* refactor: inline unnecessary macros #15890dundargoc2021-10-04
* refactor: remove redundant char casts #15888dundargoc2021-10-04
* Refactor/uncrustify (#15790)dundargoc2021-09-29
* refactor: format with uncrustify #15778dundargoc2021-09-25
* feat(shada): restore Blob globals properlySean Dewar2021-09-15
* Use abort() instead of assert(false) for things that should never happenJames McCoy2021-01-31
* shada: fix pvs/v1004Jan Edmund Lazo2020-08-15
* shada: fix failed assertion on exit (#12692)erw72020-07-31
* vim-patch:8.2.0920: writing viminfo fails with a circular referenceerw72020-06-09
* shada: fix write E5004 error on exiterw72020-06-08
* doc: fix typos [ci skip] #11787Hye Sung Jung2020-01-30
* Remove excess <stdint.h>Jan Edmund Lazo2019-09-11
* shada: initialize jumplist before search pattern (#10964)Abdelhakeem Osama2019-09-07
* shada/context: fully remove jumplist duplicates #10898Abdelhakeem Osama2019-09-03
* vim-patch:8.0.1768: SET_NO_HLSEARCH() used in a wrong wayJan Edmund Lazo2019-09-02
* vim-patch:8.0.0930: terminal buffers are stored in the viminfo file (#10889)Jaskaran Singh2019-08-30
* context: shada_encode_regs(): init WriteMergerState #10637Justin M. Keyes2019-07-28
* API: ContextJustin M. Keyes2019-07-27
* vim-patch:8.0.1496: VIM_CLEAR()Justin M. Keyes2019-05-25
* vim-patch:8.0.1513: the jumplist is not always properly cleaned upJan Edmund Lazo2019-05-19
* vim-patch:8.0.1498: getjumplist() returns duplicate entriesJan Edmund Lazo2019-05-19
* options: avoid using empty 'shadafile'Marco Hinz2019-04-16
* vim-patch:8.0.0716: "--clean", 'shadafile' #9907Justin M. Keyes2019-04-15
* jumplist: avoid extra tail entry #9805Abdelhakeem Osama2019-04-02
* clang/"null passed to nonnull arg": shada.cJustin M. Keyes2019-01-13
* PVS/V535: shada.c: variable reassigned in inner loopJustin M. Keyes2019-01-04
* build: enable -WshadowJustin M. Keyes2019-01-02
* fixed lint errorsMichaHoffmann2018-09-24
* add func_attr_printf in :MichaHoffmann2018-09-24
* IO: shada should respect 'fsync' optionJustin M. Keyes2018-04-21
* shada: Fix conversion warningsZyX2018-04-01
* shada: Fix some memory leaks and completely ignore numbered mark namesZyX2018-04-01
* shada: Add functions to format ShaDa entries for debugging purposesZyX2018-04-01
* shada: When storing numeric marks reset the numbersZyX2018-04-01
* Revert "shada: In place of ignoring cursor position with lnum 0 save with 1"ZyX2018-03-27
* shada: In place of ignoring cursor position with lnum 0 save with 1ZyX2018-03-27
* shada: Also filter out invalid cursor position when writing '0' markZyX2018-03-27
* macros: Rename LAST_ARRAY_ENTRY to ARRAY_LAST_ENTRYZyX2018-03-27
* shada: Make ignore_buf also inlineZyX2018-03-27
* shada: Save numbered marksZyX2018-03-26
* refactor/rename: path_try_shorten_fname()Justin M. Keyes2018-03-24
* shada: fix typo (#8066)Daniel Hahler2018-02-25
* *: Provide list length when allocating listsZyX2018-01-14