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
Commit message (
Expand
)
Author
Age
...
*
|
|
|
|
|
|
vim-patch:ca63501
David Barnett
2016-04-18
*
|
|
|
|
|
|
Merge pull request #3951 from cacplate/misc1_Wconversion
Björn Linse
2016-04-18
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
misc1.c: enable -Wconversion
Charles Joachim
2016-04-17
|
|
|
_
|
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
test: convert test_marks.in.
Justin M. Keyes
2016-04-18
*
|
|
|
|
|
|
Merge pull request #4594 from dbarnett/vim-88774f
Justin M. Keyes
2016-04-17
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
vim-patch:88774f
David Barnett
2016-04-17
*
|
|
|
|
|
|
|
*: Fix preincrement lint errors
ZyX
2016-04-18
*
|
|
|
|
|
|
|
eval/encode: Simplify loop in encode_list_write
ZyX
2016-04-18
*
|
|
|
|
|
|
|
eval/encode: Make sure that encoder can encode NULL variables
ZyX
2016-04-18
*
|
|
|
|
|
|
|
eval/encode: Adjust buffer sizes passed to vim_snprintf
ZyX
2016-04-18
*
|
|
|
|
|
|
|
eval/encode: Dump FF character correctly
ZyX
2016-04-18
*
|
|
|
|
|
|
|
*: Make set_vim_var_\* functions have proper argument types
ZyX
2016-04-18
*
|
|
|
|
|
|
|
eval: Treat [] and [""] as any other empty string
ZyX
2016-04-18
*
|
|
|
|
|
|
|
eval: Fix overflow in error message in f_json_decode
ZyX
2016-04-18
*
|
|
|
|
|
|
|
api: Add warnings about the returned value to \*del_var functions
ZyX
2016-04-18
*
|
|
|
|
|
|
|
eval/decode: Accept `\r` as space character
ZyX
2016-04-18
*
|
|
|
|
|
|
|
eval/decode: Do not overflow when parsing `-`
ZyX
2016-04-18
*
|
|
|
|
|
|
|
eval/decode: Clarify meaning of some pointer arguments
ZyX
2016-04-18
*
|
|
|
|
|
|
|
eval/decode: Fix typo in internal error message
ZyX
2016-04-18
*
|
|
|
|
|
|
|
eval/decode: Reject even more numbers
ZyX
2016-04-18
*
|
|
|
|
|
|
|
*: Fix linter errors
ZyX
2016-04-18
*
|
|
|
|
|
|
|
message: Remove useless emsg* functions, leaving only emsgf
ZyX
2016-04-18
*
|
|
|
|
|
|
|
eval/decode: Rewrite json_decode_string end as suggested by oni-link
ZyX
2016-04-18
*
|
|
|
|
|
|
|
eval/decode: Reject more numbers, accept 1e5
ZyX
2016-04-18
*
|
|
|
|
|
|
|
eval/decode: Do not loose high surrogates followed by high surrogates
ZyX
2016-04-18
*
|
|
|
|
|
|
|
eval/decode: Make sure that error messages do not cause overflow
ZyX
2016-04-18
*
|
|
|
|
|
|
|
eval/decode: Make sure that parsing strings does not overflow
ZyX
2016-04-18
*
|
|
|
|
|
|
|
eval/decode: Make sure that blank input does not crash Neovim
ZyX
2016-04-18
*
|
|
|
|
|
|
|
eval/decode: Make sure that U+00C3 is parsed correctly
ZyX
2016-04-18
*
|
|
|
|
|
|
|
eval/decode: Avoid overflow when parsing incomplete null/true/false
ZyX
2016-04-18
*
|
|
|
|
|
|
|
eval/decode: Rename brackets in error messages
ZyX
2016-04-18
*
|
|
|
|
|
|
|
eval/decode: Record that `obj` may be freed
ZyX
2016-04-18
*
|
|
|
|
|
|
|
eval/decode: Also use VAR_UNLOCKED in old code
ZyX
2016-04-18
*
|
|
|
|
|
|
|
eval: Remove assert expression
ZyX
2016-04-18
*
|
|
|
|
|
|
|
eval: Do not break when VimVarIndex and vimvars order mismatches
ZyX
2016-04-18
*
|
|
|
|
|
|
|
encode: Handle incomplete surrogates like `\uSURR\uOTHR` properly
ZyX
2016-04-18
*
|
|
|
|
|
|
|
encode: Fail to dump NaN and infinity
ZyX
2016-04-18
*
|
|
|
|
|
|
|
api/documentation: Add a warning that nil may mean v:null
ZyX
2016-04-18
*
|
|
|
|
|
|
|
eval: Rename json* functions to json_*
ZyX
2016-04-18
*
|
|
|
|
|
|
|
api: Replace set_var(name, NIL) with del_var(name)
ZyX
2016-04-18
*
|
|
|
|
|
|
|
eval/encode: Remove unneeded variable, add missing include
ZyX
2016-04-18
*
|
|
|
|
|
|
|
eval/encode: Free memory just in case
ZyX
2016-04-18
*
|
|
|
|
|
|
|
eval/encode: Reduce length of encode_list_write
ZyX
2016-04-18
*
|
|
|
|
|
|
|
eval/encode: Fix invalid UTF-8 strings handling:
ZyX
2016-04-18
*
|
|
|
|
|
|
|
eval/encode: Fix writing strings starting with NL to list
ZyX
2016-04-18
*
|
|
|
|
|
|
|
eval: Fix QuickBuild failures
ZyX
2016-04-18
*
|
|
|
|
|
|
|
version: Record that vim-7.4.1271 is kinda of there
ZyX
2016-04-18
*
|
|
|
|
|
|
|
eval/encode: Fix non-utf-8 &encoding handling, add tests
ZyX
2016-04-18
*
|
|
|
|
|
|
|
*: Fix memory leaks found by clang sanitizer
ZyX
2016-04-18
*
|
|
|
|
|
|
|
shada: Make sure that NIL and EXT values can also be parsed back
ZyX
2016-04-18
[prev]
[next]