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
/
mapping.c
Commit message (
Expand
)
Author
Age
*
refactor: move some constants out of vim_defs.h (#26298)
zeertzjq
2023-11-29
*
refactor: fix headers with IWYU
dundargoc
2023-11-28
*
refactor: fix runtime_defs.h (#26259)
zeertzjq
2023-11-28
*
refactor: rename types.h to types_defs.h
dundargoc
2023-11-27
*
refactor: fix includes for api/autocmd.h
dundargoc
2023-11-27
*
build(IWYU): export generated headers
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
*
fix(messages): :map output with ext_messages (#26126)
Bara C. Tudor
2023-11-22
*
refactor: enable formatting for ternaries
dundargoc
2023-11-20
*
build: remove PVS
dundargoc
2023-11-12
*
refactor: remove redundant casts
dundargoc
2023-11-11
*
refactor: change some xstrndup() and xstrnsave() to xmemdupz() (#25959)
zeertzjq
2023-11-10
*
vim-patch:8.2.4932: not easy to filter the output of maplist()
zeertzjq
2023-11-09
*
vim-patch:8.2.4861: it is not easy to restore saved mappings
zeertzjq
2023-11-09
*
vim-patch:8.2.4825: can only get a list of mappings
zeertzjq
2023-11-09
*
vim-patch:8.2.4820: not simple programmatic way to find a specific mapping
zeertzjq
2023-11-09
*
vim-patch:8.2.4140: maparg() does not indicate the type of script
zeertzjq
2023-11-09
*
refactor(api): simplify nvim_set_keymap shortname check (#25945)
zeertzjq
2023-11-09
*
refactor: the long goodbye
dundargoc
2023-10-09
*
refactor: move cmdline completion types to cmdexpand_defs.h (#25465)
zeertzjq
2023-10-02
*
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(messages): fold msg_attr into msg
bfredl
2023-09-27
*
refactor(messages): fold msg_outtrans_attr into msg_outtrans
bfredl
2023-09-27
*
refactor(mapping.c): reduce scope of locals
Lewis Russell
2023-09-16
*
refactor: move some structs out of buffer_defs.h (#24878)
zeertzjq
2023-08-26
*
vim-patch:9.0.1687: mapset() not properly handling script ID (#24666)
zeertzjq
2023-08-12
*
refactor(api): use typed keysets
bfredl
2023-08-07
*
feat(api): support abbreviations in nvim_set_keymap
bfredl
2023-06-09
*
refactor(api): new helper macros
Famiu Haque
2023-05-23
*
vim-patch:8.2.4890: inconsistent capitalization in error messages
zeertzjq
2023-05-05
*
vim-patch:9.0.1359: too many "else if" statements in handling options
Lewis Russell
2023-04-28
*
vim-patch:9.0.1330: handling new value of an option has a long "else if" chain
Lewis Russell
2023-04-28
*
refactor: uncrustify
dundargoc
2023-04-26
*
vim-patch:9.0.0335: checks for Dictionary argument often give a vague error (...
zeertzjq
2023-04-25
*
vim-patch:8.2.1049: Vim9: leaking memory when using continuation line
zeertzjq
2023-04-14
*
vim-patch:9.0.1442: mapset() does not restore non-script context (#22942)
zeertzjq
2023-04-08
*
refactor: remove redundant casts
ii14
2023-04-07
*
refactor: remove redundant casts
ii14
2023-04-07
*
refactor: remove redundant const char * casts
ii14
2023-04-07
*
refactor: remove char_u (#22829)
dundargoc
2023-04-02
*
feat(api): add filetype option nvim_get_option_value
Lewis Russell
2023-03-20
*
refactor: replace char_u with char or uint8_t (#22400)
dundargoc
2023-03-04
*
refactor(getchar.c): change most char_u to uint8_t (#22444)
zeertzjq
2023-02-28
*
vim-patch:9.0.1329: completion of map includes simplified ones (#22335)
zeertzjq
2023-02-20
*
fix(mappings): make "<" escaping in completion match Vim
zeertzjq
2023-02-18
*
fix(mappings): fix check for cpo-B inverted in completion
zeertzjq
2023-02-17
*
refactor: replace char_u with char (#21901)
dundargoc
2023-02-11
*
refactor: reduce scope of locals as per the style guide (#22206)
dundargoc
2023-02-11
[next]