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
*
vim-patch:9.1.0814: mapset() may remove unrelated mapping (#30941)
zeertzjq
2024-10-24
*
refactor: use ERROR_SET() to check for error (#30594)
zeertzjq
2024-10-01
*
refactor(api)!: rename Dictionary => Dict
Justin M. Keyes
2024-09-23
*
vim-patch:9.0.0634: evaluating "expr" options has more overhead than needed
zeertzjq
2024-08-02
*
refactor(mappings): elide description copy (#29910)
zeertzjq
2024-07-30
*
vim-patch:9.1.0642: Check that mapping rhs starts with lhs fails if not simpl...
zeertzjq
2024-07-30
*
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
*
docs: misc (#28609)
dundargoc
2024-05-15
*
refactor: add xmemcpyz() and use it in place of some xstrlcpy() (#28422)
zeertzjq
2024-04-20
*
refactor(api): use an arena for mappings
bfredl
2024-02-18
*
refactor(eval): use arena when converting typvals to Object
bfredl
2024-02-15
*
refactor(lua): use Arena when converting from lua stack to API args
bfredl
2024-02-13
*
vim-patch:partial:9.0.1196: code is indented more than necessary (#27315)
zeertzjq
2024-02-03
*
feat(api): support getting abbreviations (#26868)
Raphael
2024-01-20
*
refactor(IWYU): fix headers
dundargoc
2024-01-11
*
refactor: follow style guide
dundargoc
2023-12-30
*
refactor: remove CPO_TO_CPO_FLAGS() (#26718)
zeertzjq
2023-12-23
*
fix(mappings): fix mapset() not replacing map with backslash (#26719)
zeertzjq
2023-12-23
*
refactor: use `bool` to represent boolean values
dundargoc
2023-12-19
*
refactor: object_to_vim() cannot fail
Justin M. Keyes
2023-12-07
*
build: don't define FUNC_ATTR_* as empty in headers (#26317)
zeertzjq
2023-11-30
*
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
[next]