aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/shada.c
Commit message (Expand)AuthorAge
* 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
* mark: Make sure that jumplist item will not have zero lnumZyX2017-12-24
* *: Fix linter errorsZyX2017-12-11
* *: Hide list implementation in other files as wellZyX2017-12-10
* shada: Fix linter errorZyX2017-07-04
* shada: Make sure that code does not attempt to read too long itemsZyX2017-07-04
* shada: Add default value for is_unnamedAdnoC2017-05-31
* style/lintAdnoC2017-05-31
* shada/linting: Moved some code out of shada_write.AdnoC2017-05-31
* shada: Set the unnamed register to the previous unnamed register on startupAdnoC2017-05-31
* shada: Fix V581: adjacent branches with same conditionZyX2017-05-20
* *: Use __attribute__((fallthrough)) where comments aren't supportedJames McCoy2017-05-12
* *: Add comment to all C filesZyX2017-04-19
* *: Remove useless assertsZyX2017-04-08
* eval/*code,shada: Drop support for converting UTF-8 from/to p_encZyX2017-04-08
* shada: Initialize vimconv_TZyX2017-04-08
* eval/decode,shada: Do not forget to clean up convertersZyX2017-04-08
* eval: Make writefile() able to disable fsync()ZyX2017-04-02
* eval: Move copy_tv to eval/typvalZyX2017-03-29
* eval,*: Move get_tv_string to typval.cZyX2017-03-29
* *: Move some dictionary functions to typval.h and use char*ZyX2017-03-29
* eval: Split eval.c into smaller filesZyX2017-03-29
* coverity/133898: Fix sizeof argumentZyX2017-01-23
* vim-patch:7.4.1925James McCoy2017-01-09
* shada: Mark ALWAYS_INLINE function as `inline`ZyX2017-01-06
* shada: Move setpcmark()/cleanup_jumplist() out of the cycleZyX2017-01-04
* shada: Fix offset savingZyX2017-01-04
* shada: Silence linterZyX2017-01-04
* shada: Save current cursor position before saving jumpsZyX2017-01-04
* shada: Move '%' handling from shada_write to its own functionJames McCoy2016-12-14
* shada: Respect the optional buffer count for shada-%James McCoy2016-12-12
* Avoid serializing NULL string through msgpackJames McCoy2016-11-23
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* shada: Fix non-writeable ShaDa directory handlingZyX2016-09-04
* option: Also escape commas in options other then &runtimepathZyX2016-07-10
* *: Satisfy linter (newest type casts rule)ZyX2016-06-24
* file: Move src/nvim/file.* to src/nvim/os/fileio.*ZyX2016-06-24