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
/
defs.h
Commit message (
Expand
)
Author
Age
*
feat(keysets): teach Union and LuaRefOf
Lewis Russell
2024-11-25
*
refactor(api)!: rename Dictionary => Dict
Justin M. Keyes
2024-09-23
*
refactor(shada): rework msgpack decoding without msgpack-c
bfredl
2024-08-05
*
refactor(declarations): also generate prototypes for functions in headers
bfredl
2024-07-13
*
refactor(msgpack): allow flushing buffer while packing msgpack
bfredl
2024-03-07
*
refactor(api): give "hl_group" more accurate _meta type
bfredl
2024-01-22
*
refactor(api): use hl id directly in nvim_buf_set_extmark
glepnir
2024-01-20
*
refactor: rename types.h to types_defs.h
dundargoc
2023-11-27
*
refactor: replace manual header guards with #pragma once
dundargoc
2023-11-12
*
refactor(api): use typed keysets
bfredl
2023-08-07
*
test: spellcheck :help (vimdoc) files #24109
Justin M. Keyes
2023-06-22
*
refactor(api): make typed dicts appear as types in the source code
bfredl
2023-04-07
*
fix(ui-ext): log and clear error in ui_comp_event (#21147)
Andrew Willette
2022-11-30
*
refactor: clang-tidy fixes to silence clangd warning (#20683)
dundargoc
2022-10-21
*
refactor: move klib out of src/nvim/ #20341
dundargoc
2022-09-25
*
perf(ui): unpack grid_line (screen contents) directly
bfredl
2022-07-19
*
perf(ui): reduce allocation overhead when encoding "redraw" events
bfredl
2022-06-20
*
refactor: uncrustify #16090
dundargoc
2021-10-29
*
refactor: format header files with uncrustify #15877
dundargoc
2021-10-09
*
refactor(api): handle option dicts properly
Björn Linse
2021-10-03
*
api: allow nvim_buf_attach from lua using callbacks
Björn Linse
2019-06-04
*
RPC: eliminate NO_RESPONSE
Justin M. Keyes
2019-04-12
*
multigrid: reorganize types and global varaibles
Björn Linse
2018-12-31
*
build/MSVC: fix "C4028: formal parameter different from declaration"
Justin M. Keyes
2018-03-18
*
Merge branch 'master' into luaviml'/lua
ZyX
2017-05-08
|
\
|
*
api/internal: Remove `set` field from Error type.
Justin M. Keyes
2017-04-23
|
*
api: Do not truncate errors <1 MB. #6237
Sander Bosma
2017-04-23
*
|
api: Use a form of `1 << 63` for INTERNAL_CALL_MASK
ZyX
2017-03-27
*
|
api: Allow kObjectTypeNil to be zero without breaking compatibility
ZyX
2017-03-27
*
|
api: Reserve more numbers for internal calls
ZyX
2017-03-27
*
|
executor/converter: Make nlua_pop_Object not recursive
ZyX
2017-03-27
|
/
*
object_to_vim: Fix buffer/window/tabpage conversion on BE systems
James McCoy
2016-11-02
*
api: call multiple methods atomically (useful in async contexts)
Björn Linse
2016-10-22
*
api: When calling get/set_lines from vimL, don't convert between "\n" and "\0".
Björn Linse
2016-08-31
*
api: unify buffer numbers and window ids with handles
Björn Linse
2016-08-31
*
msgpack_rpc: Also make msgpack_from_*/msgpack_to_* functions not recur
ZyX
2016-06-24
*
*: Fix new linter errors
ZyX
2016-06-11
*
api: Add warnings about the returned value to \*del_var functions
ZyX
2016-04-18
*
msgpack: Allow notifications to execute commands.
Scott Prager
2015-04-13
*
api/msgpack-rpc: Improve error infrastructure
Thiago de Arruda
2014-09-18
*
api metadata: Allow typed container information in api functions
Thiago de Arruda
2014-09-12
*
api/msgpack-rpc: Refactor metadata object construction
Thiago de Arruda
2014-09-12
*
api: initialize capacity in the array_dict_macro
Thiago de Arruda
2014-09-12
*
api/msgpack-rpc: Remove Position type, using arrays instead.
Thiago de Arruda
2014-09-12
*
api/msgpack-rpc: Parse type information from api/private/defs.h
Thiago de Arruda
2014-09-12
*
api/msgpack-rpc: Remove specialized array types
Thiago de Arruda
2014-09-12
*
channel/msgpack_rpc: Refactor API dispatching
Thiago de Arruda
2014-06-24
*
api: Enable usage of Arrays and Dictionaries as [k]vectors
Thiago de Arruda
2014-06-18
*
Initialize Object, Position
Justin M. Keyes
2014-05-31
*
Build: Add more files to clint-files.txt and fix errors
Thiago de Arruda
2014-05-26
[next]