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
*
vim-patch:8.2.3489: ml_get error after search with range
zeertzjq
2022-04-01
*
fix(tabpage): correct check for failure to close window
zeertzjq
2022-03-27
*
chore: add additional compiler flags (#17815)
Lewis Russell
2022-03-24
*
refactor: remove cpo-& behavior (#17745)
zeertzjq
2022-03-23
*
vim-patch:8.2.1078: highlight and match functionality together in one file (#...
Lewis Russell
2022-03-23
*
vim-patch:8.1.1742: still some match functions in evalfunc.c
Lewis Russell
2022-03-20
*
Merge pull request #17719 from dundargoc/doxygen/ex_docmd
bfredl
2022-03-18
|
\
|
*
refactor(ex_docmd): convert function comments to doxygen format
Dundar Göc
2022-03-16
*
|
vim-patch:8.1.1693: syntax coloring and highlighting is in one big file (#17721)
Lewis Russell
2022-03-18
*
|
chore: fix typos (#17670)
dundargoc
2022-03-17
|
/
*
vim-patch:8.2.1413: previous tab page not usable from an Ex command
Sean Dewar
2022-03-14
*
vim-patch:8.2.4428: crash when switching tabpage while in the cmdline window
Sean Dewar
2022-03-14
*
vim-patch:8.2.3779: using freed memory when defining a user command recursive...
Sean Dewar
2022-03-12
*
refactor(ops): use op_yank_reg() instead of op_yank() when deleting
zeertzjq
2022-03-09
*
refactor: fix clang-tidy bugprone-signed-char-misuse warnings
Dundar Göc
2022-03-04
*
feat(lua): show proper verbose output for lua configuration
shadmansaleh
2022-02-28
*
feat(lua): add <f-args> to user commands callback (#17522)
Javier Lopez
2022-02-27
*
Merge pull request #17403 from zeertzjq/vim-8.1.1955
zeertzjq
2022-02-21
|
\
|
*
vim-patch:8.2.0156: various typos in source files and tests
zeertzjq
2022-02-14
*
|
vim-patch:8.2.3659: integer overflow with large line number
zeertzjq
2022-02-18
*
|
Merge pull request #17363 from zeertzjq/dirchangedpre
zeertzjq
2022-02-17
|
\
\
|
*
|
feat(events): add DirChangedPre
zeertzjq
2022-02-11
*
|
|
fix(api): validate command names in nvim_add_user_command (#17406)
Gregory Anders
2022-02-15
|
|
/
|
/
|
*
|
fix: close floating windows when calling win_close()
Rom Grk
2022-02-10
|
/
*
Merge pull request #16818 from zeertzjq/vim-8.2.3454
zeertzjq
2022-02-03
|
\
|
*
vim-patch:8.2.3581: reading character past end of line
zeertzjq
2022-01-29
*
|
vim-patch:8.2.4283: using a variable for the return value is not needed
zeertzjq
2022-02-02
*
|
vim-patch:8.2.3947: unnecessary check for NULL pointer
zeertzjq
2022-02-02
*
|
Merge pull request #17239 from seandewar/vim-8.2.3629
Sean Dewar
2022-01-31
|
\
\
|
*
|
vim-patch:8.2.3629: command completion in cmdline window uses global commands
Sean Dewar
2022-01-30
|
*
|
vim-patch:8.2.3433: :delcommand does not take a -buffer option
Sean Dewar
2022-01-30
|
|
/
*
|
Merge pull request #17068 from VVKot/vim-8.2.3933
Sean Dewar
2022-01-31
|
\
\
|
*
|
vim-patch:8.2.3933: after ":cd" fails ":cd -" is incorrect
VVKot
2022-01-31
|
|
/
*
/
vim-patch:8.2.3475: expression register set by not executed put command (#17211)
zeertzjq
2022-01-31
|
/
*
Merge pull request #16829 from zeertzjq/vim-8.2.2887
zeertzjq
2022-01-29
|
\
|
*
vim-patch:8.2.3999: redundant check for NUL byte
zeertzjq
2022-01-05
|
*
vim-patch:8.2.3414: fullcommand() gives wrong name with buffer-local user com...
zeertzjq
2022-01-05
|
*
vim-patch:8.2.2887: crash when passing null string to fullcommand()
zeertzjq
2022-01-05
*
|
Merge pull request #17145 from zeertzjq/vim-8.2.0128
bfredl
2022-01-27
|
\
\
|
*
|
vim-patch:8.2.0128: cannot list options one per line
zeertzjq
2022-01-20
*
|
|
Merge pull request #17156 from zeertzjq/vim-8.2.3584
bfredl
2022-01-23
|
\
\
\
|
*
|
|
vim-patch:8.2.3584: "verbose set efm" reports location of the :compiler command
zeertzjq
2022-01-21
|
|
/
/
*
/
/
refactor: remove CSI unescaping and clean up related names and comments
zeertzjq
2022-01-21
|
/
/
*
|
refactor: source ftplugin.vim separately from filetype.vim (#17129)
Gregory Anders
2022-01-18
*
|
Merge pull request #16848 from dundargoc/refactor/prevent-overflow-by-casting
bfredl
2022-01-08
|
\
\
|
|
/
|
/
|
|
*
chore(fixup): bfredl size_t
Dundar Göc
2022-01-01
|
*
refactor: avoid overflow by explicitly casting operand to a wider type
Dundar Göc
2021-12-31
*
|
feat: filetype.lua (#16600)
Gregory Anders
2022-01-04
|
/
*
Merge pull request #16752 from gpanders/lua-user-commands
Björn Linse
2021-12-28
|
\
|
*
feat(api): implement nvim_{add,del}_user_command
Gregory Anders
2021-12-28
[next]