[PATCH] D29174: [Utils] Update comment in vimrc
Phabricator via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 31 13:44:49 PST 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL293693: [Utils] Update comment in vimrc (authored by djg).
Changed prior to commit:
https://reviews.llvm.org/D29174?vs=85891&id=86488#toc
Repository:
rL LLVM
https://reviews.llvm.org/D29174
Files:
llvm/trunk/utils/vim/vimrc
Index: llvm/trunk/utils/vim/vimrc
===================================================================
--- llvm/trunk/utils/vim/vimrc
+++ llvm/trunk/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.86488.patch
Type: text/x-patch
Size: 696 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170131/01cd9bfd/attachment.bin>
More information about the llvm-commits
mailing list