Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
プレフィックス 0 はデフォルトで8 進数として解釈されるため、GVim で使用Ctrl-Aしても 07 から 08 にインクリメントされないようです。
Ctrl-A
Gvimを07から08にインクリメントするには?
コマンド:set nrformats-=octalはそのトリックを行います。:set nrformats+=octal復元するためにいつでも使用できますnrformats。または、16 進形式も気に入らない場合は、単に入力できます:set nrformats=alpha。または、この設定を .vimrc ファイルに保存することもできます。
:set nrformats-=octal
:set nrformats+=octal
nrformats
:set nrformats=alpha