aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/shada.c
Commit message (Expand)AuthorAge
* refactor: move klib out of src/nvim/ #20341dundargoc2022-09-25
* refactor: replace char_u with charDundar Göc2022-09-11
* refactor: replace char_u with charDundar Göc2022-09-10
* refactor: replace char_u with charDundar Göc2022-09-09
* refactor: replace char_u with charDundar Göc2022-09-06
* refactor: replace char_u with charDundar Göc2022-09-01
* refactor: replace char_u with charDundar Göc2022-08-31
* refactor: replace char_u with char 4 (#19987)dundargoc2022-08-30
* refactor: replace char_u with charDundar Göc2022-08-29
* refactor: replace char_u with charDundar Göc2022-08-27
* refactor: replace char_u with charDundar Göc2022-08-26
* refactor: use CLEAR_FIELD and CLEAR_POINTER macros (#19709)zeertzjq2022-08-11
* vim-patch:8.1.1823: command line history code is spread out (#19688)zeertzjq2022-08-09
* refactor: replace char_uDundar Goc2022-07-02
* feat(marks): restore viewport on jump #15831Javier Lopez2022-06-30
* refactor: replace char_u #18429dundargoc2022-06-28
* refactor: change type of linenr_T from long to int32_tDundar Goc2022-06-10
* refactor: missing parenthesis may cause unexpected problems (#17443)kylo2522022-05-26
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* feat(defaults): session data in $XDG_STATE_HOME #15583Ivan2022-05-12
* refactor: replace char_u variables and functions with charDundar Goc2022-05-09
* refactor: move macro definiton outside of enumsDundar Goc2022-05-06
* refactor: replace char_u variables and functions with charDundar Goc2022-05-04
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* refactor: convert macros to all-caps (#17895)dundargoc2022-04-24
* 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