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