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:9.1.0717: Unnecessary nextcmd NULL checks in parse_command_modifier...
zeertzjq
2024-09-06
*
vim-patch:9.1.0713: Newline causes E749 in Ex mode (#30254)
zeertzjq
2024-09-04
*
fix(filetype): fix :filetype detect error with -u NONE (#29991)
zeertzjq
2024-08-06
*
vim-patch:9.0.0634: evaluating "expr" options has more overhead than needed
zeertzjq
2024-08-02
*
fix(scrollbind): properly take filler/virtual lines into account
Lewis Russell
2024-07-31
*
refactor: collapse statements in single assignments
Lewis Russell
2024-07-30
*
vim-patch:9.1.0582: Printed line doesn't overwrite colon when pressing Enter ...
zeertzjq
2024-07-14
*
vim-patch:9.1.0574: ex: wrong handling of commands after bar
zeertzjq
2024-07-14
*
vim-patch:9.1.0573: ex: no implicit print for single addresses
zeertzjq
2024-07-14
*
vim-patch:8.2.3716: Vim9: range without a command is not compiled
zeertzjq
2024-07-14
*
vim-patch:9.1.0579: Ex command is still executed after giving E1247
zeertzjq
2024-07-14
*
vim-patch:8.2.4065: computation overflow with large cound for :yank
zeertzjq
2024-07-14
*
vim-patch:9.1.0529: silent! causes following try/catch to not work (#29567)
zeertzjq
2024-07-05
*
revert: "refactor: use S_LEN macro" (#29319)
Lewis Russell
2024-06-14
*
Merge pull request #29278 from bfredl/strcat
bfredl
2024-06-11
|
\
|
*
refactor(memory): use builtin strcat() instead of STRCAT()
bfredl
2024-06-11
*
|
refactor: use S_LEN(s) instead of s, n (#29219)
James
2024-06-11
|
/
*
feat(lua): add `vim._with`
dundargoc
2024-06-08
*
refactor: replace '\0' with NUL
James Tirta Halim
2024-06-04
*
refactor: move shared messages to errors.h #26214
Justin M. Keyes
2024-06-01
*
vim-patch:9.1.0426: too many strlen() calls in search.c
zeertzjq
2024-05-22
*
docs: misc (#28609)
dundargoc
2024-05-15
*
refactor: add win_T argument to setcursor_mayforce()
Luuk van Baal
2024-05-02
*
vim-patch:9.0.2180: POSIX function name in exarg causes issues (#28308)
zeertzjq
2024-04-13
*
vim-patch:9.1.0231: Filetype may be undetected when SwapExists sets ft in oth...
zeertzjq
2024-04-01
*
vim-patch:9.1.0208: winfixbuf does not allow to re-edit current buffer (#28054)
Colin Kennedy
2024-03-27
*
vim-patch:9.1.0205: Cannot use modifiers before :-Ntabmove (#28031)
zeertzjq
2024-03-26
*
refactor(options): remove `set_string_option_direct()`
Famiu Haque
2024-03-21
*
fix(api/buffer): fix handling of viewport of non-current buffer
bfredl
2024-03-13
*
vim-patch:9.1.0147: Cannot keep a buffer focused in a window
Colin Kennedy
2024-03-11
*
refactor(lua): use Arena when converting from lua stack to API args
bfredl
2024-02-13
*
fix(api): limit depth of nvim_cmd (#27225)
zeertzjq
2024-01-27
*
refactor(IWYU): fix headers
dundargoc
2024-01-11
*
refactor(options): remove `OPT_FREE` (#26963)
Famiu Haque
2024-01-10
*
refactor: follow style guide
dundargoc
2023-12-30
*
feat(health): make :checkhealth support more split modifiers (#26731)
zeertzjq
2023-12-25
*
refactor: run IWYU on entire repo
dundargoc
2023-12-21
*
refactor: use `bool` to represent boolean values
dundargoc
2023-12-19
*
refactor: move non-symbols to defs.h headers
dundargoc
2023-12-17
*
refactor(options): reduce `findoption()` usage
Famiu Haque
2023-12-09
*
fix(api): use a conditional stack for nvim_cmd (#26341)
zeertzjq
2023-12-01
*
build: don't define FUNC_ATTR_* as empty in headers (#26317)
zeertzjq
2023-11-30
*
fix(terminal): make backslashes in 'shell' work on Windows
Luki446
2023-11-30
*
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
[next]