ソースを参照

Fix vim text width typo

Weiyi Lou 10 年 前
コミット
a79e34bbeb
1 ファイル変更1 行追加1 行削除
  1. 1 1
      vim/settings/filetype-specifics.vim

+ 1 - 1
vim/settings/filetype-specifics.vim

@@ -5,7 +5,7 @@ au FileType json setlocal equalprg=python\ -m\ json.tool
 au BufNewFile,BufRead *.yaml,*.yml so ~/.vim/plugged/yaml.vim/colors/yaml.vim
 
 " `.conf` and `.ini` files should not force text to the next line.
-au BufEnter *.conf *.ini setlocal textwidth=0
+au BufEnter *.conf,*.ini setlocal textwidth=0
 
 " Load coffee script plugin for literate coffeescript files as well
 autocmd FileType litcoffee runtime ftplugin/coffee.vim