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
/
window.c
Commit message (
Expand
)
Author
Age
*
fix(ui): do not call showmode() when setting window height (#18969)
zeertzjq
2022-06-15
*
vim-patch:8.2.1898: command modifier parsing always uses global cmdmod
zeertzjq
2022-06-14
*
feat: cmdheight=0 #16251
Shougo
2022-06-13
*
fix(buffer): disable buffer-updates before removing from window #18933
zeertzjq
2022-06-12
*
vim-patch:8.2.5066: lcs-leadmultispace
zeertzjq
2022-06-09
*
fix(inccommand): avoid crash if callback changes inccommand option (#18830)
zeertzjq
2022-06-02
*
fix(winbar): set w_winrow_off when initializing firstwin size (#18793)
zeertzjq
2022-05-29
*
fix(winbar): only allow adding winbar when there is space
Famiu Haque
2022-05-28
*
fix(winbar): fix winbar disappear or glitch when moving a split (#18775)
zeertzjq
2022-05-28
*
fix(ui): require window-local value to show winbar on floating windows (#18773)
Famiu Haque
2022-05-28
*
refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)
dundargoc
2022-05-25
*
fix(ui): redraw winbar alongside statusline
Famiu Haque
2022-05-23
*
feat: click support for 'statusline', 'winbar' #18650
Famiu Haque
2022-05-23
*
Merge pull request #18629 from famiu/fix/ui/winbar
bfredl
2022-05-19
|
\
|
*
fix(ui): make `winbar` properly equalize window heights for local value
Famiu Haque
2022-05-19
*
|
vim-patch:8.2.4979: accessing freed memory when line is flushed (#18634)
zeertzjq
2022-05-19
*
|
fix(ui): make winbar work with floats and multigrid
bfredl
2022-05-18
*
|
refactor: move more grid functions to grid.c. Clean up some variables
bfredl
2022-05-18
|
/
*
feat(ui): add `'winbar'`
Famiu Haque
2022-05-18
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-16
*
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
*
refactor(grid): move out grid_* functions from screen.c
bfredl
2022-05-08
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-05-07
*
Merge pull request #18314 from tk-shirasaka/global-statusline-on-ext_messages
bfredl
2022-05-05
|
\
|
*
fix: display global statusline correctly with ext_messages
shirasaka
2022-05-05
*
|
vim-patch:8.2.4868: when closing help window autocmds triggered for wrong win...
zeertzjq
2022-05-05
|
/
*
refactor: replace char_u variables and functions with char
Dundar Goc
2022-04-30
*
refactor(uncrustify): change rules to better align with the style guide
Dundar Goc
2022-04-29
*
revert: "refactor: Remove allow_keys global (#6346)"
zeertzjq
2022-04-29
*
vim-patch:8.2.2476: using freed memory when splitting window while closing bu...
zeertzjq
2022-04-21
*
vim-patch:8.1.1756: autocommand that splits window messes up window layout
zeertzjq
2022-04-21
*
vim-patch:8.2.4739: accessing freed memory after WinScrolled autocmd event (#...
zeertzjq
2022-04-12
*
vim-patch:8.2.4713: plugins cannot track text scrolling
zeertzjq
2022-04-12
*
vim-patch:8.2.4706: buffer remains active with WinClosed and tabpages
zeertzjq
2022-04-08
*
vim-patch:8.2.4700: buffer remains active if WinClosed event throws an exception
zeertzjq
2022-04-08
*
vim-patch:8.2.0004: get E685 and E931 if buffer reload is interrupted
zeertzjq
2022-04-08
*
refactor(window): cherry-pick win_close_buffer() from Vim patch 8.1.1391
zeertzjq
2022-04-08
*
fix(ui): make window resize commands manage cmdheight
Famiu Haque
2022-04-05
*
vim-patch:8.2.4402: missing parenthesis may cause unexpected problems
Brian Leung
2022-04-03
*
fix: correct vertical dragging room calculation with global statusline (#17928)
zeertzjq
2022-03-31
*
refactor: assume `STATUS_HEIGHT` to be 1 (#17804)
Famiu Haque
2022-03-27
*
vim-patch:8.2.4631: crash when switching window in BufWipeout autocommand
zeertzjq
2022-03-27
*
chore: add additional compiler flags (#17815)
Lewis Russell
2022-03-24
*
fix(float): don't always switch window when deleting last listed buffer (#17836)
zeertzjq
2022-03-24
*
fix(float): make laststatus=1 behave consistently with floating windows
zeertzjq
2022-03-23
*
fix(float): handle buffer deletion with floating windows
zeertzjq
2022-03-23
*
fix(win_close): count the window the be closed instead of curwin
zeertzjq
2022-03-23
*
fix(aucmd_win): always make aucmd_win the last window
zeertzjq
2022-03-23
[next]