Kaynağa Gözat

Fix vim text width typo

Weiyi Lou 10 yıl önce
ebeveyn
işleme
a79e34bbeb
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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