From dff3ad4b62b9173a740c24833f425d2ef209dc80 Mon Sep 17 00:00:00 2001 From: TryWumbo <108367200+TryWumbo@users.noreply.github.com> Date: Tue, 2 Aug 2022 22:33:15 -0700 Subject: [PATCH] Update README.md (#1406) Minor update to first sentence to aid clarity --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 37edd21..a3aa740 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ Things you can do with [fzf][fzf] and Vim. Rationale --------- -[fzf][fzf] in itself is not a Vim plugin, and the official repository only -provides the [basic wrapper function][run] for Vim and it's up to the users to +[fzf][fzf] itself is not a Vim plugin, and the official repository only +provides the [basic wrapper function][run] for Vim. It's up to the users to write their own Vim commands with it. However, I've learned that many users of fzf are not familiar with Vimscript and are looking for the "default" implementation of the features they can find in the alternative Vim plugins.