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
*
vim-patch:8.2.0274: hang with combination of feedkeys(), Ex mode and :global
zeertzjq
2022-07-08
*
feat(tui): recognize keypad keys when using kitty keyboard protocol
erw7
2022-07-04
*
vim-patch:9.0.0024: may access part of typeahead buf that isn't filled
zeertzjq
2022-07-03
*
refactor: replace char_u #18429
dundargoc
2022-06-28
*
refactor(map): statically initialize maphash array
bfredl
2022-06-24
*
refactor: move some mapping-related code to a separate file (#19061)
zeertzjq
2022-06-23
*
fix(input): use correct grid when restoring cursor for <expr> mapping (#19047)
zeertzjq
2022-06-23
*
vim-patch:8.2.5076: unnecessary code (#18922)
zeertzjq
2022-06-11
*
fix(input): fix macro recording with ALT and special key (#18917)
zeertzjq
2022-06-10
*
fix(input): allow Ctrl-C to interrupt a recursive mapping even if mapped (#18...
zeertzjq
2022-06-07
*
vim-patch:8.2.5064: no test for what 8.1.0052 fixes (#18881)
zeertzjq
2022-06-07
*
vim-patch:8.2.5058: input() does not handle composing characters properly (#1...
zeertzjq
2022-06-06
*
refactor: correct comments and assertions about mapping rhs <Nop> (#18821)
zeertzjq
2022-06-01
*
refactor: missing parenthesis may cause unexpected problems (#17443)
kylo252
2022-05-26
*
refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)
dundargoc
2022-05-25
*
refactor!: delete insertmode (#18547)
Gregory Anders
2022-05-22
*
refactor!: remove 'remap' option
Dundar Goc
2022-05-19
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-16
*
revert: "feat(mappings): do not simplify the rhs of a mapping" (#18553)
zeertzjq
2022-05-13
*
feat(defaults): search selection by * and # in visual mode (#18538)
yamatsum
2022-05-13
*
Merge pull request #18489 from dundargoc/refactor/remove-char_u
bfredl
2022-05-13
|
\
|
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-11
*
|
refactor: rename keymap.{c,h} to keycodes.{c,h} (#18535)
zeertzjq
2022-05-12
|
/
*
vim-patch:8.2.4911: the mode #defines are not clearly named (#18499)
zeertzjq
2022-05-10
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-09
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-07
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-05
*
vim-patch:8.2.4867: listing of mapping with K_SPECIAL is wrong (#18419)
zeertzjq
2022-05-05
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-04
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-03
*
vim-patch:8.2.4848: local completion with mappings and simplification not wor...
zeertzjq
2022-04-30
*
vim-patch:8.1.2191: when using modifyOtherKeys CTRL-X mode may not work
zeertzjq
2022-04-30
*
fix(input): only disable mapped CTRL-C interrupts when getting input (#18310)
zeertzjq
2022-04-30
*
Merge pull request #18162 from dundargoc/refactor/unctustify
bfredl
2022-04-29
|
\
|
*
refactor(uncrustify): change rules to better align with the style guide
Dundar Goc
2022-04-29
|
*
refactor(uncrustify): format all c code under /src/nvim/
Dundar Goc
2022-04-29
*
|
feat(mappings): do not simplify the rhs of a mapping
zeertzjq
2022-04-29
*
|
feat(mappings): allow special keys and modifiers in <Cmd> mapping
zeertzjq
2022-04-29
|
/
*
fix(mappings): fix double-free when unmapping simplifiable Lua mapping
zeertzjq
2022-04-29
*
feat(mappings): do not replace existing mapping for simplified form
zeertzjq
2022-04-29
*
vim-patch:8.2.4837: modifiers not simplified when timed out
zeertzjq
2022-04-29
*
vim-patch:8.2.4833: failure of mapping not checked for
zeertzjq
2022-04-29
*
vim-patch:8.2.4829: a key may be simplified to NUL
zeertzjq
2022-04-29
*
vim-patch:8.2.4828: fix for unmapping simplified key not fully tested
zeertzjq
2022-04-29
*
vim-patch:8.2.4827: typo in variable name
zeertzjq
2022-04-29
*
vim-patch:8.2.4824: expression is evaluated multiple times
zeertzjq
2022-04-29
*
vim-patch:8.2.4819: unmapping simplified keys also deletes other mapping
zeertzjq
2022-04-29
*
vim-patch:8.2.4504: when there is a partially matching map full map may not work
zeertzjq
2022-04-29
*
vim-patch:8.2.3595: check for signed overflow might not work everywhere
zeertzjq
2022-04-29
*
vim-patch:8.2.0919: merging modifier for modifyOtherKeys is done twice
zeertzjq
2022-04-29
[next]