aleCodd wrote:
instead of 'printable' it should be 'unprintable'.

No. 'Printable' is correct. It is saying that without :execute, you would need to type...

:normal CTRL-W CTRL-W

...where each CTRL-W represents a single Control character typed at the keyboard. The :execute command lets you use the "\<C-W>" syntax in a double-quoted string, and thereby avoid typing control characters.

:help expr-quote

Brett Stahlman

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to