# HG changeset patch # User Steve Losh # Date 1479641705 0 # Node ID b5fbfe6dc8794f2541f983557ae28009d0bb2361 # Parent cacf10f606ba0edaf4a5e8e97b16b7890de69784# Parent 1b0acafc059156790a972fb5f0d59f3e6f067db6 Merge. diff -r cacf10f606ba -r b5fbfe6dc879 chapters/16.markdown --- a/chapters/16.markdown Thu Nov 17 11:38:03 2016 +0000 +++ b/chapters/16.markdown Sun Nov 20 11:35:05 2016 +0000 @@ -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