diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2020-05-30 19:19:09 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2020-05-30 19:19:09 +1200 |
commit | 27dd1b5858b4839b34249c106d2b3963a3da4161 (patch) | |
tree | 6dba6bbffd292ff6423aac0fbdd0649079e4452b | |
parent | Merge branch 'hotfix/v0.6.1' (diff) | |
parent | Bump VERSION (diff) | |
download | vim-squeeze-repeat-blanks-27dd1b5858b4839b34249c106d2b3963a3da4161.tar.gz vim-squeeze-repeat-blanks-27dd1b5858b4839b34249c106d2b3963a3da4161.zip |
* release/v0.7.0:
Correct typo
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | doc/squeeze_repeat_blanks.txt | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1 +1 @@ -0.6.1 +0.7.0 diff --git a/doc/squeeze_repeat_blanks.txt b/doc/squeeze_repeat_blanks.txt index 5a56c23..0825373 100644 --- a/doc/squeeze_repeat_blanks.txt +++ b/doc/squeeze_repeat_blanks.txt @@ -20,7 +20,7 @@ lines removed. Accepts a range and defaults to the whole buffer. OPTIONS *squeeze_repeat_blanks-options* - *b:sequeeze_repeat_blanks_blank* + *b:squeeze_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 |