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
/
generators
/
gen_api_dispatch.lua
Commit message (
Expand
)
Author
Age
*
refactor: fix headers with IWYU
dundargoc
2023-11-28
*
build: remove PVS
dundargoc
2023-11-12
*
feat(lua): specific error messages for type checking `opts` params
bfredl
2023-08-07
*
refactor(api): use typed keysets
bfredl
2023-08-07
*
feat(lua): more specific error messages for vim.api type checking
bfredl
2023-08-04
*
feat(lua-types): types for vim.api.* (#24523)
Lewis Russell
2023-08-01
*
fix(api): use text_locked() to check textlock
Sean Dewar
2023-07-05
*
fix(build): distinguish vim.mpack from global require'mpack'
bfredl
2023-04-20
*
refactor(build): use vendored versions of mpack and luabitop
bfredl
2023-04-19
*
refactor(api): make typed dicts appear as types in the source code
bfredl
2023-04-07
*
feat(lua): use vim.empty_dict() for empty return value in new api functions ...
bfredl
2023-03-20
*
refactor(log): reduce compile time LOG_LEVEL granularity
bfredl
2023-03-04
*
build: make generated source files reproducible #21586
Arnout Engelen
2023-01-23
*
docs: fix typos (#21427)
dundargoc
2023-01-04
*
fix(tui): more work in the TUI
bfredl
2022-12-31
*
feat(tui): run TUI as external process
hlpr98
2022-12-31
*
build: allow IWYU to fix includes for all .c files
dundargoc
2022-11-15
*
feat(lua-api): avoid unnecessary allocations (#19877)
Lewis Russell
2022-11-14
*
refactor(arena): use a shared block freelist
bfredl
2022-08-24
*
perf(api): allow to use an arena for return values
bfredl
2022-08-23
*
fix(rpc): break nvim_error_event feedback loop between two nvim instances
bfredl
2022-07-19
*
vim-patch:8.2.0614: get ml_get error when deleting a line in 'completefunc' (...
zeertzjq
2022-07-07
*
fix(logging): skip recursion, fix crash #18764
Justin M. Keyes
2022-05-30
*
refactor(api): use hashy hash for looking up api method and event names
bfredl
2022-05-30
*
feat(api): implement nvim_{add,del}_user_command
Gregory Anders
2021-12-28
*
fix(runtime): don't use regexes inside lua require'mod'
Björn Linse
2021-10-17
*
refactor(api): make export of functions opt-in, not opt-out
Björn Linse
2021-10-03
*
refactor(api): handle option dicts properly
Björn Linse
2021-10-03
*
refactor(lua): rename nlua_msgpack_ => nlua_api_
Björn Linse
2021-08-28
*
refactor(map): remove extra-allocating map_new/map_free functions
Björn Linse
2021-08-22
*
chore: use codespell to spell check #15016
dundargoc
2021-07-07
*
api: allow open non-current buffer as terminal (+ xmas bonus)
Björn Linse
2021-03-12
*
api: add textlock check
notomo
2020-12-15
*
feat(lua): improve error message to make it actionable (#13276)
Alvaro Muñoz
2020-11-13
*
gen_api_dispatch.lua: allow msgpack int for Float args; test: add ui_pum_set_...
Yatao Li
2020-04-28
*
tree-sitter: implement query functionality and highlighting prototype [skip.l...
Björn Linse
2019-12-22
*
jobstop(): close channel before process_stop() #10522
Justin M. Keyes
2019-07-17
*
Fix luacheck errors for all Lua source files
Sameed Ali
2019-07-04
*
api/lua: make nvim_execute_lua use native lua floats, not special tables
Björn Linse
2019-07-01
*
libluv: use luv_set_callback to control callback execution
Björn Linse
2019-06-30
*
rename: FUNC_API_ASYNC => FUNC_API_FAST
Björn Linse
2019-06-30
*
api: allow nvim_buf_attach from lua using callbacks
Björn Linse
2019-06-04
*
build: -Wmissing-prototypes
Justin M. Keyes
2019-02-04
*
log: RPC, input, other events
Justin M. Keyes
2018-09-19
*
API: Accept empty lists as dictionaries
KillTheMule
2018-05-23
*
*: Add some PVS comments
ZyX
2018-04-15
*
api: always use prefix FUNC_API, also change NOEVAL to REMOTE_ONLY
Björn Linse
2017-05-10
*
generators: separate source generators from scripts
Björn Linse
2017-05-10