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
/
getchar.c
Commit message (
Expand
)
Author
Age
*
feat(lua): allow vim.on_key() callback to consume the key (#30939)
errael
2024-11-01
*
refactor: use ERROR_SET() to check for error (#30594)
zeertzjq
2024-10-01
*
fix(paste): only record a paste when it's from RPC (#30491)
zeertzjq
2024-09-24
*
fix(paste): improve repeating of pasted text (#30438)
zeertzjq
2024-09-22
*
refactor(os/input.c): rename os_inchar => input_get #30327
Justin M. Keyes
2024-09-10
*
vim-patch:9.1.0644: Unnecessary STRLEN() when applying mapping (#29921)
zeertzjq
2024-07-31
*
refactor: collapse statements in single assignments
Lewis Russell
2024-07-30
*
vim-patch:9.1.0642: Check that mapping rhs starts with lhs fails if not simpl...
zeertzjq
2024-07-30
*
docs: misc (#29622)
dundargoc
2024-07-15
*
vim-patch:9.1.0573: ex: no implicit print for single addresses
zeertzjq
2024-07-14
*
vim-patch:9.1.0580: :lmap mapping for keypad key not applied when typed in Se...
zeertzjq
2024-07-14
*
fix(input): handle vim.on_key() properly with ALT and K_SPECIAL (#29677)
zeertzjq
2024-07-13
*
revert: "refactor: use S_LEN macro" (#29319)
Lewis Russell
2024-06-14
*
refactor: use S_LEN(s) instead of s, n (#29219)
James
2024-06-11
*
refactor: move shared messages to errors.h #26214
Justin M. Keyes
2024-06-01
*
vim-patch:9.1.0365: Crash when typing many keys with D- modifier (#28464)
zeertzjq
2024-04-23
*
refactor: add xmemcpyz() and use it in place of some xstrlcpy() (#28422)
zeertzjq
2024-04-20
*
vim-patch:9.1.0351: No test that completing a partial mapping clears 'showcmd...
zeertzjq
2024-04-19
*
test: 'showcmd' with ext_messages and Visual selection (#28393)
zeertzjq
2024-04-18
*
vim-patch:9.1.0343: 'showcmd' wrong for partial mapping with multibyte (#28392)
zeertzjq
2024-04-18
*
feat(lua): pass keys before mapping to vim.on_key() callback (#28098)
zeertzjq
2024-03-31
*
test: add a bit more testing for vim.on_key() (#28095)
zeertzjq
2024-03-29
*
vim-patch:9.1.0227: Recording may still be wrong in Select mode (#28092)
zeertzjq
2024-03-29
*
fix(api/buffer): fix handling of viewport of non-current buffer
bfredl
2024-03-13
*
refactor(fileio): remove API shell layer encouraging unnecessary allocations
bfredl
2024-02-25
*
refactor(lua): use Arena when converting from lua stack to API args
bfredl
2024-02-13
*
vim-patch:9.1.0060: Recorded register cannot be translated using keytrans() (...
zeertzjq
2024-01-29
*
refactor: use "csarg" for CharsizeArg variables (#27123)
zeertzjq
2024-01-22
*
perf: reuse fast character size calculation algorithm from getvcol()
VanaIgr
2024-01-22
*
refactor(IWYU): fix headers
dundargoc
2024-01-11
*
refactor: follow style guide
dundargoc
2023-12-30
*
refactor: run IWYU on entire repo
dundargoc
2023-12-21
*
refactor: use `bool` to represent boolean values
dundargoc
2023-12-19
*
build: don't define FUNC_ATTR_* as empty in headers (#26317)
zeertzjq
2023-11-30
*
refactor: fix headers with IWYU
dundargoc
2023-11-28
*
refactor: rename types.h to types_defs.h
dundargoc
2023-11-27
*
build(IWYU): fix includes for undo_defs.h
dundargoc
2023-11-27
*
build(IWYU): fix includes for func_attr.h
dundargoc
2023-11-27
*
refactor: move Arena and ArenaMem to memory_defs.h (#26240)
zeertzjq
2023-11-27
*
refactor: follow style guide
dundargoc
2023-11-19
*
refactor: follow style guide
dundargoc
2023-11-13
*
build: remove PVS
dundargoc
2023-11-12
*
fix(f_wait): flush UI before blocking (#25962)
zeertzjq
2023-11-10
*
refactor: the long goodbye
dundargoc
2023-11-05
*
vim-patch:8.1.0822: peeking and flushing output slows down execution (#25629)
zeertzjq
2023-10-14
*
refactor: the long goodbye
dundargoc
2023-10-03
*
refactor: reorganize option header files (#25437)
zeertzjq
2023-09-30
*
build(iwyu): add a few more _defs.h mappings (#25435)
zeertzjq
2023-09-30
*
refactor: remove long
dundargoc
2023-09-29
*
refactor: move some structs out of buffer_defs.h (#24878)
zeertzjq
2023-08-26
[next]