From 5230a2cbeef71d1034b55884eb0a0df8a75feb10 Mon Sep 17 00:00:00 2001 From: Jean Jordaan Date: Tue, 8 Nov 2011 23:52:20 +0700 Subject: Add some missing spaces. --- README.rst | 4 ++-- 1 file 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 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 w CamelCaseMotion_w map b CamelCaseMotion_b -- cgit v1.1