diff options
author | Juan J. Martinez <jjm@usebox.net> | 2020-01-25 19:00:57 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-05-29 22:57:29 +0100 |
commit | 4fc77486cabe6c0cdd03b9f293953adce42cd087 (patch) | |
tree | 73a5d1aa9010ba6a7f5a281e929d4515bf5ae18d | |
parent | 644833796db9eda2f46d840c038280bd0ff1b4d8 (diff) | |
download | dotnvim-4fc77486cabe6c0cdd03b9f293953adce42cd087.tar.gz dotnvim-4fc77486cabe6c0cdd03b9f293953adce42cd087.zip |
git status when not active
-rw-r--r-- | vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,7 +70,7 @@ function! StatusLine(current, width) if a:current let l:s .= crystalline#right_sep('', 'Fill') . ' %{fugitive#statusline()}' else - let l:s .= ' %{fugitive#head()}' + let l:s .= ' %{fugitive#statusline()}' endif let l:s .= '%=' |