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
*
api: make try_end clean-up after an exception properly. Fixes #10809
Björn Linse
2019-09-02
*
API: make nvim_win_set_option() set window-global, not buffer-local #9110
Björn Linse
2019-09-01
*
paste: break lines at CR, CRLF #10877
Justin M. Keyes
2019-08-29
*
API: nvim_paste
Justin M. Keyes
2019-08-27
*
api: allow nvim_buf_attach from lua using callbacks
Björn Linse
2019-06-04
*
API/nvim_set_keymap: remove mode-shortname aliases
Justin M. Keyes
2019-05-12
*
API/nvim_set_keymap: minor cleanup
Justin M. Keyes
2019-05-12
*
API: nvim_set_keymap, nvim_del_keymap #9924
Yilin Yang
2019-05-12
*
floats: implement floating windows
Björn Linse
2019-03-02
*
ui: implement ext_messages
Björn Linse
2019-02-10
*
api: add nvim_create_buf to create a new empty buffer.
Björn Linse
2019-02-09
*
dict_set_var: check value before checking its container
Justin M. Keyes
2019-01-14
*
func_attr.h: FUNC_ATTR_PRINTF
Michael Hoffmann
2018-09-23
*
API: Avoid overrun when formatting error-message
Justin M. Keyes
2018-09-05
*
refactor: buf_collect_lines (#8509)
Justin M. Keyes
2018-06-09
*
api: list information about all channels/jobs.
Björn Linse
2018-05-23
*
API: nvim_get_commands(): always return keys
Justin M. Keyes
2018-05-11
*
API: nvim_get_commands()
Nimit Bhardwaj
2018-05-11
*
Merge #8329 'API: Make nvim_set_option() update `:verbose set …`'
Justin M. Keyes
2018-05-11
|
\
|
*
api: Make nvim_set_option() update `:verbose set ...`
b-r-o-c-k
2018-05-03
*
|
doc
Justin M. Keyes
2018-05-09
|
/
*
*: Replace did_throw checks with current_exception checks
ZyX
2018-03-25
*
*: Make sure that !did_throw implies !current_exception
ZyX
2018-03-25
*
build/MSVC: fix "C4003: not enough actual parameters for macro"
Justin M. Keyes
2018-03-18
*
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
[next]