aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJean Jordaan <jean.jordaan@gmail.com>2011-11-08 09:20:45 -0800
committerJean Jordaan <jean.jordaan@gmail.com>2011-11-08 09:20:45 -0800
commit97389d25258bdd1e5a7714cf79a061a549e10656 (patch)
tree765450a2181d1fb60a5c6dde04c50e1425a4234f /README.rst
parent85aba995c95b9b184f351f4aaad8ba76087484e5 (diff)
parent5230a2cbeef71d1034b55884eb0a0df8a75feb10 (diff)
Merge pull request #1 from jean/doc-edits
Doc edits
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index a10aaea..4e67fd8 100644
--- a/README.rst
+++ b/README.rst
@@ -29,7 +29,7 @@ operator-pending and visual mode. Analog to that, this script defines inner
Usage
======
-Use the new motions',w',',b' and ',e' in normal mode, operator-pending mode (cp.
+Use the new motions ',w', ',b' and ',e' in normal mode, operator-pending mode (cp.
:help operator), and visual mode. For example, type 'bc,w' to change 'Camel' in
'CamelCase' to something else.
@@ -102,7 +102,7 @@ your .vimrc).
map <S-E> <Plug>CamelCaseMotion_e
**Example**: Replace the default 'w', 'b' and 'e' mappings instead of defining
-additional mappings',w', ',b' and ',e'::
+additional mappings ',w', ',b' and ',e'::
map <silent> w <Plug>CamelCaseMotion_w
map <silent> b <Plug>CamelCaseMotion_b