vim: typo
This commit is contained in:
parent
da0062e1fe
commit
6f40113a18
1 changed files with 1 additions and 1 deletions
2
.vimrc
2
.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/
|
||||
|
|
Loading…
Reference in a new issue