From f7d4b960b83f0f212b93d1e227f1e6008bf1d884 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Thu, 31 Oct 2024 15:33:53 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20use=20space=20instead=20of=20dot=20(?= =?UTF-8?q?=E2=8B=85)=20in=20tab=20representation.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vim/vimrc b/.vim/vimrc index f8f367f..0b4d8ff 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -13,7 +13,7 @@ set incsearch set laststatus=2 set lazyredraw set list -set listchars=tab:▷⋅,trail:· +set listchars=tab:▷\ ,trail:· set mouse= set nobomb set nocompatible