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
*
fix(bufupdates): send correct updates for visual paste
Thomas Vigouroux
2021-08-25
*
refactor: replace TRUE/FALSE with true/false #15425
dundargoc
2021-08-22
*
refactor(plines): move horizontal size functions to plines.c
Björn Linse
2021-08-11
*
Merge pull request #12971 from vigoux/decurbuf
Björn Linse
2021-07-09
|
\
|
*
buffer: move BUFEMPTY to a function
Thomas Vigouroux
2021-07-06
|
*
buffer: don't rely on curbuf in BUFEMPTY
Thomas Vigouroux
2021-07-06
*
|
chore: use codespell to spell check #15016
dundargoc
2021-07-07
|
/
*
vim-patch:8.2.3072: "zy" does not work well when "virtualedit' is "block"
Jan Edmund Lazo
2021-06-29
*
Merge pull request #14335 from chentau/extmark_delbytes
Björn Linse
2021-06-29
|
\
|
*
Manually zero out deleted_bytes2 when substituting and joining lines
chentau
2021-06-29
*
|
vim-patch:8.2.2971: cannot yank a block without trailing spaces
Jan Edmund Lazo
2021-06-10
|
/
*
vim-patch:8.2.2914: cannot paste a block without adding padding
Jan Edmund Lazo
2021-05-31
*
Apply patch from clason
disrupted
2021-05-10
*
make get_region_bytecount end-exclusive
chentau
2021-05-09
*
refactor nvim_buf_set_lines to use extmark_splice
chentau
2021-05-09
*
Merge pull request #14502 from chentau/extmark_paste
Björn Linse
2021-05-07
|
\
|
*
splice extmarks on every line for block visual paste
chentau
2021-05-06
*
|
vim-patch:8.2.0860: cannot use CTRL-A and CTRL-X on unsigned numbers
Jan Edmund Lazo
2021-04-28
|
/
*
extmarks: remove curbuf->deleted_bytes2 from op_delete
chentau
2021-04-16
*
clang/'Logic error': set vcol in do_put()
Jan Edmund Lazo
2021-04-02
*
vim-patch:8.1.2380: using old C style comments
Jan Edmund Lazo
2021-03-29
*
vim-patch:8.1.0542: shiftwidth() does not take 'vartabstop' into account
VVKot
2021-03-28
*
vim-patch:8.1.0105: all tab stops are the same
VVKot
2021-03-28
*
Extmarks: correct buffer events on blockwise paste
chentau
2021-03-23
*
pos: define MAXCOL to INT_MAX
Jan Edmund Lazo
2021-02-23
*
fix(buf_updates): send updates when putting past last line
Thomas Vigouroux
2021-02-08
*
Use abort() instead of assert(false) for things that should never happen
James McCoy
2021-01-31
*
vim-patch:8.1.2212: cannot see the selection type in :reg output
Jan Edmund Lazo
2020-12-25
*
vim-patch:8.2.2189: cannot repeat a command that uses the small delete register
Jan Edmund Lazo
2020-12-22
*
vim-patch:8.2.2166: auto format doesn't work when deleting text
Jan Edmund Lazo
2020-12-20
*
refactor: pass window to was_set_insecurely
Matthieu Coudron
2020-11-23
*
api: add API for themes
Björn Linse
2020-11-01
*
vim-patch:8.2.0901: formatting CJK text isn't optimal
Jan Edmund Lazo
2020-10-23
*
Fix byte updates for blockwise paste at buffer end
KillTheMule
2020-09-30
*
Fix buffer_updates on blockwise paste
KillTheMule
2020-09-30
*
folds: pass column on fold creation
Matthieu Coudron
2020-09-28
*
lint: is lint
Björn Linse
2020-09-19
*
buffer updates: fix issues with "change" operator
Björn Linse
2020-09-19
*
buf_updates: fix wrong updates on linewise change
Thomas Vigouroux
2020-09-18
*
api/buffer: add "on_bytes" callback to nvim_buf_attach
Björn Linse
2020-09-09
*
extmark: separate extmark_splice_cols for column-only change
Björn Linse
2020-09-09
*
eval_call_provider(): free unused return value #12819
Jacques Germishuys
2020-09-01
*
vim-patch:8.2.1511: putting a string in Visual block mode ignores multi-byte
Jan Edmund Lazo
2020-08-22
*
vim-patch:8.2.1170: cursor off by one with block paste while 'virtualedit' "all"
Jan Edmund Lazo
2020-07-19
*
vim-patch:8.2.0963: number increment/decrement does not work with 'virtualedit'
Jan Edmund Lazo
2020-06-18
*
vim-patch:8.2.0111: VAR_SPECIAL is also used for booleans
Billy Su
2020-06-06
*
Add v:event.visual during `TextYankPost` (#12382)
Christian Clason
2020-06-03
*
vim-patch:8.2.0389: delayed redraw when shifting text from Insert mode
Jan Edmund Lazo
2020-04-13
*
vim-patch:8.0.1587: inserting from the clipboard doesn't work literally
Jan Edmund Lazo
2020-03-01
*
pvs/v1048: variable was assigned same value
Jan Edmund Lazo
2020-03-01
[next]