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
/
api
/
command.c
Commit message (
Expand
)
Author
Age
*
refactor(api)!: rename Dictionary => Dict
Justin M. Keyes
2024-09-23
*
refactor(shada): rework msgpack decoding without msgpack-c
bfredl
2024-08-05
*
fixup: apply the change on more files
James Tirta Halim
2024-06-04
*
docs: support inline markdown
Lewis Russell
2024-03-09
*
feat(docs): replace lua2dox.lua
Lewis Russell
2024-02-27
*
refactor(api): use an arena for user commands
bfredl
2024-02-19
*
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
*
refactor(api): use arena for nvim_parse_cmd()
bfredl
2024-02-09
*
refactor(IWYU): fix headers
dundargoc
2024-01-11
*
refactor(api): complete conversion from `Dictionary` to `Dict(opts)` (#26365)
Riccardo Mazzarini
2023-12-05
*
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
*
refactor: fix includes for api/autocmd.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: enable formatting for ternaries
dundargoc
2023-11-20
*
build: remove PVS
dundargoc
2023-11-12
*
refactor: change some xstrndup() and xstrnsave() to xmemdupz() (#25959)
zeertzjq
2023-11-10
*
refactor: move cmdline completion types to cmdexpand_defs.h (#25465)
zeertzjq
2023-10-02
*
build(iwyu): add a few more _defs.h mappings (#25435)
zeertzjq
2023-09-30
*
docs: replace <pre> with ``` (#25136)
Gregory Anders
2023-09-14
*
refactor(api): use typed keysets
bfredl
2023-08-07
*
docs: misc
Justin M. Keyes
2023-08-03
*
fix(api): nvim_parse_cmd error message in pcall() #23297
Alexandre Teoi
2023-07-01
*
fix(api): nvim_cmd{cmd="win_getid"} parsed as :winsize #24181
Justin M. Keyes
2023-06-28
*
test: spellcheck :help (vimdoc) files #24109
Justin M. Keyes
2023-06-22
*
refactor(api): new helper macros
Famiu Haque
2023-05-23
*
docs: small fixes
dundargoc
2023-05-13
*
refactor(api): make typed dicts appear as types in the source code
bfredl
2023-04-07
*
refactor: remove use of reserved c++ keywords
ii14
2023-04-06
*
feat(api): nvim_exec2(), deprecate nvim_exec() #19032
Evgeni Chasnovski
2023-03-25
*
refactor: do more in TRY_WRAP
Lewis Russell
2023-03-22
*
fix(api): set script context when setting usercmd or option (#22624)
zeertzjq
2023-03-11
*
docs: naming conventions, guidelines
Justin M. Keyes
2023-02-22
*
fix(api): allow empty Lua table for nested dicts #22268
Justin M. Keyes
2023-02-16
*
refactor(api): consistent VALIDATE messages #22262
Justin M. Keyes
2023-02-14
*
refactor(api): VALIDATE macros #22256
Justin M. Keyes
2023-02-14
*
refactor(api): VALIDATE macros #22187
Justin M. Keyes
2023-02-14
*
refactor: replace char_u with char (#21901)
dundargoc
2023-02-11
*
build: enable MSVC level 3 warnings (#21934)
dundargoc
2023-02-11
*
fix(api): "emsg_silent" should imply "silent" in nvim_cmd (#21438)
zeertzjq
2022-12-16
*
docs: add missing docs from some Vim patches (#21296)
zeertzjq
2022-12-05
*
docs(gen): support language annotation in docstrings
Christian Clason
2022-12-02
*
build: allow IWYU to fix includes for all .c files
dundargoc
2022-11-15
*
feat(api): add command name to Lua command callback opts
Famiu Haque
2022-11-07
*
Merge pull request #20364 from zeertzjq/parse-cmd-omit
bfredl
2022-09-30
|
\
|
*
fix(api)!: nvim_parse_cmd omit "count" "range" "reg" if not supported
zeertzjq
2022-09-30
[next]