Can you grab or delete between parentheses in vi/vim?

前端 未结 7 981
难免孤独
难免孤独 2020-12-07 07:43

Given this line of code in C:

printf(\"%3.0f\\t%6.1f\\n\", fahr, ((5.0/9.0) * (fahr-32)));

7条回答
提交回复
热议问题