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: move some constants out of vim_defs.h (#26298)
zeertzjq
2023-11-29
*
refactor: fix headers with IWYU
dundargoc
2023-11-28
*
refactor: rename types.h to types_defs.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
*
build: enable IWYU on mac
dundargoc
2023-11-27
*
build(IWYU): replace most private mappings with pragmas (#26247)
zeertzjq
2023-11-27
*
refactor: enable formatting for ternaries
dundargoc
2023-11-20
*
refactor: follow style guide
dundargoc
2023-11-19
*
vim-patch:9.0.2110: [security]: overflow in ex address parsing
zeertzjq
2023-11-17
*
refactor: move some functions to winfloat.c (#26020)
Raphael
2023-11-16
*
refactor: follow style guide
dundargoc
2023-11-13
*
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
*
refactor: the long goodbye
dundargoc
2023-11-05
*
fix(marks): handle switching buffer properly (#25763)
zeertzjq
2023-10-24
*
build(lint): remove unnecessary clint.py rules
dundargoc
2023-10-23
*
vim-patch:9.0.2037: A few remaining cmdline completion issues with C-E/Y (#25...
zeertzjq
2023-10-17
*
refactor(lang): reduce scope of HAVE_WORKING_LIBINTL #ifdefs
bfredl
2023-10-15
*
vim-patch:9.0.2025: no cmdline completion for ++opt args (#25657)
zeertzjq
2023-10-15
*
refactor(float): rename ex_floatclose to ex_fclose (#25596)
Raphael
2023-10-11
*
Merge pull request #25561 from glepnir/9663
bfredl
2023-10-10
|
\
|
*
feat(float): add fclose command
glepnir
2023-10-10
*
|
refactor: the long goodbye
dundargoc
2023-10-09
*
|
fix(PVS/V547): expression is always true/false
dundargoc
2023-10-08
|
/
*
refactor: the long goodbye
dundargoc
2023-10-03
*
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(message): smsg_attr -> smsg
bfredl
2023-09-29
*
refactor(messages): fold msg_attr into msg
bfredl
2023-09-27
*
refactor(messages): fold msg_outtrans_attr into msg_outtrans
bfredl
2023-09-27
*
fix(exception): remember whether message is multiline (#25351)
zeertzjq
2023-09-25
*
fix(tui): don't overwrite an assertion faliure message on exit
bfredl
2023-09-21
*
vim-patch:9.0.1846: [security] crash in fullcommand
zeertzjq
2023-09-03
*
feat(terminal): allow :terminal to take modifiers (#15427)
Gregory Anders
2023-08-28
*
refactor(change): do API changes to buffer without curbuf switch
bfredl
2023-08-26
*
vim-patch:9.0.0423: "for" and "while" not recognized after :vim9cmd and :lega...
Gregory Anders
2023-08-21
*
refactor: cast to int earlier when using 'so' and 'siso' (#24756)
zeertzjq
2023-08-17
*
fix(events): trigger VimResume on next UI request (#24426)
zeertzjq
2023-07-23
*
refactor: remove some (const char **) casts (#24423)
zeertzjq
2023-07-22
*
refactor: remove long
dundargoc
2023-07-03
*
fix(api): nvim_parse_cmd error message in pcall() #23297
Alexandre Teoi
2023-07-01
*
fix(api): redundant error when using `nvim_cmd` (#24010)
Famiu Haque
2023-06-13
*
revert: "refactor: eliminate `autocmd_fname_full` global"
zeertzjq
2023-06-07
*
refactor(options): remove `getoption_T` and introduce `OptVal` (#23850)
Famiu Haque
2023-06-07
*
fix(ui-ext): send title to newly-attached UI
zeertzjq
2023-05-26
*
refactor: fix clang/PVS warnings (#23731)
zeertzjq
2023-05-23
*
refactor(vim.secure): move to lua/secure.c
Lewis Russell
2023-05-22
[next]