vim: typo

This commit is contained in:
Michael Grote 2021-10-07 10:10:20 +02:00
parent da0062e1fe
commit 6f40113a18

2
.vimrc
View file

@ -108,7 +108,7 @@ function! GitBranch()
return system("git rev-parse --abbrev-ref HEAD 2>/dev/null | tr -d '\n'") return system("git rev-parse --abbrev-ref HEAD 2>/dev/null | tr -d '\n'")
endfunction endfunction
### Statuszeile " ### Statuszeile
" https://stackoverflow.com/questions/56274737/what-is-the-return-value-for-visual-block-mode-in-vimscript " 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://jdhao.github.io/2019/11/03/vim_custom_statusline/
" https://shapeshed.com/vim-statuslines/ " https://shapeshed.com/vim-statuslines/