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:8.2.4649: various formatting problems
zeertzjq
2022-03-30
*
fix(PVS/V1019): compound assignment expression is used inside condition
Dundar Göc
2022-03-24
*
vim-patch:8.2.4593: unnecessary call to redraw_later() (#17775)
zeertzjq
2022-03-19
*
Merge pull request #17653 from dundargoc/chore/lgtm
zeertzjq
2022-03-10
|
\
|
*
chore(lgtm): fix "empty block without comment" warnings
Dundar Göc
2022-03-09
*
|
vim-patch:8.1.0999: use register one too often and not properly tested
zeertzjq
2022-03-09
*
|
refactor(ops): use op_yank_reg() instead of op_yank() when deleting
zeertzjq
2022-03-09
|
/
*
vim-patch:8.2.0997: cannot execute a register containing line continuation
zeertzjq
2022-03-09
*
vim-patch:8.2.3601: check for overflow in put count does not work well
Sean Dewar
2022-02-17
*
fix(ops): str_to_reg passing NULL to memcpy
Sean Dewar
2022-02-17
*
vim-patch:8.2.3575: overflow check still fails when sizeof(int) == sizeof(long)
Sean Dewar
2022-02-17
*
vim-patch:8.2.3574: divide by zero
Sean Dewar
2022-02-17
*
vim-patch:8.2.3573: cannot decide whether to skip test that fails with 64 bit
Sean Dewar
2022-02-17
*
vim-patch:8.2.3492: crash when pasting too many times
Sean Dewar
2022-02-17
*
vim-patch:8.2.4388: dead code in op_insert()
zeertzjq
2022-02-15
*
vim-patch:8.2.3820: "vrc" does not replace composing characters
zeertzjq
2022-02-15
*
vim-patch:8.2.4151: reading beyond the end of a line
Sean Dewar
2022-02-14
*
vim-patch:8.2.4120: block insert goes over the end of the line
Sean Dewar
2022-02-14
*
vim-patch:8.2.3073: when cursor is move for block append wrong text is inserted
Sean Dewar
2022-02-14
*
vim-patch:8.1.2221: cannot filter :disp output
zeertzjq
2022-02-10
*
Merge pull request #17342 from zeertzjq/mbyte-const
zeertzjq
2022-02-10
|
\
|
*
refactor(mbyte.c): add const qualifiers
zeertzjq
2022-02-09
*
|
vim-patch:8.2.4242: put in Visual mode cannot be repeated
zeertzjq
2022-02-09
|
/
*
Merge pull request #16818 from zeertzjq/vim-8.2.3454
zeertzjq
2022-02-03
|
\
|
*
vim-patch:8.2.3678: illegal memory access
zeertzjq
2022-01-29
|
*
vim-patch:8.2.3540: the mark '] is wrong after put with a count
zeertzjq
2022-01-29
|
*
vim-patch:8.2.3455: using a count with "gp" leaves '] in wrong position
zeertzjq
2022-01-29
|
*
vim-patch:8.2.3454: using a count with "gp" leave cursor in wrong position
zeertzjq
2022-01-29
*
|
Merge pull request #17226 from dundargoc/refactor/remove-redundant-code
zeertzjq
2022-02-03
|
\
\
|
*
|
vim-patch:8.2.4241: some type casts are redundant
Dundar Göc
2022-01-30
|
|
/
*
/
vim-patch:8.2.3932: C line comment not formatted properly
zeertzjq
2022-01-31
|
/
*
vim-patch:8.1.2302: :lockmarks does not work for '[ and ']
Sean Dewar
2022-01-27
*
Merge pull request #17166 from Shougo/vim-8.2.4160
bfredl
2022-01-27
|
\
|
*
vim-patch:8.2.4160: cannot change the register used for Select mode delete
Shougo Matsushita
2022-01-22
*
|
Merge pull request #17095 from zeertzjq/vim-8.2.3227
bfredl
2022-01-27
|
\
\
|
*
|
vim-patch:8.2.3280: 'virtualedit' local to buffer is not the best solution
zeertzjq
2022-01-15
|
*
|
vim-patch:8.2.3227: 'virtualedit' can only be set globally
zeertzjq
2022-01-15
|
|
/
*
|
vim-patch:8.2.4219: reading before the start of the line
Christian Clason
2022-01-26
*
|
refactor: remove CSI unescaping and clean up related names and comments
zeertzjq
2022-01-21
|
/
*
vim-patch:8.1.2375: no suffucient testing for registers
zeertzjq
2022-01-14
*
feat(autocmd): populate v:event in RecordingLeave (#16828)
Axel Dahlberg
2022-01-04
*
vim-patch:8.2.3914 (#16808)
dundargoc
2021-12-28
*
feat(autocmd): add Recording autocmds
Thomas Vigouroux
2021-12-18
*
refactor(misc1): move out high-level input functions to a new file: input.c
Björn Linse
2021-12-10
*
vim-patch:8.1.2104: the normal.c file is too big (#16389)
Volodymyr Kot
2021-12-06
*
Merge pull request #15840 from vimpostor/vim-8.2.3430
Jan Edmund Lazo
2021-11-30
|
\
|
*
vim-patch:8.2.3609: internal error when ModeChanged is triggered recursively
Magnus Groß
2021-11-18
*
|
vim-patch:8.2.3687: blockwise insert does not handle autoindent properly
Christian Clason
2021-11-28
*
|
vim-patch:8.2.3684: blockwise insert does not handle autoindent properly
Christian Clason
2021-11-27
*
|
vim-patch:8.2.3677: after a put the '] mark is on the last byte (#16442)
Christian Clason
2021-11-26
[next]