commit a27b3c2ebdad1741c51abb13bffb3d27670206e8
parent 3659c1ae04912a4a803933eb8b66683ebed94584
Author: Bharatvaj <bharatvaj@yahoo.com>
Date: Tue, 5 Jul 2022 00:43:33 +0530
parent 3659c1ae04912a4a803933eb8b66683ebed94584
Author: Bharatvaj <bharatvaj@yahoo.com>
Date: Tue, 5 Jul 2022 00:43:33 +0530
Use &fillchars to check usability in vim
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.config/vim/vimrc b/.config/vim/vimrc @@ -99,6 +99,6 @@ if has("win32") set shellxquote= endif -if exists('+fillchars') +if exists('&fillchars') set fillchars+=eob:\ endif