vim doc が言ったように、-bオプションを使用してバイナリ ファイルを開くことができます。
-b Binary mode. File I/O will only recognize <NL> to separate
lines. The 'expandtab' option will be reset. The 'textwidth'
option is set to 0. 'modeline' is reset. The 'binary' option
is set. This is done after reading the vimrc/exrc files but
before reading any file in the arglist. See also
|edit-binary|. {not in Vi}
このコマンドを使用してvimを開きます:
$ vim --cmd 'set et' -u NONE -b
オプションを表示するには、次のコマンドを入力します。
:set et? bin?
expandtab
binary
( et
)expandtab
オプションはリセットされませんでした。なんで?
ご協力いただきありがとうございます!