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
/
statusline.c
Commit message (
Expand
)
Author
Age
*
feat(api): evaluate 'statuscolumn' with nvim_eval_statusline()
Luuk van Baal
2023-04-05
*
fix(column): invalidate statuscolumn width when UPD_NOT_VALID (#22723)
luukvbaal
2023-03-19
*
fix(column): rebuild status column when sign column is invalidated (#22690)
luukvbaal
2023-03-18
*
refactor(screen): screen.c delenda est
bfredl
2023-03-14
*
perf(statusline): UI elements are always redrawn on K_EVENT
Luuk van Baal
2023-03-08
*
Merge pull request #11756 from bfredl/crashfix
bfredl
2023-02-14
|
\
|
*
fix(status): handle unprintable chars in the statusline
Björn Linse
2023-02-14
*
|
Merge pull request #22113 from luukvbaal/nrwidth
Lewis Russell
2023-02-14
|
\
\
|
*
|
refactor(column): remove unused build_statuscol_str() arguments
Luuk van Baal
2023-02-04
*
|
|
Merge pull request #22108 from luukvbaal/statuscolumn
Lewis Russell
2023-02-14
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
perf(column): only build fold/sign column when present in 'statuscolumn'
Luuk van Baal
2023-02-04
|
|
/
*
|
refactor: reduce scope of locals as per the style guide 3 (#22221)
dundargoc
2023-02-12
*
|
vim-patch:9.0.1300: 'statusline' only supports one "%=" item (#22218)
zeertzjq
2023-02-11
*
|
refactor: replace char_u with char (#21901)
dundargoc
2023-02-11
*
|
build: enable MSVC level 3 warnings (#21934)
dundargoc
2023-02-11
|
/
*
perf(statuscolumn): only fill click defs array once per redraw (#21884)
luukvbaal
2023-01-20
*
fix(statusline): don't leak memory with truncated click labels
zeertzjq
2023-01-19
*
fix(statusline): don't leak memory with zero-width click labels
zeertzjq
2023-01-19
*
refactor: replace char_u with char 24 (#21823)
dundargoc
2023-01-18
*
fix(statuscolumn): always fill click defs array (#21878)
zeertzjq
2023-01-18
*
refactor: replace char_u with char 22 (#21786)
dundargoc
2023-01-17
*
fix(tabline): avoid memory leak in tabline click definitions (#21847)
luukvbaal
2023-01-17
*
fix(api): avoid memory leak with click functions in nvim_eval_statusline() (#...
luukvbaal
2023-01-17
*
fix(column)!: ensure 'statuscolumn' works with virtual and wrapped lines
Luuk van Baal
2023-01-16
*
refactor: fix IWYU mapping file and use IWYU (#21802)
dundargoc
2023-01-15
*
vim-patch:8.2.4391: command line executed when typing Esc in the GUI
zeertzjq
2023-01-14
*
vim-patch:8.2.4382: a custom 'tabline' may cause Esc to work like Enter
zeertzjq
2023-01-14
*
vim-patch:8.2.4346: a custom statusline may cause Esc to work like Enter
zeertzjq
2023-01-14
*
fix(statuscolumn): make %l/%r respect 'number'/'relativenumber' (#21747)
luukvbaal
2023-01-13
*
fix(statuscolumn): fix crashes and clang/PVS warnings (#21725)
zeertzjq
2023-01-10
*
docs: add 'statuscolumn' docstrings (#21717)
luukvbaal
2023-01-10
*
feat(ui): add 'statuscolumn' option
luukvbaal
2023-01-09
*
refactor: replace char_u with char 18 (#21237)
dundargoc
2023-01-09
*
refactor: replace char_u with char 17 - remove STRLCPY (#21235)
dundargoc
2023-01-09
*
feat!: remove hardcopy
Lewis Russell
2023-01-03
*
fix(statusline): make nvim_eval_statusline() work with %S (#21553)
zeertzjq
2022-12-27
*
fix(statusline): don't show showcmd when not enough space (#21550)
zeertzjq
2022-12-27
*
vim-patch:9.0.1061: cannot display 'showcmd' somewhere else
Luuk van Baal
2022-12-26
*
refactor: replace char_u with char
Dundar Göc
2022-11-26
*
build: allow IWYU to fix includes for all .c files
dundargoc
2022-11-15
*
refactor: move tabline code to statusline.c (#21008)
luukvbaal
2022-11-10
*
refactor: remove stray emsg check after #20992 (#20996)
luukvbaal
2022-11-08
*
vim-patch:9.0.0844: handling 'statusline' errors is spread out (#20992)
luukvbaal
2022-11-08
*
refactor: click definition functions #20923
luukvbaal
2022-11-06
*
refactor: clang-tidy fixes to silence clangd warning (#20683)
dundargoc
2022-10-21
*
refactor: replace char_u with char
Dundar Göc
2022-10-15
*
vim-patch:8.2.4074: going over the end of NameBuff
zeertzjq
2022-09-22
*
feat(ui): use msg_grid based implementation for cmdheight=0
bfredl
2022-09-15
*
refactor: replace char_u with char
Dundar Göc
2022-09-11
*
refactor: replace char_u with char
Dundar Göc
2022-09-06
[next]