From 6f40113a18b74509e50c380f6ad21c5c1e8abbe5 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Thu, 7 Oct 2021 10:10:20 +0200 Subject: [PATCH] vim: typo --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 402bcab..3d870d9 100644 --- a/.vimrc +++ b/.vimrc @@ -108,7 +108,7 @@ function! GitBranch() return system("git rev-parse --abbrev-ref HEAD 2>/dev/null | tr -d '\n'") endfunction -### Statuszeile +" ### Statuszeile " https://stackoverflow.com/questions/56274737/what-is-the-return-value-for-visual-block-mode-in-vimscript " https://jdhao.github.io/2019/11/03/vim_custom_statusline/ " https://shapeshed.com/vim-statuslines/