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
*
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
*
vim-patch:8.0.1525: using :wqa exits even if a job runs in a terminal window
Jan Edmund Lazo
2020-12-01
*
vim-patch:8.0.0953: get "no write since last change" error in terminal window
Jan Edmund Lazo
2020-12-01
*
refactor: pass window to was_set_insecurely
Matthieu Coudron
2020-11-23
*
vim-patch:8.1.0805: too many #ifdefs
Jan Edmund Lazo
2020-11-12
*
vim-patch:8.2.1959: crash when terminal buffer name is made empty
Jan Edmund Lazo
2020-11-06
*
vim-patch:8.1.0268: file type checking has too many #ifdef (#13182)
tamago324
2020-11-06
*
Merge pull request #12870 from bfredl/themepark
Björn Linse
2020-11-01
|
\
|
*
api: add API for themes
Björn Linse
2020-11-01
*
|
vim-patch:8.2.1909: number of status line items is limited to 80
Rom Grk
2020-10-31
|
/
*
Revert "vim-patch:8.1.0877: new buffer used every time the quickfix window is...
Jan Edmund Lazo
2020-10-20
*
vim-patch:8.1.0877: new buffer used every time the quickfix window is opened
Jan Edmund Lazo
2020-10-10
*
folds: pass column on fold creation
Matthieu Coudron
2020-09-28
*
vim-patch:8.2.0953: spell checking doesn't work for CamelCased words
Thomas Vigouroux
2020-09-24
*
vim-patch:8.1.2267: compiler warning for uninitialized variable
Jan Edmund Lazo
2020-08-18
*
vim-patch:8.2.1259: empty group in 'tabline' may cause using an invalid pointer
Jan Edmund Lazo
2020-08-02
*
vim-patch:8.1.1372: when evaluating 'statusline' the current window is unknown
Jan Edmund Lazo
2020-07-04
*
vim-patch:8.2.0966: 'shortmess' flag "n" not used in two places
Jan Edmund Lazo
2020-06-18
*
vim-patch:8.1.1895: using NULL pointer when out of memory
Jan Edmund Lazo
2020-06-04
*
vim-patch:8.1.2225: the "last used" info of a buffer is under used
Rob Pilling
2020-04-21
*
vim-patch:8.0.1651: cannot filter :ls output for terminal buffers
Rob Pilling
2020-04-19
*
vim-patch:7.4.1988
Rob Pilling
2020-04-19
*
vim-patch:8.2.0464: typos and other small problems
Jan Edmund Lazo
2020-04-13
*
vim-patch:8.1.0786: ml_get error when updating the status line
Jan Edmund Lazo
2020-02-16
*
vim-patch:8.1.0069: cannot handle pressing CTRL-C in a prompt buffer
erw7
2020-02-12
*
vim-patch:8.1.0036: not restoring Insert mode if leaving prompt buffer with m...
erw7
2020-02-12
*
vim-patch:8.1.0027: difficult to make a plugin that feeds a line to a job
erw7
2020-02-12
*
vim-patch:8.2.0235: draw error when an empty group is removed from 'statusline'
Björn Linse
2020-02-09
*
vim-patch:8.1.0061: fix resetting, setting 'title' #11733
Billy SU
2020-01-21
*
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
*
vim-patch:8.1.2363: ml_get error when accessing Visual area in 'statusline'
Jan Edmund Lazo
2019-11-30
*
Improve terminal close error message formatting (#11434)
Ashkan Kiani
2019-11-24
|
\
[next]