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
/
ops.c
Commit message (
Expand
)
Author
Age
*
vim-patch:9.1.0824: too many strlen() calls in register.c (#31022)
zeertzjq
2024-11-01
*
fix(multibyte): handle backspace of wide clusters in replace mode
bfredl
2024-09-06
*
vim-patch:partial:8.1.0914: code related to findfile() is spread out (#30000)
zeertzjq
2024-08-07
*
refactor(shada): rework msgpack decoding without msgpack-c
bfredl
2024-08-05
*
vim-patch:9.0.0634: evaluating "expr" options has more overhead than needed
zeertzjq
2024-08-02
*
refactor: collapse statements in single assignments
Lewis Russell
2024-07-30
*
vim-patch:9.1.0537: signed number detection for CTRL-X/A can be improved (#29...
zeertzjq
2024-07-07
*
refactor: remove special handling for lowercase German sharp s
dundargoc
2024-06-29
*
refactor(memory): use builtin strcat() instead of STRCAT()
bfredl
2024-06-11
*
refactor: replace '\0' with NUL
James Tirta Halim
2024-06-04
*
vim-patch:9.1.0458: Coverity complains about division by zero (#29149)
zeertzjq
2024-06-03
*
vim-patch:9.1.0456: Left shift is incorrect with vartabstop and shiftwidth=0
zeertzjq
2024-06-02
*
refactor: move shared messages to errors.h #26214
Justin M. Keyes
2024-06-01
*
vim-patch:9.1.0430: getregionpos() doesn't handle one char selection (#28924)
zeertzjq
2024-05-23
*
vim-patch:9.1.0423: getregionpos() wrong with blockwise mode and multibyte
zeertzjq
2024-05-20
*
vim-patch:partial:9.1.0373: ops.c code uses too many strlen() calls (#28508)
zeertzjq
2024-04-26
*
fix(lua): vim.fn.has('nvim-0.10') in fast context, used by vim.deprecate
bfredl
2024-04-25
*
refactor: add xmemcpyz() and use it in place of some xstrlcpy() (#28422)
zeertzjq
2024-04-20
*
vim-patch:9.1.0177: Coverity reports dead code
zeertzjq
2024-03-14
*
vim-patch:9.1.0172: More code can use ml_get_buf_len() instead of STRLEN()
zeertzjq
2024-03-14
*
vim-patch:8.2.4950: text properties position wrong after shifting text (#27849)
zeertzjq
2024-03-14
*
fix(api/buffer): fix handling of viewport of non-current buffer
bfredl
2024-03-13
*
vim-patch:8.2.4944: text properties are wrong after "cc" (#27821)
zeertzjq
2024-03-12
*
vim-patch:9.1.0132: "C" doesn't include composing chars with 'virtualedit' (#...
zeertzjq
2024-02-24
*
vim-patch:9.1.0120: hard to get visual region using Vim script
zeertzjq
2024-02-23
*
refactor(api): use arena for nvim_put and nvim_paste
bfredl
2024-02-19
*
vim-patch:9.1.0101: upper-case of German sharp s should be U+1E9E (#27449)
zeertzjq
2024-02-13
*
refactor: IWYU (#27186)
zeertzjq
2024-01-25
*
refactor: use "csarg" for CharsizeArg variables (#27123)
zeertzjq
2024-01-22
*
perf: reuse fast character size calculation algorithm from getvcol()
VanaIgr
2024-01-22
*
fix(ops.c): remove duplicate u_save_cursor()
zeertzjq
2024-01-14
*
Merge pull request #26734 from bfredl/splitaroo
bfredl
2024-01-13
|
\
|
*
fix(buffer_updates): correct buffer updates when splitting empty line
bfredl
2024-01-13
*
|
vim-patch:9.1.0021: i_CTRL-R- doesn't work for multibyte chars in Replace mode
zeertzjq
2024-01-13
*
|
vim-patch:9.1.0015: i_CTRL-R- no longer works in replace mode
zeertzjq
2024-01-13
|
/
*
refactor(IWYU): fix headers
dundargoc
2024-01-11
*
refactor: follow style guide
dundargoc
2023-12-30
*
fix(clipboard): make getreg() accurate for clipboard registers (#26740)
JD
2023-12-28
*
refactor: follow style guide
dundargoc
2023-12-24
*
refactor: run IWYU on entire repo
dundargoc
2023-12-21
*
vim-patch:9.0.2178: reg_executing() wrong for :normal with range (#26660)
zeertzjq
2023-12-20
*
refactor: use `bool` to represent boolean values
dundargoc
2023-12-19
*
docs: add style rule regarding initialization
dundargoc
2023-12-18
*
refactor: format casting of negative number better (#26482)
zeertzjq
2023-12-09
*
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: enable IWYU on mac
dundargoc
2023-11-27
*
refactor: enable formatting for ternaries
dundargoc
2023-11-20
*
refactor: follow style guide
dundargoc
2023-11-19
[next]