0

特にテキスト ファイルのスワップを無効にしようとしています。ただし、autocmd の試行は正しく機能しません。ファイルタイプごとにスワップを無効にすることはできますか?

_vimrc

call pathogen#runtime_append_all_bundles()
call pathogen#helptags()
call pathogen#infect()
filetype plugin indent on
... 
autocmd FileType text set noswapfile // fails ... 
4

0 に答える 0