Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
Add select all to statusline.
Browse files Browse the repository at this point in the history
  • Loading branch information
albertosantini committed Mar 8, 2016
1 parent f1432f1 commit 1eadf7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/statusline.vim
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ function! statusline#mode()
elseif mode ==# "R" | exec "hi User7 ".s:color_replace | return "REPLACE"
elseif mode ==# "c" | exec "hi User7 ".s:color_normal | return "COMMAND"
elseif mode ==# "s" | exec "hi User7 ".s:color_visual | return "SELECT"
elseif mode ==# "S" | exec "hi User7 ".s:color_visual | return "SELECT ALL"
elseif mode ==# "v" | exec "hi User7 ".s:color_visual | return "VISUAL"
elseif mode ==# "V" | exec "hi User7 ".s:color_visual | return "VLINE"
elseif mode ==# "" | exec "hi User7 ".s:color_visual | return "VBLOCK"
Expand Down

0 comments on commit 1eadf7c

Please sign in to comment.