Skip to content

Commit a9d780e

Browse files
committed
Even more documentation fixes
1 parent d6cd9b7 commit a9d780e

File tree

2 files changed

+13
-15
lines changed

2 files changed

+13
-15
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# vim-qf
22

3-
**vim-qf**short for *vim-quickfix*is a small collection of settings, commands and mappings put together to make working with the quickfix list/window smoother.
3+
**vim-qf**short for *vim-quickfix*is a small collection of settings, commands and mappings put together to make working with the location/quickfix list/window smoother.
44

55
## Features
66

@@ -11,15 +11,15 @@
1111
* optional mappings for `:cnext`, `:cprevious`, `:lnext`, `:lprevious`
1212
that wrap around the beginning and end of the list
1313
* optional mapping for jumping to and from the location/quickfix window
14-
* filter/restore the current list
15-
* perform commands on each line in the list
16-
* perform commands on each file in the list
14+
* filter and restore the current list
15+
* perform commands on each line in the current list
16+
* perform commands on each file in the current list
1717
* open the location/quickfix window automatically after `:make`, `:grep`,
1818
`:lvimgrep` and friends if there are valid locations/errors
1919
* quit Vim if the last window is a location/quickfix window
2020
* close location window automatically when quitting parent window
2121
* jump to next group of entries belonging to same file ("file grouping")
22-
* save the current list
22+
* save and load named lists
2323

2424

2525
## Installation

doc/qf.txt

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,28 +18,28 @@ Help on using vim-qf *qf* *vim-qf
1818
==============================================================================
1919
1. INTRODUCTION *qf-intro*
2020

21-
vim-qfshort for "vim-quickfix"is a small collection of settings,
22-
commands and mappings put together to make working with the quickfix
21+
vim-qf--short for "vim-quickfix"--is a small collection of settings,
22+
commands and mappings put together to make working with the location/quickfix
2323
list/window smoother.
2424

2525
Here are the features provided by this plugin:
2626

27-
- disable soft-wrapping in the quickfix window
28-
- disable relative numbers in the quickfix window
27+
- disable soft-wrapping in the location/quickfix window
28+
- disable relative numbers in the location/quickfix window
2929
- quickfix buffers are hidden from |:ls| and buffer navigation
3030
- optional Ack.vim-inspired mappings
3131
- optional mappings for |:cnext|, |:cprevious|, |:lnext|, |:lprevious|
3232
that wrap around the beginning and end of the list
3333
- optional mapping for jumping to and from the location/quickfix window,
34-
- filter/restore the current list
35-
- perform commands on each line in the list
36-
- perform commands on each file in the list
34+
- filter and restore the current list
35+
- perform commands on each line in the curent list
36+
- perform commands on each file in the curent list
3737
- open the location/quickfix window automatically after |:make|, |:grep|,
3838
|:lvimgrep| and friends if there are valid locations/errors
3939
- quit Vim if the last window is a location/quickfix window
4040
- close location window automatically when quitting parent window
4141
- jump to next group of entries belonging to same file ("file grouping")
42-
- save the current list
42+
- save and load named lists
4343

4444
==============================================================================
4545
2. INSTALLATION *qf-installation*
@@ -92,8 +92,6 @@ Available options:
9292

9393
qf_mapping_ack_style .......................... |qf_mapping_ack_style|
9494
qf_statusline ................................. |qf_statusline|
95-
qf_window_bottom .............................. |qf_window_bottom|
96-
qf_loclist_window_bottom ...................... |qf_loclist_window_bottom|
9795

9896
------------------------------------------------------------------------------
9997
*QfCprevious*

0 commit comments

Comments
 (0)