This extension is hardcoded within Microsoft properitary toolchain[1]. [1] http://comments.gmane.org/gmane.comp.gnu.binutils/56459
Signed-off-by: Alon Bar-Lev <[email protected]> --- runtime/filetype.vim | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/runtime/filetype.vim b/runtime/filetype.vim index afc0740..afe3e1c 100644 --- a/runtime/filetype.vim +++ b/runtime/filetype.vim @@ -1176,7 +1176,7 @@ au BufNewFile,BufRead *.msql setf msql au BufNewFile,BufRead *.mysql setf mysql " M$ Resource files -au BufNewFile,BufRead *.rc setf rc +au BufNewFile,BufRead *.rc,*.rch setf rc " MuPAD source au BufRead,BufNewFile *.mu setf mupad -- 1.7.3.4 -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
