From 8a6894d6a560497bd35947f55ece381bf4f2d9ed Mon Sep 17 00:00:00 2001 From: tockn Date: Fri, 10 Jan 2020 11:51:02 +0900 Subject: [PATCH] Fix typo (#914) --- README.md | 2 +- doc/fzf-vim.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c6f9f9c..25f5f99 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ command! -bang -nargs=? -complete=dir Files \ call fzf#vim#files(, fzf#vim#with_preview({'options': ['--layout=reverse', '--info=inline']}), 0) ``` -You can just omit the spec argument if you only want the previwer. +You can just omit the spec argument if you only want the previewer. ```vim command! -bang -nargs=? -complete=dir Files diff --git a/doc/fzf-vim.txt b/doc/fzf-vim.txt index ebef468..6073180 100644 --- a/doc/fzf-vim.txt +++ b/doc/fzf-vim.txt @@ -255,7 +255,7 @@ with additional preview options. command! -bang -nargs=? -complete=dir Files \ call fzf#vim#files(, fzf#vim#with_preview({'options': ['--layout=reverse', '--info=inline']}), 0) < -You can just omit the spec argument if you only want the previwer. +You can just omit the spec argument if you only want the previewer. > command! -bang -nargs=? -complete=dir Files \ call fzf#vim#files(, fzf#vim#with_preview(), 0)