# HG changeset patch # User Steve Losh # Date 1365053749 14400 # Node ID f28776bb45311a87dfc01e809a024d41a059ebd9 # Parent 4d881a6b4d15871b09a583f24af6074920719b4d Holy shit. diff -r 4d881a6b4d15 -r f28776bb4531 chapters/32.markdown --- a/chapters/32.markdown Wed Apr 03 23:09:31 2013 -0400 +++ b/chapters/32.markdown Thu Apr 04 01:35:49 2013 -0400 @@ -180,7 +180,7 @@ command: :::vim - :nnoremap g :execute "grep -R " . shellescape(expand("")) . " ." + :nnoremap g :exe "grep -R " . shellescape(expand("")) . " ." Try it out. This mapping won't break if the word we're searching for happens to contain strange characters. diff -r 4d881a6b4d15 -r f28776bb4531 chapters/51.markdown --- a/chapters/51.markdown Wed Apr 03 23:09:31 2013 -0400 +++ b/chapters/51.markdown Thu Apr 04 01:35:49 2013 -0400 @@ -96,11 +96,22 @@ function! s:NextSection(type, backwards) endfunction - noremap