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
/
api
/
private
/
helpers.c
Commit message (
Expand
)
Author
Age
*
ui: refactor ui options
Björn Linse
2018-02-13
*
*: Provide list length when allocating lists
ZyX
2018-01-14
*
*: Remove most calls to tv_list_item_alloc
ZyX
2017-12-24
*
*: Hide list implementation in other files as well
ZyX
2017-12-10
*
*: Start hiding list implementation
ZyX
2017-12-10
*
Merge #7593 'PVS static analysis fixes'
Justin M. Keyes
2017-11-22
|
\
|
*
helpers.c: statically assert integer falls within range
Peter Kalauskas
2017-11-22
|
/
*
ext_cmdline: add support for highlighting
Björn Linse
2017-10-26
*
ext_cmdline: added cmdline level
Dongdong Zhou
2017-10-26
*
api/helpers: Fix typo
ZyX
2017-08-06
*
api/helpers: Clarify try_start() usage
ZyX
2017-08-06
*
*: Fix clint errors
ZyX
2017-07-18
*
api helpers: Also save and restore did_emsg
ZyX
2017-07-18
*
api helpers: Save/restore more values in try_enter/try_leave
ZyX
2017-07-16
*
Merge branch 'master' into colored-cmdline
ZyX
2017-07-15
|
\
|
*
dict_get_value(): name the missing key (#6952)
Matthieu Coudron
2017-07-03
*
|
ex_getln: Save and restore try state
ZyX
2017-07-01
|
/
*
vim-patch:8.0.0607 (#6879)
Daniel Hahler
2017-06-11
*
get_keymap API (#6236)
TJ DeVries
2017-05-25
*
api: add metadata for ui events
Björn Linse
2017-05-10
*
api: generate ui events
Björn Linse
2017-05-10
*
Merge branch 'master' into luaviml'/lua
ZyX
2017-05-08
|
\
|
*
api: Do not translate error messages.
Justin M. Keyes
2017-04-24
|
*
api_set_error(): rename
Justin M. Keyes
2017-04-23
|
*
api/internal: Remove `set` field from Error type.
Justin M. Keyes
2017-04-23
|
*
api_clear_error: Skip if error was not set.
Justin M. Keyes
2017-04-23
|
*
api_clear_error()
Justin M. Keyes
2017-04-23
|
*
api: Do not truncate errors <1 MB. #6237
Sander Bosma
2017-04-23
|
*
*: Add comment to all C files
ZyX
2017-04-19
*
|
Merge branch 'master' into luaviml'/lua
ZyX
2017-04-08
|
\
|
|
*
api: {get,set}_option should {get,set} global value of local options (#6405)
Jakob Schnitzer
2017-03-30
|
*
eval: Move copy_tv to eval/typval
ZyX
2017-03-29
|
*
eval,*: Move get_tv_string to typval.c
ZyX
2017-03-29
|
*
*: Move some dictionary functions to typval.h and use char*
ZyX
2017-03-29
|
*
eval: Split eval.c into smaller files
ZyX
2017-03-29
*
|
api: Also shift numbers in api_metadata output
ZyX
2017-03-27
*
|
functests: Test for error conditions
ZyX
2017-03-27
|
/
*
api: Make sure dict_set_var doesn’t edit read-only values
ZyX
2017-02-23
*
api: Rename dict_set_value to dict_set_var
ZyX
2017-02-23
*
api/helpers: Remove NULL dereference (#6109)
Nikolai Aleksandrovich Pavlov
2017-02-14
*
Make Nvim work with latest vim-patch v7.4.2024
Marco Hinz
2017-02-04
*
eval: Fix failing test
ZyX
2017-01-07
*
eval: Make sure that copyID is reset when needed
ZyX
2017-01-07
*
eval/typval_encode: Use TYPVAL_ENCODE_CONV_EMPTY_DICT for partials
ZyX
2017-01-06
*
*: Remove `// fname()` comments near typval_encode includes
ZyX
2017-01-04
*
tests: Add tests for partials dumping
ZyX
2017-01-03
*
eval/typval_encode: Refactor arguments to argument macroses
ZyX
2017-01-03
*
api/helpers: Fix unused variable error in release build
ZyX
2017-01-03
*
eval/typval_encode: Refactor big-big macros into .c.h file
ZyX
2017-01-03
*
eval/typval_encode: Make partial conversions not recursive
ZyX
2017-01-03
[next]