Suppose I've created the following map:

   :map _x :<C-U>echo "v:count=".v:count<CR>

In normal mode I type
   2_x
and it prints
   v:count=2

But in command-line mode if I enter
   :normal 2_x
it prints
   v:count=0

Why is that?


Thank you.

-- 
Douglas A. Augusto

-- 
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