Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
go2null authored and wting committed May 4, 2017
1 parent 5aebe52 commit 38a3f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/gitsessions.vim
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function! s:find_git_dir(dir)
return a:dir . '/.git'
elseif has('file_in_path') && has('path_extra')
return finddir('.git', a:dir . ';')
elseif
else
return s:find_git_dir_aux(a:dir)
endif
endfunction
Expand Down

0 comments on commit 38a3f21

Please sign in to comment.