From 195b85bd04c932e079880dbba6f9885fb4c47200 Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Sat, 1 Oct 2016 10:47:35 +1000 Subject: [PATCH] Fix typo in ripgrep-with-vim --- content/technical/2016/09/ripgrep-with-vim.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/technical/2016/09/ripgrep-with-vim.md b/content/technical/2016/09/ripgrep-with-vim.md index 7b7efd1..098b9dc 100644 --- a/content/technical/2016/09/ripgrep-with-vim.md +++ b/content/technical/2016/09/ripgrep-with-vim.md @@ -19,7 +19,7 @@ nature. To make use of `ripgrep` within vim here are a few options: Set [grepprg](http://vimdoc.sourceforge.net/htmldoc/options.html#'grepprg'), which is used by [:grep][colon-grep] to search a project and add the matches -the quickfix list: +to the quickfix list: if executable("rg") set grepprg=rg\ --vimgrep\ --no-heading