My regex is quite rusty. How could vim be used to change the precision of a decimal number.
For example:
Changing 30.2223221 8188.2121213212
to 30.22 8188.21
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s likely possible using vim internal search/replace, but I would use “perldo”: