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
/
buffer.c
Commit message (
Expand
)
Author
Age
*
Merge pull request #15952 from zeertzjq/vim-8.1.1291
Jan Edmund Lazo
2021-10-17
|
\
|
*
vim-patch:8.0.1459: cannot handle change of directory
zeertzjq
2021-10-17
*
|
Merge pull request #15930 from dundargoc/vim-patch/old-style-c-comments
Jan Edmund Lazo
2021-10-17
|
\
\
|
|
/
|
/
|
|
*
vim-patch:8.1.2368: using old C style comments
Dundar Göc
2021-10-06
*
|
refactor: reduce number of unique char casts
Dundar Göc
2021-10-13
*
|
refactor: reduce number of unique char casts (#15995)
dundargoc
2021-10-12
*
|
vim-patch:8.2.3490: superfluous return statements #15978
dundargoc
2021-10-09
|
/
*
vim-patch:8.2.3460: some type casts are not needed #15868
dundargoc
2021-10-02
*
Refactor/uncrustify (#15790)
dundargoc
2021-09-29
*
feat(decorations): support virtual lines (for now: only one block at a time)
Björn Linse
2021-09-26
*
refactor: format with uncrustify #15778
dundargoc
2021-09-25
*
fix(PVS V681): function call order is undefined
Justin M. Keyes
2021-09-24
*
refactor: reformat with uncrustify #15736
dundargoc
2021-09-20
*
refactor: format with uncrustify #15722
dundargoc
2021-09-19
*
vim-patch:8.2.3384: cannot disable modeline for an individual file
Sean Dewar
2021-09-10
*
fix(terminal): close without ! if the job is stopped
Gregory Anders
2021-08-31
*
refactor(api): remove unneccesary indirection around handles
Björn Linse
2021-08-22
*
feat(terminal): TermClose: set exit code in v:event.status #15406
Gregory Anders
2021-08-20
*
refactor(highlight): make syn_check_group alloc free for existing group
Björn Linse
2021-08-18
*
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
|
\
|
*
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
|
/
*
signs: Change b_signcols_max -> b_signcols_valid
Lewis Russell
2021-07-04
*
vim-patch:8.2.3097: crash when using "quit" at recovery prompt
Jan Edmund Lazo
2021-07-04
*
vim-patch:8.2.1905: the wininfo list may contain stale entries (#14884)
Daniel Steinberg
2021-06-30
*
vim-patch:8.2.2185: BufUnload is not triggered for the quickfix dummy buffer
Jan Edmund Lazo
2021-06-23
*
vim-patch:8.2.2854: custom statusline cannot contain % items (#14558)
Shadman
2021-05-15
*
vim-patch:8.2.2354: crash with a weird combination of autocommands
Jan Edmund Lazo
2021-05-13
*
vim-patch:8.1.2313: debugging where a delay comes from is not easy
Jan Edmund Lazo
2021-04-15
*
vim-patch:8.1.2205: sign entry structure has confusing name (#14289)
Lewis Russell
2021-04-05
*
vim-patch:8.1.0989: various small code ugliness
Jan Edmund Lazo
2021-03-29
*
vim-patch:8.1.0936: may leak memory when using 'vartabstop'
VVKot
2021-03-28
*
vim-patch:8.1.0105: all tab stops are the same
VVKot
2021-03-28
*
vim-patch:8.2.0064: diffmode completion doesn't use per-window setting
Jan Edmund Lazo
2021-02-13
*
vim-patch:8.2.0054: :diffget and :diffput don't have good completion
Jan Edmund Lazo
2021-02-13
*
vim-patch:8.2.1904: still using default option values after using ":badd +1"
Jan Edmund Lazo
2021-02-13
*
buffer updates: add on_reload callback and handle it in treesitter parser
Björn Linse
2021-02-10
*
eval: use char* for set_internal_string_var()
Jan Edmund Lazo
2021-02-07
*
option: use char* for set_string_option_direct()
Jan Edmund Lazo
2021-02-07
*
Merge pull request #13702 from erw7/fix-build_stl_str_hl
erw7
2021-02-06
|
\
|
*
buffer.c: remove useless 'for' loops.
erw7
2021-01-09
|
*
buffer.c: fix problem of memory allocation
erw7
2021-01-05
*
|
Use abort() instead of assert(false) for things that should never happen
James McCoy
2021-01-31
|
/
*
vim-patch:8.1.1667: flags for Ex commands may clash with other symbols
Jan Edmund Lazo
2021-01-02
*
vim-patch:8.2.2231: when "--remote file" is used "file" is not reloaded
Jan Edmund Lazo
2020-12-27
*
feat(sign):Allow signs to be 0 width (#13290)
Lukas Reineke
2020-12-24
*
vim-patch:8.2.0116: BufEnter autocmd not triggered on ":tab drop"
Jan Edmund Lazo
2020-12-23
*
vim-patch:8.1.0470: pointer ownership around fname_expand() is unclear
Jan Edmund Lazo
2020-12-19
[next]