From b25c1a113801fd7aed3fece43807c941f6e438bc Mon Sep 17 00:00:00 2001 From: Coldle Date: Sun, 9 Jul 2023 00:08:47 +0800 Subject: [PATCH] Fix redundant "ruler" option --- vimrcs/basic.vim | 3 --- 1 file changed, 3 deletions(-) diff --git a/vimrcs/basic.vim b/vimrcs/basic.vim index 5b3591fa..5675b2bb 100644 --- a/vimrcs/basic.vim +++ b/vimrcs/basic.vim @@ -76,9 +76,6 @@ else set wildignore+=*/.git/*,*/.hg/*,*/.svn/*,*/.DS_Store endif -" Always show current position -set ruler - " Height of the command bar set cmdheight=1