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
/
change.c
Commit message (
Expand
)
Author
Age
*
vim-patch:8.2.4644: redrawing too often when 'relativenumber' is set (#17756)
Lewis Russell
2022-03-29
*
chore: fix typos (#17670)
dundargoc
2022-03-17
*
refactor: minimize variable scope and eliminate empty declarations
Dundar Göc
2022-03-13
*
vim-patch:8.2.4403: ml_get error with nested folds and deleting lines
Sean Dewar
2022-02-19
*
vim-patch:8.2.4326: "o" and "O" copying comment not sufficiently tested
zeertzjq
2022-02-08
*
vim-patch:8.2.3934: repeating line comment is undesired for "O" command
zeertzjq
2022-01-31
*
vim-patch:8.2.3787: no proper formatting of a C line comment after a statement
zeertzjq
2022-01-31
*
vim-patch:8.2.3227: 'virtualedit' can only be set globally
zeertzjq
2022-01-15
*
refactor(misc1): move out high-level input functions to a new file: input.c
Björn Linse
2021-12-10
*
refactor(misc1): move comment related functions to change.c
Björn Linse
2021-12-10
*
refactor(misc1): move out misc functions which obviously belong elsewhere
Björn Linse
2021-12-09
*
vim-patch:8.1.1384: using "int" for alloc() often results in compiler warnings
VVKot
2021-11-22
*
refactor: saner options for uncrustify (#16204)
dundargoc
2021-11-19
*
refactor(macros): delete multibyte macros which just are aliases
Björn Linse
2021-11-14
*
refactor(multibyte): eliminate mb_ptr2len alias for utfc_ptr2len
Björn Linse
2021-11-14
*
vim-patch:8.1.0779: argument for message functions is inconsistent
James McCoy
2021-11-01
*
vim-patch:8.1.0743: giving error messages is not flexible
James McCoy
2021-11-01
*
fix(buffer_updates): handle :delete of the very last line in buffer
Björn Linse
2021-10-07
*
refactor: remove redundant casts
Dundar Göc
2021-10-07
*
refactor: format with uncrustify #15778
dundargoc
2021-09-25
*
refactor: format with uncrustify #15722
dundargoc
2021-09-19
*
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
*
refactor(plines): remove implicit curwin chartabsize() function
Björn Linse
2021-08-10
*
vim-patch:8.1.2214: too much is redrawn when 'cursorline' is set
zeertzjq
2021-08-02
*
vim-patch:8.1.2029: cannot control 'cursorline' highlighting well
zeertzjq
2021-08-02
*
refactor: replace TRUE/FALSE with true/false
Dundar Göc
2021-07-30
*
refactor: replace TRUE/FALSE macros with C99 true/false
Dundar Göc
2021-07-25
*
Merge pull request #12971 from vigoux/decurbuf
Björn Linse
2021-07-09
|
\
|
*
undo: reduce reliance on curbuf
Thomas Vigouroux
2021-07-06
*
|
chore: use codespell to spell check #15016
dundargoc
2021-07-07
|
/
*
minor fix
jbyuki
2021-06-09
*
minor fixes
jbyuki
2021-06-09
*
fix changed byte ranges for indented lines
jbyuki
2021-06-09
*
vim-patch:8.1.2313: debugging where a delay comes from is not easy
Jan Edmund Lazo
2021-04-15
*
vim-patch:8.1.0105: all tab stops are the same
VVKot
2021-03-28
*
globals: eliminate "enc_utf8" macro
Jan Edmund Lazo
2020-11-14
*
fix: address issues for BufModifiedSet
Rom Grk
2020-11-09
*
feat: implement BufModified autocmd
Rom Grk
2020-11-07
*
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
*
treesitter: filter updates on <CR>
Thomas Vigouroux
2020-09-16
*
buf_attach: fix buffer updates with setline()
Björn Linse
2020-09-16
*
fix(bytetrack): send correct events when opening lines
Thomas Vigouroux
2020-09-11
*
fix lints
Thomas Vigouroux
2020-09-09
*
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
*
folds: decrease reliance on global 'curwin'
Matthieu Coudron
2020-04-24
*
shed biking: it's always extmarks, never marks extended
Björn Linse
2020-01-20
*
extmarks/bufhl: reimplement using new marktree data structure
Björn Linse
2020-01-16
[next]