diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2019-05-09 13:52:24 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2019-05-09 13:52:24 +1200 |
commit | 399b25a9d6afbc41509c892f812482a0184e6639 (patch) | |
tree | 77f9bd1b3b5c5b4a0a134a0ceaa95d364eaa4479 /README.md | |
parent | Merge branch 'hotfix/v0.1.2' into develop (diff) | |
download | vim-digraph-search-399b25a9d6afbc41509c892f812482a0184e6639.tar.gz vim-digraph-search-399b25a9d6afbc41509c892f812482a0184e6639.zip |
Switch to two-spacing
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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/ |