I'd like to automatically take a visually selected block of text, such as
51-100, and have it expanded into 51,52,53,...,99,100.
Is there an easy way to do this in vimscript?
|
feedback
|
|
Let me propose the following implementation.
If it is guaranteed by the range notation that there is no whitespace around
numbers, the second statement of
Note that the text denoting a range is put into the unnamed register. If it
is preferable to leave registers untouched, modify
| ||||
|
feedback
|