From 4abd5d40c09c1b725b70b5e2164d2b5a5933cd1e Mon Sep 17 00:00:00 2001 From: jremmen Date: Sat, 24 Sep 2016 22:31:07 -0700 Subject: [PATCH] uncomment guard --- plugin/vim-ripgrep.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugin/vim-ripgrep.vim b/plugin/vim-ripgrep.vim index cf6358b..73d89ec 100644 --- a/plugin/vim-ripgrep.vim +++ b/plugin/vim-ripgrep.vim @@ -1,6 +1,6 @@ -"if exists('g:loaded_rg') || &cp -" finish -"endif +if exists('g:loaded_rg') || &cp + finish +endif let g:loaded_rg = 1