mirror of
https://github.com/chenasraf/vim-matchup.git
synced 2026-05-17 17:38:01 +00:00
Make minor doc update
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"plugin/*.vim": {"type": "plugin"},
|
||||
"autoload/*.vim": {"type": "autoload"},
|
||||
"after/*.vim": {"type": "after"},
|
||||
"doc/*.txt": {"type": "doc"},
|
||||
"README.md": {"type": "readme"},
|
||||
"test/*": {"type": "test"}
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
|
||||
Author: Andy Massimino <a@normed.space>
|
||||
Web: https://github.com/andymass/vim-matchup
|
||||
Script ID: 5624
|
||||
Version: 0.3.a
|
||||
License: MIT license {{{
|
||||
|
||||
Copyright (c) 2018 Andy Massimino
|
||||
@@ -130,7 +132,7 @@ z% go to inside [count]th nearest block. This is an
|
||||
<
|
||||
*v_a%* *a%*
|
||||
a% select an |any-block|.
|
||||
This closely matches match vim's built-in |ab|.
|
||||
This closely matches vim's built-in |ab|.
|
||||
|
||||
*v_Na%* *Na%*
|
||||
{count}a% select an |open-to-close-block|.
|
||||
@@ -139,7 +141,7 @@ a% select an |any-block|.
|
||||
|
||||
*v_i%* *i%*
|
||||
i% select the inside of an |any-block|.
|
||||
This closely matches match vim's built-in |ib|.
|
||||
This closely matches vim's built-in |ib|.
|
||||
See also |matchup-feat-linewise|.
|
||||
|
||||
*v_Ni%* *Ni%*
|
||||
@@ -948,4 +950,4 @@ Contributing~
|
||||
Please read the contribution guidelines (CONTRIBUTING.md) before contributing.
|
||||
|
||||
==============================================================================
|
||||
vim:tw=78:ts=8:ft=help:norl:
|
||||
vim:tw=78:ts=8:ft=help:norl:fen:fdl=0:fdm=marker
|
||||
|
||||
Reference in New Issue
Block a user