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
*
fix(statusline): overwriting stl_items with nvim_eval_statusline() {-item #32265
luukvbaal
2025-02-02
*
fix(mouse): 'statuscolumn' fold and popopmenu handling
Luuk van Baal
2025-01-23
*
feat(api): combined highlights in nvim_eval_statusline()
Luuk van Baal
2025-01-23
*
vim-patch:9.1.1028: too many strlen() calls in screen.c (#32083)
zeertzjq
2025-01-18
*
vim-patch:9.1.1021: string might be used without a trailing NUL (#32062)
zeertzjq
2025-01-17
*
vim-patch:9.1.0997: too many strlen() calls in drawscreen.c (#31927)
zeertzjq
2025-01-09
*
refactor: iwyu #31637
Justin M. Keyes
2024-12-23
*
feat(ui): don't show unfocusable windows in :tabs, 'tabline' #27984
luukvbaal
2024-11-16
*
refactor(highlight): make enum of builtin highlights start with 1
bfredl
2024-11-13
*
feat(ext_messages): add hl_id to ext_messages chunks
Luuk van Baal
2024-11-09
*
feat(ui): statusline text inherits highlights #29976
Riley Bruins
2024-10-12
*
fix(tabline): restore behavior of click after last tabpage (#30602)
zeertzjq
2024-10-01
*
refactor(api)!: rename Dictionary => Dict
Justin M. Keyes
2024-09-23
*
vim-patch:9.0.0634: evaluating "expr" options has more overhead than needed
zeertzjq
2024-08-02
*
refactor: collapse statements in single assignments
Lewis Russell
2024-07-30
*
feat(column)!: rework 'statuscolumn' %r/l items
Luuk van Baal
2024-06-16
*
refactor: remove redundant copy in statuscolumn items
Luuk van Baal
2024-06-16
*
revert: "refactor: use S_LEN macro" (#29319)
Lewis Russell
2024-06-14
*
refactor: use S_LEN(s) instead of s, n (#29219)
James
2024-06-11
*
refactor(options): remove `set_string_option_direct()`
Famiu Haque
2024-03-21
*
vim-patch:9.1.0172: More code can use ml_get_buf_len() instead of STRLEN()
zeertzjq
2024-03-14
*
vim-patch:9.0.0245: mechanism to prevent recursive screen updating is incompl...
zeertzjq
2024-02-13
*
refactor(api): refactor more api functions to use arena return
bfredl
2024-02-08
*
refactor(api): use keydict and arena for more api return values
bfredl
2024-02-08
*
fix(statusline): missing offset when showing 'keymap' (#27270)
zeertzjq
2024-01-31
*
refactor(IWYU): fix headers
dundargoc
2024-01-11
*
refactor(options): remove `OPT_FREE` (#26963)
Famiu Haque
2024-01-10
*
refactor(options): use schar_T representation for fillchars and listchars
bfredl
2024-01-08
*
fix(column): fill 'statuscolumn' clickdefs with evaluated width (#26891)
luukvbaal
2024-01-05
*
refactor(column): define and use maximum 'statuscolumn' width
Luuk van Baal
2024-01-04
*
fix(drawline): consider position in linebuf for foldcolumn (#26803)
luukvbaal
2024-01-02
*
refactor: follow style guide
dundargoc
2023-12-30
*
refactor(drawline): remove maybe_wlv argument for foldcolumn (#26798)
luukvbaal
2023-12-30
*
refactor(drawline): avoid writing foldopen before writing foldclosed
Luuk van Baal
2023-12-29
*
refactor(drawline): avoid storing info to draw 'statuscolumn' (#26712)
luukvbaal
2023-12-23
*
Merge pull request #26528 from bfredl/nodrawstate
bfredl
2023-12-22
|
\
|
*
refactor(drawline): remove LineDrawState and wlv->saved_n_extra
bfredl
2023-12-22
*
|
refactor: run IWYU on entire repo
dundargoc
2023-12-21
|
/
*
refactor(IWYU): move decor provider types to decoration_defs.h (#26692)
zeertzjq
2023-12-21
*
refactor: eliminate cyclic includes
dundargoc
2023-12-20
*
refactor: use `bool` to represent boolean values
dundargoc
2023-12-19
*
refactor(options): use hashy for finding options (#26573)
Famiu Haque
2023-12-17
*
refactor(options): convert `opt_idx` variables to `OptIndex`
Famiu Haque
2023-12-09
*
refactor(options): reduce `findoption()` usage
Famiu Haque
2023-12-09
*
refactor: move function macros out of vim_defs.h (#26300)
zeertzjq
2023-11-29
*
refactor: move some constants out of vim_defs.h (#26298)
zeertzjq
2023-11-29
*
refactor: fix headers with IWYU
dundargoc
2023-11-28
*
build(IWYU): fix includes for undo_defs.h
dundargoc
2023-11-27
*
refactor: enable formatting for ternaries
dundargoc
2023-11-20
*
refactor: follow style guide
dundargoc
2023-11-19
[next]