Closed wellle closed 10 years ago
I like speeddating for dates. I haven't seen or used roman numerals since CMXCVI.
But sometimes I want to something like the following: Increment the number 1 in this line from the beginning of the line:
c.Assert(err1, IsNil)
But instead of err2 I get ci.Assert because the variable name was interpreted as roman numeral.
err2
ci.Assert
Please add a setting to disable handling of roman numerals.
You can disable any format with :SpeedDatingFormat! in after/plugin/speeddating.vim. The Roman numeral formats are %v and %^v.
:SpeedDatingFormat!
after/plugin/speeddating.vim
%v
%^v
Alright, thank you.
I like speeddating for dates. I haven't seen or used roman numerals since CMXCVI.
But sometimes I want to something like the following: Increment the number 1 in this line from the beginning of the line:
But instead of
err2
I getci.Assert
because the variable name was interpreted as roman numeral.Please add a setting to disable handling of roman numerals.