Weiyi Lou 10 лет назад
Родитель
Сommit
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