aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 5 insertions, 6 deletions
diff --git a/README.md b/README.md
index 993e93b..1533438 100644
--- a/README.md
+++ b/README.md
@@ -2,13 +2,12 @@ put\_blank\_lines.vim
=====================
This plugin provides mapping targets for inserting blank lines above or below
-the current line without going into insert mode. The applicable code is lifted
-from [unimpaired.vim][1]. It still works with [repeat.vim][2], if that's
-installed, to make the mappings repeatable.
+the current line without going into insert mode, including count prefixes and
+repeating with the dot command.
-I wrote this because I used these mappings from the original plugin frequently,
-but (almost) nothing else from it. The only functional difference is that the
-number of added lines is not reported, via a `:silent` suppression.
+The idea and insert method is lifted from the same mappings for
+[unimpaired.vim][1], but called with `'operatorfunc'` to allow counts and
+repeating without requiring [repeat.vim][2].
Configuration
-------------