summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@advisorsla.com>2019-08-29 11:04:49 +0200
committerHugues Hiegel <hugues.hiegel@advisorsla.com>2019-08-29 11:04:49 +0200
commit0c94e1b2f1fe7a036be4051045f1aed0debd6b4e (patch)
tree135043380c3768a6f5a09e086057532f6ed8a849
parentcf8d712e0ceff455b64f43882d98351757035a2a (diff)
[statusline] Give enough room for LineNR column
-rw-r--r--vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index 5cf1caa..e5a38f8 100644
--- a/vimrc
+++ b/vimrc
@@ -72,7 +72,7 @@ fun! ShowFuncName()
endfun
"set statusline=%y─┤\ %*%1*%<%f%*\ %2*%M%3*%r%*├%=┤%4*%c%V%*├─┤%4*%l/%L%*├──┤%4*%P%*├─
-set statusline=┤\ %*%1*%<%f%*\ %2*%M%3*%r%*│%Y├%=┤%c%1*%V%*│%l%*%1*/%L%*│%1*%p%%%*├
+set statusline=----┤\ %*%1*%<%f%*\ %2*%M%3*%r%*│%Y├%=┤%c%1*%V%*│%l%*%1*/%L%*│%1*%p%%%*├
set tabline=%!MyTabLine()