Merge pull request #25 from inkarkat/fix-typos

Fix typos in documentation.
This commit is contained in:
Tom McDonald 2014-06-24 10:45:12 -04:00
commit a7f31d4c7a

View File

@ -9,9 +9,9 @@ INTRODUCTION *exchange*
This plugin provides |operators| for exchanging text in two places. The main This plugin provides |operators| for exchanging text in two places. The main
operator is |cx|, which is used in pairs. Each time it is used, it defines a operator is |cx|, which is used in pairs. Each time it is used, it defines a
region of text to to be exchanged; on the second use, the two defined regions region of text to be exchanged; on the second use, the two defined regions are
are exchanged. If one region is fully contained within the other, it replaces exchanged. If one region is fully contained within the other, it replaces the
the containing region. containing region.
MAPPINGS *exchange-mappings* MAPPINGS *exchange-mappings*
@ -32,7 +32,7 @@ cxc Clear any defined region of text (previously defined
by a |cx| command) by a |cx| command)
*v_X* *exchange-visual* *v_X* *exchange-visual*
{visal}X Can be used in |visual-mode|. {Visual}X Can be used in |visual-mode|.
EXAMPLES *exchange-examples* EXAMPLES *exchange-examples*