Skip to content

Commit

Permalink
Revert "Merge pull request #12 from biscuitvile/nested-session-call"
Browse files Browse the repository at this point in the history
This reverts commit 47e96c0, reversing
changes made to d4e8c65.
  • Loading branch information
wting committed Apr 25, 2016
1 parent 5be6f2f commit 5aebe52
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 @@ -203,7 +203,7 @@ endfunction
augroup gitsessions
autocmd!
if ! exists("g:gitsessions_disable_auto_load")
autocmd VimEnter * nested :call g:GitSessionLoad()
autocmd VimEnter * :call g:GitSessionLoad()
endif
autocmd BufEnter * :call g:GitSessionUpdate(0)
autocmd VimLeave * :call g:GitSessionUpdate()
Expand Down

0 comments on commit 5aebe52

Please sign in to comment.