> If you would accept using a user-command, then you could for instance define > command -nargs=0 -count=1 -bar L call MoveByThrees(<count>) > function MoveByThrees(count) > let i = a:count > while i > 0 > normal 3l > i = i - 1 > endwhile > endfunction > > Then :L<Enter> would give you 3l and :3L<Enter> or :L 3<Enter> would > give you 3l3l3l
In this case, a user-command is not an acceptable solution for me. -- _______________________________________________ Surf the Web in a faster, safer and easier way: Download Opera 9 at http://www.opera.com Powered by Outblaze
