aboutsummaryrefslogtreecommitdiff
path: root/plugin
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 /plugin
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 'plugin')
-rw-r--r--plugin/squeeze_repeat_blanks.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/squeeze_repeat_blanks.vim b/plugin/squeeze_repeat_blanks.vim
index dcf8b0a..e0391c3 100644
--- a/plugin/squeeze_repeat_blanks.vim
+++ b/plugin/squeeze_repeat_blanks.vim
@@ -1,6 +1,6 @@
"
" squeeze_repeat_blanks.vim: User command to reduce all groups of blank lines
-" to the last line in that group, deleting the others. Good for filtering
+" to the last line in that group, deleting the others. Good for filtering
" plaintext mail that's been extracted from HTML.
"
" Author: Tom Ryder <tom@sanctum.geek.nz>