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.
viに保存する前に、(既存の)ファイルに加えたすべての変更を知る方法はありますか?言い換えれば、viでファイルの保存バージョンと編集バージョンを「比較」する方法です。ありがとう
は、まさにそれを実行するコマンドを$VIMRUNTIME/vimrc_example.vim定義します。:DiffOrig説明についても参照:help :DiffOrigしてください。コマンド定義をにコピーするだけ~/.vimrcで完了です。
$VIMRUNTIME/vimrc_example.vim
:DiffOrig
:help :DiffOrig
~/.vimrc