From 8d56bdd6ade7899f0b0a10cfc219804b4ccbc109 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Wed, 11 Jul 2018 13:28:41 +0900 Subject: [PATCH] Remove duplicate example --- doc/fzf-vim.txt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/doc/fzf-vim.txt b/doc/fzf-vim.txt index 6bbd0e4..b7a94d4 100644 --- a/doc/fzf-vim.txt +++ b/doc/fzf-vim.txt @@ -292,13 +292,6 @@ be used as the source. > " Replace the default dictionary completion with fzf-based fuzzy completion inoremap fzf#vim#complete('cat /usr/share/dict/words') - - " Global line completion (ripgrep required) - inoremap fzf#vim#complete(fzf#wrap({ - \ 'prefix': '^.*$', - \ 'source': 'rg -n ^ --color always', - \ 'options': '--ansi --delimiter : --nth 3..', - \ 'reducer': { lines -> join(split(lines[0], ':\zs')[2:], '') }})) < For advanced uses, you can pass an options dictionary to the function. The set of options is pretty much identical to that for `fzf#run` only with the