You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sounds pretty complicated, once you take it to its logical conclusion: -1.00000 => -0.99999, for example (and that's not even counting the inevitable feature request for an option to omit the leading zero there). Plus it conflicts with versioning schemes (2.9 => 2.10), and needs to tread lightly around certain date formats (03.09.2012). And what happens if we invoke it before the decimal point? What happens if we invoke it on the 2 in 1.20?
The short of it is this feels like a lot of complexity for very little gain.
Yes I think so. I could't write patch easily.
Currently speeddating has d<c-a> like key mappings to differentiate something. How about f<c-a> treat floating point value?
How about support
0.9
to1.0
with increment?The text was updated successfully, but these errors were encountered: