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
*
*: 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
*
eval,*: Move get_tv_string to typval.c
ZyX
2017-03-29
*
*: Move some dictionary functions to typval.h and use char*
ZyX
2017-03-29
*
eval: Split eval.c into smaller files
ZyX
2017-03-29
*
coverity/133898: Fix sizeof argument
ZyX
2017-01-23
*
vim-patch:7.4.1925
James McCoy
2017-01-09
*
shada: Mark ALWAYS_INLINE function as `inline`
ZyX
2017-01-06
*
shada: Move setpcmark()/cleanup_jumplist() out of the cycle
ZyX
2017-01-04
*
shada: Fix offset saving
ZyX
2017-01-04
*
shada: Silence linter
ZyX
2017-01-04
*
shada: Save current cursor position before saving jumps
ZyX
2017-01-04
*
shada: Move '%' handling from shada_write to its own function
James McCoy
2016-12-14
*
shada: Respect the optional buffer count for shada-%
James McCoy
2016-12-12
*
Avoid serializing NULL string through msgpack
James McCoy
2016-11-23
*
refactor: eliminate misc2.c
Justin M. Keyes
2016-09-13
*
shada: Fix non-writeable ShaDa directory handling
ZyX
2016-09-04
*
option: Also escape commas in options other then &runtimepath
ZyX
2016-07-10
*
*: Satisfy linter (newest type casts rule)
ZyX
2016-06-24
*
file: Move src/nvim/file.* to src/nvim/os/fileio.*
ZyX
2016-06-24
*
shada: Do not forget to close ShaDa reader
ZyX
2016-06-23
*
file: Use own constants, do not rely on fcntl.h
ZyX
2016-06-23
*
file: Add buffered reading and writing
ZyX
2016-06-23
*
file,os/fs,shada: Separate opening, closing, writing and reading files
ZyX
2016-06-23
*
ops.c: enable -Wconversion warning
Charles Joachim
2016-05-30
*
Fix be64toh() detection on BSDs.
John Szakmeister
2016-05-14
*
normal: convert MCHAR etc operator and register types to enum MotionType
Björn Linse
2016-05-01
*
message: Remove useless emsg* functions, leaving only emsgf
ZyX
2016-04-18
*
shada: Make sure that NIL and EXT values can also be parsed back
ZyX
2016-04-18
*
eval: Move some decoding functions to eval/decode.c
ZyX
2016-04-18
*
eval: Move encode.c to eval/encode.c
ZyX
2016-04-18
*
eval: Split out typval_T dumping functions to nvim/encode.c
ZyX
2016-04-18
*
config: Remove HAVE_UNISTD_H.
Seth Jackson
2016-01-18
[next]