Skip to content

Commit

Permalink
Fix clash of plugin guard in neovim
Browse files Browse the repository at this point in the history
  • Loading branch information
sakhnik committed Dec 4, 2015
1 parent a754d1f commit 7f30245
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 7f30245

Please sign in to comment.