> > Let's say I have the following mapping: > > nnoremap = 3l > > Now if I type =, it moves 3 characters to the right, as expected. > > Now if I type 1=, it moves 13 characters to the right instead of 3. > > Now if I type 3=, it moves 33 characters to the right instead of 9.
> It works correctly just as expected fpo your example. What > do you mean by properly ? Do you mean, use > counter '3' if no counter ig given, otherwise > use the given counter ? Or you mean, move by count*3 ? Yes, it should move count*3. If there's no count specified it should move 3, as I explained in the examples. -- _______________________________________________ Surf the Web in a faster, safer and easier way: Download Opera 9 at http://www.opera.com Powered by Outblaze
