fossil is here to stay, so I will probably use signify for it as well
This commit is contained in:
parent
27479371fc
commit
c98ab75c93
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -113,7 +113,7 @@ if v:version >= 700
|
||||||
map <Leader><Tab> :BuffergatorToggle<CR>
|
map <Leader><Tab> :BuffergatorToggle<CR>
|
||||||
|
|
||||||
" signify options
|
" signify options
|
||||||
let g:signify_vcs_list=[ 'svn', 'git' ]
|
let g:signify_vcs_list=[ 'svn', 'git', 'fossil' ]
|
||||||
let g:signify_sign_change='~'
|
let g:signify_sign_change='~'
|
||||||
|
|
||||||
" vim-togglemouse options
|
" vim-togglemouse options
|
||||||
|
|
Loading…
Reference in a new issue