[PATCH] D29174: [Utils] Update comment in vimrc
Bruno Rosa via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 26 05:41:58 PST 2017
brunoalr created this revision.
Fixed wrong paths in comments for *.vim files.
Repository:
rL LLVM
https://reviews.llvm.org/D29174
Files:
utils/vim/vimrc
Index: utils/vim/vimrc
===================================================================
--- utils/vim/vimrc
+++ utils/vim/vimrc
@@ -74,13 +74,13 @@
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29174.85891.patch
Type: text/x-patch
Size: 663 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170126/292f9ee1/attachment.bin>
More information about the llvm-commits
mailing list