如何在Vim中增加字符串?


5

我可以使用增加Vim中的整数<Ctrl>-a。该文档似乎在说,假如我nrformats"octal,hex,alpha"(我正努力用做:set nrformats="octal,hex,alpha"),然后<Ctrl>-a将递增ab0070100x090x0f,但这些例子不是为我工作(我只是得到一个蜂鸣声a007变成0080x09变成0x10)。

Answers:


By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.