From 399b25a9d6afbc41509c892f812482a0184e6639 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 9 May 2019 13:52:24 +1200 Subject: Switch to two-spacing --- README.md | 4 ++-- doc/digraph_search.txt | 10 +++++----- 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* *(DigraphSearch)* -The single insert mode mapping target is |(DigraphSearch)|. There is no -default key mapping; you should define one yourself in your |vimrc|. For +The single insert mode mapping target is |(DigraphSearch)|. There is no +default key mapping; you should define one yourself in your |vimrc|. For example: > imap (DigraphSearch) -- cgit v1.2.3