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
*
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
*
shada: Fix unused variable warning when using Release build
ZyX
2015-10-08
*
shada: Fix incompatible pointer types error in non-glibc builds
ZyX
2015-10-08
*
shada: Avoid “conditional … depends on initialized value” error
ZyX
2015-10-08
*
shada: Allow moving jump index past the end
ZyX
2015-10-08
*
shada: Use same merging code for jumps and changes
ZyX
2015-10-08
*
shada: Move common jump/change merging code into a macros
ZyX
2015-10-08
*
shada: Fix jump list merger code
ZyX
2015-10-08
*
shada: Move all default values to an array of ShadaEntry structs
ZyX
2015-10-08
*
shada: Fix linter errors
ZyX
2015-10-08
*
shada,functests: Add tests for merging ShaDa data
ZyX
2015-10-08
*
shada: Merge changes regardless whether they are from current instance
ZyX
2015-10-08
*
shada,functests: Make sure that v:oldfiles list is reset on :rshada!
ZyX
2015-10-08
*
shada: Always use merging when reading jumps and changes
ZyX
2015-10-08
*
shada: Call regtilde when reading last replacement string
ZyX
2015-10-08
*
shada: Use hash for searching for history entries
ZyX
2015-10-08
*
shada: Allocate all hashes on stack
ZyX
2015-10-08
*
shada,functests: Use special sd_reader function for skipping
ZyX
2015-10-08
*
shada: Add warning about removing/renaming temporary file
ZyX
2015-10-08
*
shada,functests: Improve detection of invalid ShaDa files
ZyX
2015-10-08
*
shada: When packing header, pack mapping keys as strings, not binary
ZyX
2015-10-08
*
shada,functests: Test compatibility support
ZyX
2015-10-08
*
shada: Fix GCC -Wconversion warnings in srni_flags definitions
ZyX
2015-10-08
[next]