# HG changeset patch # User rhilenova # Date 1406310441 14400 # Node ID 1b0acafc059156790a972fb5f0d59f3e6f067db6 # Parent 56683eb09eccdb4a4baf43302761ed348197c1cc Update 16.markdown Missing $ in remap for "around this sections heading" diff -r 56683eb09ecc -r 1b0acafc0591 chapters/16.markdown --- a/chapters/16.markdown Thu Apr 04 01:38:14 2013 -0400 +++ b/chapters/16.markdown Fri Jul 25 13:47:21 2014 -0400 @@ -161,7 +161,7 @@ Let's look at one more mapping before we move on. Run the following command: :::vim - :onoremap ah :execute "normal! ?^==\\+\r:nohlsearch\rg_vk0" + :onoremap ah :execute "normal! ?^==\\+$\r:nohlsearch\rg_vk0" Try it by putting your cursor in a section's text and typing `cah`. This time Vim will delete not only the heading's text but also the line of equal signs