# HG changeset patch # User Richard Cheng # Date 1334674289 -3600 # Node ID b00b5355c40fdd6b746f752ca72e75729b8af602 # Parent cf9864ab385447c57d71af48eef6feb0d3725437 Fix typo. Remove space that shouldn't be there. diff -r cf9864ab3854 -r b00b5355c40f chapters/32.markdown --- a/chapters/32.markdown Tue Apr 17 10:24:45 2012 +0100 +++ b/chapters/32.markdown Tue Apr 17 15:51:29 2012 +0100 @@ -69,7 +69,7 @@ command: :::vim - :nnoremap g :grep -R something . + :nnoremap g :grep -R something . If you've read `:help grep` this should be pretty easy to understand. We've looked at lots of mappings before, and there's nothing new here.