aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-24 16:36:24 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-24 16:36:24 +1200
commit20809ea4fd126e20011c6480371e729f8ca17785 (patch)
treea520be83cad1e309c7e5986733ac4ca297acbfb2
parentMerge branch 'release/v3.0.0' into develop (diff)
downloadvim-put-blank-lines-20809ea4fd126e20011c6480371e729f8ca17785.tar.gz
vim-put-blank-lines-20809ea4fd126e20011c6480371e729f8ca17785.zip
Switch to two-spacing
-rw-r--r--README.md2
-rw-r--r--doc/put_blank_lines.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 1533438..19da179 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ this in your `.vimrc`:
License
-------
-Copyright (c) [Tom Ryder][3]. Distributed under the same terms as Vim itself.
+Copyright (c) [Tom Ryder][3]. Distributed under the same terms as Vim itself.
See `:help license`.
[1]: https://www.vim.org/scripts/script.php?script_id=1590
diff --git a/doc/put_blank_lines.txt b/doc/put_blank_lines.txt
index 38c6b7a..87076c4 100644
--- a/doc/put_blank_lines.txt
+++ b/doc/put_blank_lines.txt
@@ -26,11 +26,11 @@ MAPPINGS *put_blank_lines-mappings*
*<Plug>(PutBlankLinesAbove)*
The `<Plug>(PutBlankLinesAbove)` target inserts a blank line above the current
-line. Mappings through it can be prefixed with an optional count.
+line. Mappings through it can be prefixed with an optional count.
*<Plug>(PutBlankLinesBelow)*
The `<Plug>(PutBlankLinesBelow)` target inserts a blank line below the current
-line. Mappings through it can be prefixed with an optional count.
+line. Mappings through it can be prefixed with an optional count.
AUTHOR *put_blank_lines-author*