Skip to content

Commit

Permalink
add ! to function declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
bhcleek committed Sep 5, 2018
1 parent 5273c4f commit 97235dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/go/config.vim
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ function! go#config#HighlightVariableDeclarations() abort
return get(g:, 'go_highlight_variable_declarations', 0)
endfunction

function go#config#FoldEnable(...) abort
function! go#config#FoldEnable(...) abort
if a:0 > 0
return index(go#config#FoldEnable(), a:1) > -1
endif
Expand Down

0 comments on commit 97235dd

Please sign in to comment.