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
Commit message (
Expand
)
Author
Age
...
*
|
fix(tui): disable extended keys before exiting alternate screen (#18318)
zeertzjq
2022-04-30
*
|
vim-patch:8.2.0144: some mapping code is not fully tested (#18313)
zeertzjq
2022-04-30
*
|
fix(input): only disable mapped CTRL-C interrupts when getting input (#18310)
zeertzjq
2022-04-30
*
|
vim-patch:8.2.4845: duplicate code
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
|
*
|
refactor(uncrustify): disable formatting in problematic code sections
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.2728: special key names don't work if 'isident' is cleared
zeertzjq
2022-04-29
*
|
vim-patch:8.1.2346: CTRL-R CTRL-R doesn't work with modifyOtherKeys
zeertzjq
2022-04-29
*
|
vim-patch:8.2.0919: merging modifier for modifyOtherKeys is done twice
zeertzjq
2022-04-29
*
|
vim-patch:8.2.0916: mapping with partly modifyOtherKeys code does not work
zeertzjq
2022-04-29
*
|
revert: "refactor: Remove allow_keys global (#6346)"
zeertzjq
2022-04-29
*
|
vim-patch:8.2.0867: using \{xxx} for encoding a modifier is not nice
zeertzjq
2022-04-29
*
|
vim-patch:8.2.0855: GUI tests fail because the test doesn't use a modifier
zeertzjq
2022-04-29
*
|
vim-patch:8.2.0851: can't distinguish <M-a> from accented "a" in the GUI
zeertzjq
2022-04-29
*
|
vim-patch:8.2.0839: dropping modifier when putting a character back in typeahead
zeertzjq
2022-04-29
*
|
vim-patch:partial:8.2.0815: maparg() does not provide enough information for ...
zeertzjq
2022-04-29
*
|
feat(edit): insert an unsimplified key using CTRL-SHIFT-V
zeertzjq
2022-04-29
*
|
vim-patch:8.1.2167: mapping test fails on MS-Windows
zeertzjq
2022-04-29
*
|
vim-patch:8.1.2165: mapping test fails on Mac
zeertzjq
2022-04-29
*
|
vim-patch:8.1.2159: some mappings are listed twice
zeertzjq
2022-04-29
*
|
feat(input): delay all simplifications
zeertzjq
2022-04-29
*
|
test(old): revert changes from ed88ca75034a48916d165e88459c791c450df550
zeertzjq
2022-04-29
*
|
vim-patch:8.1.2145: cannot map <C-H> when modifyOtherKeys is enabled
zeertzjq
2022-04-29
*
|
fix: suppress "is a directory" messages with shortmess 'F' (#18296)
Gregory Anders
2022-04-28
|
/
*
Merge pull request #18254 from dundargoc/refactor/remove-char_u
bfredl
2022-04-27
|
\
|
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-04-25
*
|
refactor: enable -Wconversion warning for ex_docmd.c (#18277)
dundargoc
2022-04-27
*
|
refactor(build): remove unused includes #17078
kylo252
2022-04-26
*
|
refactor(terminal)!: drop winpty, require Windows 10 #18253
erw7
2022-04-26
*
|
fix: has() should preserve v:shell_error #18280
Andrey Mishchenko
2022-04-26
*
|
Merge pull request #18260 from dundargoc/refactor/enable-conversion-warning
bfredl
2022-04-26
|
\
\
|
*
|
refactor: enable -Wconversion warning for funcs.c and userfuncs.c
Dundar Goc
2022-04-26
*
|
|
feat(tui): query terminal for CSI u support (#18181)
Gregory Anders
2022-04-25
*
|
|
vim-patch:8.2.4765: function matchfuzzy() sorts too many items
zeertzjq
2022-04-26
*
|
|
vim-patch:8.2.4760: using matchfuzzy() on a long list can take a while
zeertzjq
2022-04-26
[prev]
[next]