Skip to content

Commit

Permalink
Fixed problem wiht hidden default
Browse files Browse the repository at this point in the history
  • Loading branch information
pedsm committed Dec 27, 2016
1 parent e8d16be commit acf989a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugin/sprint.vim
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
" let g:SprintHidden = 1
" Sprint function
" let g:SprintForceRun = 0
" let g:SprintHidden = 0
function! Sprint()
if exists("g:SprintForceRun")
if g:SprintForceRun
Expand Down Expand Up @@ -36,6 +35,8 @@ function! Sprint()
if g:SprintHidden == 0
copen
endif
else
copen
endif
endfunction

Expand Down

0 comments on commit acf989a

Please sign in to comment.