使用時!{cmd} vim では、前のコマンドの出力はデフォルトではクリアされません。たとえば、VIM で次の 2 つの外部コマンドを実行しました。作って!gcc。入力すると!gcc、前のコマンドの出力! メイクが含まれています:
user@desktop:~$ vim
make: *** No targets specified and no makefile found. Stop.
shell returned 2
Press ENTER or type command to continue
gcc: fatal error: no input files
compilation terminated.
shell returned 4
Press ENTER or type command to continue
現在のコマンドの出力を明確に表示できるように、これらの古い出力をvimにクリアしてもらいたいのですが、これについて何かアドバイスをいただけますか?