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.1898: command modifier parsing always uses global cmdmod
zeertzjq
2022-06-14
*
refactor: change type of linenr_T from long to int32_t
Dundar Goc
2022-06-10
*
feat: add preview functionality to user commands
Famiu Haque
2022-05-31
*
refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)
dundargoc
2022-05-25
*
vim-patch:8.2.5008: when 'formatoptions' contains "/" wrongly wrapping commen...
zeertzjq
2022-05-23
*
vim-patch:8.2.4993: smart/C/lisp indenting is optional (#18684)
zeertzjq
2022-05-22
*
vim-patch:8.2.4969: changing text in Visual mode may cause invalid memory access
zeertzjq
2022-05-17
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-16
*
vim-patch:8.2.4951: smart indenting done when not enabled
zeertzjq
2022-05-14
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-11
*
vim-patch:8.2.4911: the mode #defines are not clearly named (#18499)
zeertzjq
2022-05-10
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-09
*
vim-patch:8.2.4907: some users do not want a line comment always inserted (#1...
Christian Clason
2022-05-07
*
Merge pull request #18425 from dundargoc/refactor/char_u/1
bfredl
2022-05-07
|
\
|
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-07
*
|
build(clint): remove "function size is too large" warning
Dundar Goc
2022-05-06
|
/
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-05
*
refactor(uncrustify): change rules to better align with the style guide
Dundar Goc
2022-04-29
*
vim-patch:8.2.4737: // in JavaScript string recognized as comment (#18083)
Christian Clason
2022-04-11
*
vim-patch:8.2.4707: redrawing could be a bit more efficient (#18022)
zeertzjq
2022-04-07
*
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
[next]