mirror of
https://github.com/jremmen/vim-ripgrep.git
synced 2025-12-26 19:45:29 +08:00
Merge pull request #56 from tacahiroy/fix-e1208
Fix E1208 started showing up in Vim v8.2.3149
This commit is contained in:
commit
2bb2425387
1 changed files with 1 additions and 1 deletions
|
|
@ -146,4 +146,4 @@ fun! s:RgShowRoot()
|
||||||
endfun
|
endfun
|
||||||
|
|
||||||
command! -nargs=* -complete=file Rg :call s:Rg(<q-args>)
|
command! -nargs=* -complete=file Rg :call s:Rg(<q-args>)
|
||||||
command! -complete=file RgRoot :call s:RgShowRoot()
|
command! RgRoot :call s:RgShowRoot()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue