index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nvim
/
shada.c
Commit message (
Expand
)
Author
Age
*
Remove excess <stdint.h>
Jan Edmund Lazo
2019-09-11
*
shada: initialize jumplist before search pattern (#10964)
Abdelhakeem Osama
2019-09-07
*
shada/context: fully remove jumplist duplicates #10898
Abdelhakeem Osama
2019-09-03
*
vim-patch:8.0.1768: SET_NO_HLSEARCH() used in a wrong way
Jan Edmund Lazo
2019-09-02
*
vim-patch:8.0.0930: terminal buffers are stored in the viminfo file (#10889)
Jaskaran Singh
2019-08-30
*
context: shada_encode_regs(): init WriteMergerState #10637
Justin M. Keyes
2019-07-28
*
API: Context
Justin M. Keyes
2019-07-27
*
vim-patch:8.0.1496: VIM_CLEAR()
Justin M. Keyes
2019-05-25
*
vim-patch:8.0.1513: the jumplist is not always properly cleaned up
Jan Edmund Lazo
2019-05-19
*
vim-patch:8.0.1498: getjumplist() returns duplicate entries
Jan Edmund Lazo
2019-05-19
*
options: avoid using empty 'shadafile'
Marco Hinz
2019-04-16
*
vim-patch:8.0.0716: "--clean", 'shadafile' #9907
Justin M. Keyes
2019-04-15
*
jumplist: avoid extra tail entry #9805
Abdelhakeem Osama
2019-04-02
*
clang/"null passed to nonnull arg": shada.c
Justin M. Keyes
2019-01-13
*
PVS/V535: shada.c: variable reassigned in inner loop
Justin M. Keyes
2019-01-04
*
build: enable -Wshadow
Justin M. Keyes
2019-01-02
*
fixed lint errors
MichaHoffmann
2018-09-24
*
add func_attr_printf in :
MichaHoffmann
2018-09-24
*
IO: shada should respect 'fsync' option
Justin M. Keyes
2018-04-21
*
shada: Fix conversion warnings
ZyX
2018-04-01
*
shada: Fix some memory leaks and completely ignore numbered mark names
ZyX
2018-04-01
*
shada: Add functions to format ShaDa entries for debugging purposes
ZyX
2018-04-01
*
shada: When storing numeric marks reset the numbers
ZyX
2018-04-01
*
Revert "shada: In place of ignoring cursor position with lnum 0 save with 1"
ZyX
2018-03-27
*
shada: In place of ignoring cursor position with lnum 0 save with 1
ZyX
2018-03-27
*
shada: Also filter out invalid cursor position when writing '0' mark
ZyX
2018-03-27
*
macros: Rename LAST_ARRAY_ENTRY to ARRAY_LAST_ENTRY
ZyX
2018-03-27
*
shada: Make ignore_buf also inline
ZyX
2018-03-27
*
shada: Save numbered marks
ZyX
2018-03-26
*
refactor/rename: path_try_shorten_fname()
Justin M. Keyes
2018-03-24
*
shada: fix typo (#8066)
Daniel Hahler
2018-02-25
*
*: Provide list length when allocating lists
ZyX
2018-01-14
*
mark: Make sure that jumplist item will not have zero lnum
ZyX
2017-12-24
*
*: Fix linter errors
ZyX
2017-12-11
*
*: Hide list implementation in other files as well
ZyX
2017-12-10
*
shada: Fix linter error
ZyX
2017-07-04
*
shada: Make sure that code does not attempt to read too long items
ZyX
2017-07-04
*
shada: Add default value for is_unnamed
AdnoC
2017-05-31
*
style/lint
AdnoC
2017-05-31
*
shada/linting: Moved some code out of shada_write.
AdnoC
2017-05-31
*
shada: Set the unnamed register to the previous unnamed register on startup
AdnoC
2017-05-31
*
shada: Fix V581: adjacent branches with same condition
ZyX
2017-05-20
*
*: Use __attribute__((fallthrough)) where comments aren't supported
James McCoy
2017-05-12
*
*: Add comment to all C files
ZyX
2017-04-19
*
*: Remove useless asserts
ZyX
2017-04-08
*
eval/*code,shada: Drop support for converting UTF-8 from/to p_enc
ZyX
2017-04-08
*
shada: Initialize vimconv_T
ZyX
2017-04-08
*
eval/decode,shada: Do not forget to clean up converters
ZyX
2017-04-08
*
eval: Make writefile() able to disable fsync()
ZyX
2017-04-02
*
eval: Move copy_tv to eval/typval
ZyX
2017-03-29
[next]