Hi all, I've found "<count>$" very useful when ediin not-so properly formatted text (e.g. paragraphs ending just visually, with no logical separator like a blank line). However, the opposite - "<count>0" doesn't work.
The first idea can be - of course - that the problem is that vim can't know if the user wants '0' repeated 3 times or something else repeated 30 times. But even the following doesn't work: 3<Home> ignores the count, does <Home> only d3v0 ignores the count, does d0 instead 3$ works as expected 3<End> works as expected d3$ works as expected d3v$ works but leaves the last character undeleted (why?) I must say this behaviour corresponds the documentation (there is no <count> mentioned for '0' or '<Home>') - but I ask: can the support for '<count>0' be added? Thank you, Milan Vancura -- Milan Vancura, Prague, Czech Republic, Europe --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
