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_cmds.c
Commit message (
Expand
)
Author
Age
*
vim-patch:9.1.0798: too many strlen() calls in cmdhist.c (#30895)
zeertzjq
2024-10-22
*
fix(build): remove USE_FNAME_CASE, redundant with CASE_INSENSITIVE_FILENAME
bfredl
2024-10-11
*
vim-patch:9.1.0764: [security]: use-after-free when closing a buffer (#30705)
zeertzjq
2024-10-07
*
refactor: fix incorrect use of enum (#30631)
zeertzjq
2024-10-03
*
feat(mbyte): support extended grapheme clusters including more emoji
bfredl
2024-08-30
*
vim-patch:9.1.0692: Wrong patlen value in ex_substitute() (#30131)
zeertzjq
2024-08-24
*
vim-patch:9.1.0677: :keepp does not retain the substitute pattern
zeertzjq
2024-08-17
*
vim-patch:9.1.0679: Rename from w_closing to w_locked is incomplete
zeertzjq
2024-08-17
*
vim-patch:9.1.0678: [security]: use-after-free in alist_add()
zeertzjq
2024-08-17
*
refactor(shada): rework msgpack decoding without msgpack-c
bfredl
2024-08-05
*
vim-patch:9.1.0651: ex: trailing dot is optional for :g and :insert/:append (...
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.0574: ex: wrong handling of commands after bar
zeertzjq
2024-07-14
*
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
|
/
*
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
*
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
*
refactor(options): remove `set_string_option_direct()`
Famiu Haque
2024-03-21
*
vim-patch:9.1.0172: More code can use ml_get_buf_len() instead of STRLEN()
zeertzjq
2024-03-14
*
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(api): reduce temporary allocations when replacing lines
bfredl
2024-02-20
*
vim-patch:9.1.0089: qsort() comparison functions should be transitive
zeertzjq
2024-02-10
*
fix(inccommand): update topline after moving cursor (#27341)
zeertzjq
2024-02-05
*
vim-patch:9.1.0047: issues with temp curwin/buf while cmdwin is open
Sean Dewar
2024-01-28
*
docs: various fixes (#27063)
dundargoc
2024-01-25
*
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
*
refactor: remove os_errmsg and os_msg functions
dundargoc
2023-12-23
*
docs: add style rule regarding initialization
dundargoc
2023-12-18
*
refactor: move non-symbols to defs.h headers
dundargoc
2023-12-17
*
refactor(options): reduce `findoption()` usage
Famiu Haque
2023-12-09
*
fix(inccommand): don't crash with "split" and 'n' flag
zeertzjq
2023-12-07
*
vim-patch:9.0.2143: [security]: buffer-overflow in ex_substitute
zeertzjq
2023-12-02
*
refactor(IWYU): fix includes for cmdhist.h (#26324)
zeertzjq
2023-11-30
*
build: don't define FUNC_ATTR_* as empty in headers (#26317)
zeertzjq
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(IWYU): replace most private mappings with pragmas (#26247)
zeertzjq
2023-11-27
*
refactor: move Arena and ArenaMem to memory_defs.h (#26240)
zeertzjq
2023-11-27
*
refactor(encoding): remove redundant vim_isprintc_strict
bfredl
2023-11-26
[next]