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
*
refactor: fix clang and PVS warnings (#19532)
zeertzjq
2022-07-28
*
vim-patch:8.2.4623: Coverity warns for using uninitialized field
zeertzjq
2022-07-27
*
vim-patch:9.0.0081: command line completion of user command may have duplicat...
zeertzjq
2022-07-27
*
vim-patch:8.1.1933: the eval.c file is too big (#19462)
zeertzjq
2022-07-22
*
refactor: fix clang warnings (#19453)
zeertzjq
2022-07-21
*
vim-patch:8.2.1294: Vim9: error when using vim9script in TextYankPost
zeertzjq
2022-07-17
*
fix(api): fix nvim_parse_cmd interfere with printing line in Ex mode (#19400)
zeertzjq
2022-07-17
*
vim-patch:8.2.0593: finding a user command is not optimal (#19386)
zeertzjq
2022-07-16
*
vim-patch:8.2.0426: some errors were not tested for
zeertzjq
2022-07-15
*
fix(exmode): flush messages before printing a line after pressing Enter (#19341)
zeertzjq
2022-07-13
*
fix(exmode): do not throttle messages when pressing enter to print line
zeertzjq
2022-07-12
*
vim-patch:8.2.0243: insufficient code coverage for ex_docmd.c functions
zeertzjq
2022-07-12
*
vim-patch:8.2.0274: hang with combination of feedkeys(), Ex mode and :global
zeertzjq
2022-07-08
*
vim-patch:8.2.5063: error for a command may go over the end of IObuff (#19260)
zeertzjq
2022-07-07
*
fix(mark): fix unexpected cursor movements (#19253)
zeertzjq
2022-07-06
*
vim-patch:9.0.0031: <mods> of user command does not have correct verbose valu...
zeertzjq
2022-07-03
*
vim-patch:8.2.1900: Vim9: command modifiers do not work
zeertzjq
2022-07-03
*
refactor: replace char_u
Dundar Goc
2022-07-02
*
refactor(fold): style #19175
Lewis Russell
2022-07-02
*
vim-patch:8.1.0487: no menus specifically for the terminal window
zeertzjq
2022-07-01
*
vim-patch:8.0.1570: can't use :popup for a menu in the terminal
zeertzjq
2022-07-01
*
feat(marks): restore viewport on jump #15831
Javier Lopez
2022-06-30
*
feat(api): make `nvim_parse_cmd` and `nvim_cmd` support :filter
Famiu Haque
2022-06-28
*
refactor: replace char_u #18429
dundargoc
2022-06-28
*
fix(inccommand): parse the command to check if it is previewable
Famiu Haque
2022-06-28
*
fix(api): nvim_parse_cmd check for ambiguous user command (#19116)
zeertzjq
2022-06-27
*
vim-patch:8.2.4895: buffer overflow with invalid command with composing chars
zeertzjq
2022-06-24
*
refactor: move some mapping-related code to a separate file (#19061)
zeertzjq
2022-06-23
*
vim-patch:8.2.5150: read past the end of the first line with ":0;'{"
zeertzjq
2022-06-23
*
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
|
/
[next]