aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-09 13:52:24 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-09 13:52:24 +1200
commit399b25a9d6afbc41509c892f812482a0184e6639 (patch)
tree77f9bd1b3b5c5b4a0a134a0ceaa95d364eaa4479
parentMerge branch 'hotfix/v0.1.2' into develop (diff)
downloadvim-digraph-search-399b25a9d6afbc41509c892f812482a0184e6639.tar.gz
vim-digraph-search-399b25a9d6afbc41509c892f812482a0184e6639.zip
Switch to two-spacing
-rw-r--r--README.md4
-rw-r--r--doc/digraph_search.txt10
2 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index e690c91..678059a 100644
--- a/README.md
+++ b/README.md
@@ -3,14 +3,14 @@ digraph\_search.vim
This plugin provides an insert mode mapping target to search for digraphs by
searching for a substring of the character's official name, per `:help
-digraph-table` and `:help digraph-table-multibyte`. This is for situations
+digraph-table` and `:help digraph-table-multibyte`. This is for situations
where you might be able to remember part of the official name for a character,
but you can't remember the digraph pieces.
License
-------
-Copyright (c) [Tom Ryder][1]. Distributed under the same terms as Vim itself.
+Copyright (c) [Tom Ryder][1]. Distributed under the same terms as Vim itself.
See `:help license`.
[1]: https://sanctum.geek.nz/
diff --git a/doc/digraph_search.txt b/doc/digraph_search.txt
index da25b2c..c94eb05 100644
--- a/doc/digraph_search.txt
+++ b/doc/digraph_search.txt
@@ -4,20 +4,20 @@ DESCRIPTION *digraph_search*
This plugin provides an insert mode mapping target to search for |digraphs| by
searching for a substring of the character's official name, per
-|digraph-table| and |digraph-table-multibyte|. This is for situations where
+|digraph-table| and |digraph-table-multibyte|. This is for situations where
you might be able to remember part of the official name for a character, but
you can't remember the digraph pieces.
REQUIREMENTS *digraph_search-requirements*
-This plugin only loads if 'compatible' is not set. It requires the |+digraphs|
-feature, of course.
+This plugin only loads if 'compatible' is not set. It requires the
+|+digraphs| feature, of course.
MAPPINGS *digraph_search-mappings*
*<Plug>(DigraphSearch)*
-The single insert mode mapping target is |<Plug>(DigraphSearch)|. There is no
-default key mapping; you should define one yourself in your |vimrc|. For
+The single insert mode mapping target is |<Plug>(DigraphSearch)|. There is no
+default key mapping; you should define one yourself in your |vimrc|. For
example:
>
imap <C-K><C-K> <Plug>(DigraphSearch)