On Thursday 11 October 2012 08:47:49 David Fishburn wrote: > What information is available within these events? > Usually this is through some v: scoped variable or something like > <a:file> and so on. > > I would expect the usual stuff like: > > v:register - Register currently being operated on > v:operator - Current operator (i.e. "f" for cf) > v:count - Count given for the command > > Thanks, > Dave
Hello Dave The v:variables you mentioned work as expected. So the command 4"adk would give v:count = 4 v:register = a v:operator = d Best, Mohammed -- You received this message from the "vim_dev" 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
