Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions autoload/augment/chat.vim
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ function! augment#chat#OpenChatPanel() abort
if exists('&winfixbuf')
setlocal winfixbuf " Keep buffer in window when splitting
endif
setlocal winfixwidth " Never change the window's width
setlocal bufhidden=hide " When buffer is abandoned, hide it
setlocal nobuflisted " Hide from :ls
setlocal wrap " Wrap long lines
Expand Down