aboutsummaryrefslogtreecommitdiff
path: root/doc/squeeze_repeat_blanks.txt
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-12 23:31:31 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-12 23:31:31 +1200
commit486b4be06f6de1209fff5a2017a1fd665979a7e0 (patch)
treef5a3c2674b348213052f4c6bd2e5e79713495e3a /doc/squeeze_repeat_blanks.txt
parentMerge branch 'hotfix/v0.1.1' into develop (diff)
downloadvim-squeeze-repeat-blanks-486b4be06f6de1209fff5a2017a1fd665979a7e0.tar.gz
vim-squeeze-repeat-blanks-486b4be06f6de1209fff5a2017a1fd665979a7e0.zip
Switch to two-spacing
Diffstat (limited to 'doc/squeeze_repeat_blanks.txt')
-rw-r--r--doc/squeeze_repeat_blanks.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/squeeze_repeat_blanks.txt b/doc/squeeze_repeat_blanks.txt
index ab2cca5..0eb4894 100644
--- a/doc/squeeze_repeat_blanks.txt
+++ b/doc/squeeze_repeat_blanks.txt
@@ -8,22 +8,22 @@ What constitutes a "blank" line is configurable per-buffer.
REQUIREMENTS *squeeze_repeat_blanks-requirements*
-This plugin is only available if 'compatible' is not set. It also requires the
-|+user_commands| feature.
+This plugin is only available if 'compatible' is not set. It also requires
+the |+user_commands| feature.
COMMANDS *squeeze_repeat_blanks-commands*
*:SqueezeRepeatBlanks*
Find repeated blank lines matching the |b:squeeze_repeat_blanks_blank| pattern
and delete all but the last line of every such group, reporting the number of
-lines removed. Accepts a range and defaults to the whole buffer.
+lines removed. Accepts a range and defaults to the whole buffer.
OPTIONS *squeeze_repeat_blanks-options*
*b:sequeeze_repeat_blanks_blank*
The |buffer-variable| `b:squeeze_repeat_blanks_blank` can be set to a pattern
that constitutes a blank line, for example including whitespace, or a comment
-or quoting leader. This might be desirable for some filetypes. The
+or quoting leader. This might be desirable for some filetypes. The
`:SqueezeRepeatBlanks` command defaults to using `^$`, for a true blank line.
AUTHOR *squeeze_repeat_blanks-author*