Skip to content

Commit

Permalink
Avoid variable type mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
mhinz committed Sep 15, 2013
1 parent 35b0b02 commit fcfb40c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/sy/repo.vim
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ let s:vcs_dict = {

let s:diffoptions = get(g:, 'signify_diffoptions', {})

let s:vcs_list = get(g:, 'signify_vcs_list')
let s:vcs_list = get(g:, 'signify_vcs_list', [])
if empty(s:vcs_list)
let s:vcs_list = keys(filter(s:vcs_dict, 'executable(v:val)'))
endif
Expand Down

0 comments on commit fcfb40c

Please sign in to comment.