From 42ad17b5862c01e14938ac241a5d583bc7226f13 Mon Sep 17 00:00:00 2001
From: Cody Hiar <cody@hiar.ca>
Date: Mon, 11 Jan 2021 15:56:01 -0700
Subject: Fix rg searching bug

---
 plugin/vim-options.vim | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'plugin')

diff --git a/plugin/vim-options.vim b/plugin/vim-options.vim
index 45106b9..a7fc724 100644
--- a/plugin/vim-options.vim
+++ b/plugin/vim-options.vim
@@ -431,7 +431,7 @@ if !empty(glob($EditorDir.'plugged/vim-ripgrep/plugin/vim-ripgrep.vim'))
     let term = input('Search: ')
     call inputrestore()
     if !empty(term)
-        execute "Rg! " . term
+        execute "Rg " . term
     endif
   endfunction
 endif
-- 
cgit v1.2.3