-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Visual mode: increment letters of the alphabet and roman numerals clash #19
Comments
In hindsight, I think a better visual mode behavior would be to clobber the second row onward with additional increments of the first, sidestepping this entirely. This already happens when the rows are blank so forcing it to happen all the time is probably tenable. Please do investigate. |
Note: current Vim do provide functionality for visual mode plus adding the g function |
what i meant is described at |
- vim-speeddating modifies roman numerals (tpope/vim-speeddating#19) - vim-ros is not used; also invokes Python2 support
Consider I have an alphabetically enumerated list:
I'd like to increment them in visual mode. I get following result:
How could this be resolved?
I know roman numerals can be disabled by
:SpeedDatingFormat!
but I would expect a consistent default behaviour of speeddating itself.The text was updated successfully, but these errors were encountered: