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
*
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
*
Windows: Include <fcntl.h> for file constants.
Seth Jackson
2016-01-17
*
Revert ROOT_UID removal
Michael Reed
2016-01-15
*
Misc. macro cleanup
Michael Reed
2016-01-14
*
shada.c: Fix HAVE_BE64TOH check
Michael Reed
2016-01-13
*
eval: Use better error messages when failing to dump values
ZyX
2016-01-04
*
Port fsync() to libuv.
Seth Jackson
2016-01-01
*
shada: Free wms->hms in shada_write_exit
ZyX
2015-12-18
*
shada: Continue dumping when variables failed to dump
ZyX
2015-12-18
*
shada: Fix all linter errors in src/nvim/shada.*
ZyX
2015-12-13
*
Add missing guard for HAVE_UNISTD_H
Rui Abreu Ferreira
2015-12-02
*
Merge pull request #3724 from ZyX-I/fix-3635
Justin M. Keyes
2015-11-27
|
\
|
*
shada: Do not save unlisted and quickfix buffers
ZyX
2015-11-23
*
|
Update shada.c to use libuv error constants instead of errno constants
Rui Abreu Ferreira
2015-11-25
*
|
shada: Also store last search direction
ZyX
2015-11-23
|
/
*
Merge pull request #3470 from ZyX-I/pr-3198
Justin M. Keyes
2015-10-25
|
\
|
*
shada: Remove SHADA_FILE2
ZyX
2015-10-23
|
*
option: Add `//` to the end of default `&directory`
ZyX
2015-10-23
|
*
shada: Move shada file to a new location
ZyX
2015-10-23
*
|
shada: Run set_last_cursor before writing shada file
ZyX
2015-10-23
|
/
*
shada: Do not use msgpack_rpc functions for converting data to msgpack
ZyX
2015-10-08
*
shada: Fix shada_removable signature
ZyX
2015-10-08
*
shada: Fix jump/change list merging code
ZyX
2015-10-08
*
shada(documentation): Fix outdated comments
ZyX
2015-10-08
*
shada: Make sure that shada-r option correctly ignores case
ZyX
2015-10-08
*
shada: When using shada-r normalize option path
ZyX
2015-10-08
*
shada: Fix out-of-bounds array access
ZyX
2015-10-08
*
shada: Save an allocation when writing local marks
ZyX
2015-10-08
*
shada: Fix v:hlsearch save/restore and do not write empty patterns
ZyX
2015-10-08
*
shada,functests: Fix v:hlsearch saving/restoring handling
ZyX
2015-10-08
[next]