aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-12 16:27:04 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-12 16:27:04 +1200
commitb9bb57b2749a1ec565aeb55529703f527d644553 (patch)
tree8577134f313109156c7e6c05ae7e5a5c1816f5e1
parentMerge branch 'release/v0.2.0' into develop (diff)
downloadvim-quickfix-auto-open-b9bb57b2749a1ec565aeb55529703f527d644553.tar.gz
vim-quickfix-auto-open-b9bb57b2749a1ec565aeb55529703f527d644553.zip
Switch to two-spacing
-rw-r--r--README.md2
-rw-r--r--doc/quickfix_auto_open.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 6e6a96d..6b6e180 100644
--- a/README.md
+++ b/README.md
@@ -18,4 +18,4 @@ distribution.
License
-------
-Distributed under the same terms as Vim itself, probably. See `:help license`.
+Distributed under the same terms as Vim itself, probably. See `:help license`.
diff --git a/doc/quickfix_auto_open.txt b/doc/quickfix_auto_open.txt
index 745d882..8d2a083 100644
--- a/doc/quickfix_auto_open.txt
+++ b/doc/quickfix_auto_open.txt
@@ -7,8 +7,8 @@ quickfix and location lists when a command that changes their contents is run.
REQUIREMENTS *quickfix_auto_open-requirements*
-This plugin is only available if 'compatible' is not set. It also requires the
-|+autocmd| feature.
+This plugin is only available if 'compatible' is not set. It also requires
+the |+autocmd| feature.
AUTHOR *quickfix_auto_open-author*