Skip to content

Commit

Permalink
Merge pull request #34 from sakhnik/master
Browse files Browse the repository at this point in the history
Fix clash of plugin guard in neovim
  • Loading branch information
Bruno Sutic committed Dec 14, 2015
2 parents a754d1f + 7f30245 commit 3d26cb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/man.vim
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
if exists('g:loaded_man') && g:loaded_man
if exists('g:loaded_vim_utils_man') && g:loaded_vim_utils_man
finish
endif
let g:loaded_man = 1
let g:loaded_vim_utils_man = 1

let s:save_cpo = &cpo
set cpo&vim
Expand Down

0 comments on commit 3d26cb1

Please sign in to comment.