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
*
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
*
shada: First write temporary file and only then check any permissions
ZyX
2015-10-08
*
shada: Keep uid and gid of the file when working from root
ZyX
2015-10-08
*
shada: Refactor code that works with hms.last_hist_entry
ZyX
2015-10-08
*
documentation/functests: Replace NeoVim with Neovim
ZyX
2015-10-08
*
shada: Add generator key to the header
ZyX
2015-10-08
*
shada: Use same iteration end conditions as with other iterators
ZyX
2015-10-08
*
shada: Also expand file name obtained from &shada option
ZyX
2015-10-08
*
*: Fix problems with clang+asan Release build
ZyX
2015-10-08
*
shada: Refuse to write ShaDa file when ShaDa was disabled
ZyX
2015-10-08
*
config: Check order and endianess even when cross-compiling
ZyX
2015-10-08
*
shada,config: Use CMake to determine endianess and be64toh existence
ZyX
2015-10-08
*
shada: Fix crash in hmll_insert
ZyX
2015-10-08
*
shada: Fix -Wstrict-aliasing gcc error
ZyX
2015-10-08
[next]