aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean Jordaan <jean.jordaan@gmail.com>2011-11-08 23:52:20 +0700
committerJean Jordaan <jean.jordaan@gmail.com>2011-11-08 23:52:20 +0700
commit5230a2cbeef71d1034b55884eb0a0df8a75feb10 (patch)
tree765450a2181d1fb60a5c6dde04c50e1425a4234f
parentedad5127d08b595a23b55c8f54ad739109ca7e2b (diff)
Add some missing spaces.
-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