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
/
ex_docmd.c
Commit message (
Expand
)
Author
Age
*
perf(ui): reduce allocation overhead when encoding "redraw" events
bfredl
2022-06-20
*
vim-patch:8.2.5088: value of cmod_verbose is a bit complicated to use
zeertzjq
2022-06-14
*
vim-patch:8.2.1898: command modifier parsing always uses global cmdmod
zeertzjq
2022-06-14
*
refactor(api): remove redundant fields of CmdParseInfo
zeertzjq
2022-06-14
*
vim-patch:8.2.1897: command modifiers are saved and set inconsistently
zeertzjq
2022-06-14
*
vim-patch:8.2.0577: not all modifiers supported for :options (#18952)
zeertzjq
2022-06-13
*
refactor(api): move command related API to separate file
bfredl
2022-06-12
*
refactor: change type of linenr_T from long to int32_t
Dundar Goc
2022-06-10
*
fix(inccommand): do not try to preview an ambiguous command (#18827)
zeertzjq
2022-06-01
*
feat: add preview functionality to user commands
Famiu Haque
2022-05-31
*
vim-patch:8.2.5037: cursor position may be invalid after "0;" range (#18782)
zeertzjq
2022-05-29
*
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
*
fix(cid/352839): USE_AFTER_FREE in create_user_command #18669
James McCoy
2022-05-22
*
fix: make `nvim_cmd` not suppress errors inside key mapping
Famiu Haque
2022-05-19
*
Merge pull request #18562 from famiu/feat/ui/winbar
bfredl
2022-05-18
|
\
|
*
feat(ui): add `'winbar'`
Famiu Haque
2022-05-18
*
|
Merge #18605 PVS fixes
Justin M. Keyes
2022-05-18
|
\
\
|
*
|
fix(PVS/V547): "expression is always false"
Dundar Goc
2022-05-17
|
|
/
*
/
vim-patch:8.2.4975: recursive command line loop may cause a crash (#18614)
zeertzjq
2022-05-18
|
/
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-16
*
ci(clint): remove clint.py line length check #18574
dundargoc
2022-05-15
*
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
*
|
fix(cmd): make :-tabmove work with modifiers (#18447)
Marco Hinz
2022-05-12
*
|
refactor: rename keymap.{c,h} to keycodes.{c,h} (#18535)
zeertzjq
2022-05-12
*
|
Merge pull request #18366 from famiu/feat/api/nvim_cmd
bfredl
2022-05-11
|
\
\
|
|
/
|
/
|
|
*
feat(api): add `nvim_cmd`
Famiu Haque
2022-05-11
*
|
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
*
Merge pull request #18425 from dundargoc/refactor/char_u/1
bfredl
2022-05-07
|
\
|
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-07
*
|
Merge pull request #18450 from dundargoc/build/clint/remove-function-size-war...
bfredl
2022-05-07
|
\
\
|
*
|
build(clint): remove "function size is too large" warning
Dundar Goc
2022-05-06
|
|
/
*
/
fix(api): make `nvim_parse_cmd` work correctly with both range and count
Famiu Haque
2022-05-07
|
/
*
Merge pull request #18438 from famiu/feat/api/nvim_parse_cmd
bfredl
2022-05-06
|
\
|
*
fix(api): make `nvim_parse_cmd` propagate errors
Famiu Haque
2022-05-05
*
|
refactor: replace char_u variables and functions with char
Dundar Goc
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-04
*
feat(nvim_parse_cmd): add range, count, reg #18383
Famiu Haque
2022-05-04
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-03
*
fix(api): preserve `cmdmod` on `nvim_parse_cmd`
Famiu Haque
2022-05-02
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-04-30
*
feat(api): add `nvim_parse_cmdline`
Famiu Haque
2022-04-30
*
refactor: replace char_u variables and functions with char (#18288)
dundargoc
2022-04-30
*
refactor(uncrustify): change rules to better align with the style guide
Dundar Goc
2022-04-29
*
vim-patch:8.1.2145: cannot map <C-H> when modifyOtherKeys is enabled
zeertzjq
2022-04-29
*
refactor: enable -Wconversion warning for ex_docmd.c (#18277)
dundargoc
2022-04-27
[next]