From 212e54292f485c4d6324e532e60766b0c0535eb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Sampaio?= Date: Tue, 1 Apr 2025 18:33:26 -0400 Subject: [PATCH] Never change the window's width --- autoload/augment/chat.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/autoload/augment/chat.vim b/autoload/augment/chat.vim index a3a9acd..a00bcac 100644 --- a/autoload/augment/chat.vim +++ b/autoload/augment/chat.vim @@ -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