mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-02-25 02:57:11 +08:00
Configurability: parametrizable sha1 length
This commit is contained in:
@@ -453,6 +453,9 @@ notexists symbol will be displayed after the branch name.
|
||||
return '[' . a:name . ']'
|
||||
endfunction
|
||||
<
|
||||
* truncate sha1 commits at this number of characters >
|
||||
let g:airline#extensions#branch#sha1_len = 10
|
||||
<
|
||||
------------------------------------- *airline-syntastic*
|
||||
syntastic <https://github.com/vim-syntastic/syntastic>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user