summaryrefslogtreecommitdiffstats
path: root/llvm/utils/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/utils/vim/vimrc')
-rw-r--r--llvm/utils/vim/vimrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/utils/vim/vimrc b/llvm/utils/vim/vimrc
index fd87d767d6f..2cc8ae9cfa2 100644
--- a/llvm/utils/vim/vimrc
+++ b/llvm/utils/vim/vimrc
@@ -74,13 +74,13 @@ command! DeleteTrailingWs :%s/\s\+$//
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
OpenPOWER on IntegriCloud