Skip to content

Commit

Permalink
Fix terminology
Browse files Browse the repository at this point in the history
  • Loading branch information
Giacomo Comitti committed Nov 16, 2014
1 parent b9c796e commit 663a011
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Wildfire does not set a default mapping for *quick selection*. Be sure to put so
nmap <leader>s <Plug>(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("<leader>s", {
Expand Down
5 changes: 2 additions & 3 deletions doc/wildfire.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ for different text object candidates:
\ })
<


==============================================================================
4. Quick Selection *wildfire-quick-selection*

Expand All @@ -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("<leader>s", {
\ "*" : ["i)", "i]"],
Expand Down

0 comments on commit 663a011

Please sign in to comment.