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
/
eval.c
Commit message (
Expand
)
Author
Age
*
*: Fix preincrement lint errors
ZyX
2016-04-18
*
eval/encode: Make sure that encoder can encode NULL variables
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
*
eval: Remove assert expression
ZyX
2016-04-18
*
eval: Do not break when VimVarIndex and vimvars order mismatches
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: Fix QuickBuild failures
ZyX
2016-04-18
*
eval: Port parts of 7.4.1267 that are not already present
ZyX
2016-04-18
*
eval: Make assert_true and assert_false accept v:true and v:false
ZyX
2016-04-18
*
*: Fix linter errors
ZyX
2016-04-18
*
eval: Remove v:none
ZyX
2016-04-18
*
eval: Remove get_vim_var_tv function
ZyX
2016-04-18
*
eval: Move some decoding functions to eval/decode.c
ZyX
2016-04-18
*
eval: Get rid of VV_LEN constant
ZyX
2016-04-18
*
eval: Move encode.c to eval/encode.c
ZyX
2016-04-18
*
eval: Add jsondecode() function
ZyX
2016-04-18
*
eval: Add special variables v:false, v:null, v:none
ZyX
2016-04-18
*
eval: Add special variable type
ZyX
2016-04-18
*
eval: Add jsonencode() function
ZyX
2016-04-18
*
eval: Split out typval_T dumping functions to nvim/encode.c
ZyX
2016-04-18
*
eval.c: Fix heap corruption error when constructing sourcing_name
oni-link
2016-04-17
*
eval.c: Fix cut off of terminal exit message
oni-link
2016-04-17
*
Merge pull request #4357 from jbradaric/vim-7.4.1105
Justin M. Keyes
2016-04-09
|
\
|
*
eval: Fix linter error.
Jurica Bradaric
2016-02-27
|
*
vim-patch:7.4.1105
Jurica Bradaric
2016-02-27
*
|
vim-patch:7.4.1654
James McCoy
2016-03-30
*
|
vim-patch:7.4.1643
James McCoy
2016-03-30
*
|
vim-patch:7.4.1641
James McCoy
2016-03-30
*
|
Proper type checking for set{qf,loc}list()
Marco Hinz
2016-03-02
*
|
Correct max numbers of args for some functions
Marco Hinz
2016-03-01
*
|
ops.c: breakout shared register type formatting code
Björn Linse
2016-02-29
*
|
eval: add v:event, which will contain data events want to propagate to their ...
Björn Linse
2016-02-29
*
|
Merge pull request #3900 from ZyX-I/inf-nan-string
Justin M. Keyes
2016-02-28
|
\
\
|
|
/
|
/
|
|
*
eval: Return different values when dividing by zero
ZyX
2016-02-02
|
*
eval: Use str2float() to represent inf and nan values
ZyX
2016-02-02
*
|
Avoid internal errors with setloclist()
Marco Hinz
2016-02-26
*
|
Make set{qf,loc}list() take {title}
Marco Hinz
2016-02-25
*
|
set_vim_var_dict: Allow NULL `val`.
Justin M. Keyes
2016-02-23
*
|
Merge pull request #4259 from watiko/vim-7.4.881
Justin M. Keyes
2016-02-22
|
\
\
|
*
|
vim-patch:7.4.879
watiko
2016-02-15
*
|
|
Make TermClose event return the associated buffer
Marco Hinz
2016-02-21
*
|
|
Merge pull request #4240 from jbradaric/vim-7.4.888
Justin M. Keyes
2016-02-19
|
\
\
\
|
*
|
|
eval: Fix linter error.
Jurica Bradaric
2016-02-15
|
*
|
|
vim-patch:7.4.888
Jurica Bradaric
2016-02-15
*
|
|
|
vim-patch:7.4.844 #4228
Jurica Bradaric
2016-02-17
|
/
/
/
*
/
/
vim-patch:7.4.792
watiko
2016-02-11
|
/
/
*
|
vim-patch:7.4.834
Jurica Bradaric
2016-02-09
[next]