Fixed wrong paths in comments for *.vim files.
Patch By: Bruno Rosa (brunoalr)
Differential Revision: https://reviews.llvm.org/D29174
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@293693
91177308-0d34-0410-b5e6-
96231b3b80d8
command! Untab :%s/\t/ /g
" Enable syntax highlighting for LLVM files. To use, copy
-" utils/vim/llvm.vim to ~/.vim/syntax .
+" utils/vim/syntax/llvm.vim to ~/.vim/syntax .
augroup filetype
au! BufRead,BufNewFile *.ll set filetype=llvm
augroup END
" Enable syntax highlighting for tablegen files. To use, copy
-" utils/vim/tablegen.vim to ~/.vim/syntax .
+" utils/vim/syntax/tablegen.vim to ~/.vim/syntax .
augroup filetype
au! BufRead,BufNewFile *.td set filetype=tablegen
augroup END