From 663a011b502c9fbf171886fa2864d028feab5d79 Mon Sep 17 00:00:00 2001 From: Giacomo Comitti Date: Sun, 16 Nov 2014 11:05:03 +0100 Subject: [PATCH] Fix terminology --- README.md | 2 +- doc/wildfire.txt | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 62d7751..9bab9a2 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ Wildfire does not set a default mapping for *quick selection*. Be sure to put so nmap s (wildfire-quick-select) ``` -By default, *quick selection* use text objects in `g:wildfire_objects` to set jump marks. Have a look at the example below if you want to use different text object without having to change `g:wildfire_objects`. +By default, *quick selection* use text objects in `g:wildfire_objects` to set "selection marks". Have a look at the example below if you want to use different text object without having to change `g:wildfire_objects`. ```vim cal wildfire#triggers#AddQs("s", { diff --git a/doc/wildfire.txt b/doc/wildfire.txt index f81c21b..8bf24d7 100644 --- a/doc/wildfire.txt +++ b/doc/wildfire.txt @@ -84,7 +84,6 @@ for different text object candidates: \ }) < - ============================================================================== 4. Quick Selection *wildfire-quick-selection* @@ -99,8 +98,8 @@ something like the following line in your `.vimrc`: < By default, *quick selection* use text objects in `g:wildfire_objects` to set -jump marks. Have a look at the example below if you want to use different text -object without having to change `g:wildfire_objects`. +"selection marks". Have a look at the example below if you want to use different +text object without having to change `g:wildfire_objects`. > cal wildfire#triggers#AddQs("s", { \ "*" : ["i)", "i]"],