Skip to content

Commit

Permalink
Fix improper endif. Closes #164
Browse files Browse the repository at this point in the history
  • Loading branch information
ches committed Sep 12, 2015
1 parent 923507c commit 0a7d28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/ack.vim
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if exists('g:ack_use_dispatch')
endif
else
let g:ack_use_dispatch = 0
end
endif

"-----------------------------------------------------------------------------
" Public API
Expand Down

0 comments on commit 0a7d28b

Please sign in to comment.