[llvm-commits] [llvm] r97273 - /llvm/trunk/utils/vim/vimrc

Dan Gohman gohman at apple.com
Fri Feb 26 13:45:37 PST 2010


Author: djg
Date: Fri Feb 26 15:45:37 2010
New Revision: 97273

URL: http://llvm.org/viewvc/llvm-project?rev=97273&view=rev
Log:
Fix grammaro in a comment.

Modified:
    llvm/trunk/utils/vim/vimrc

Modified: llvm/trunk/utils/vim/vimrc
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/vim/vimrc?rev=97273&r1=97272&r2=97273&view=diff
==============================================================================
--- llvm/trunk/utils/vim/vimrc (original)
+++ llvm/trunk/utils/vim/vimrc Fri Feb 26 15:45:37 2010
@@ -24,7 +24,7 @@
   au BufWinEnter * let w:m0=matchadd('LongLine', '\%>80v.\+', -1)
 
   " Whitespace at the end of a line. This little dance suppresses
-  " of whitespace that has just been typed.
+  " whitespace that has just been typed.
   au BufWinEnter * let w:m1=matchadd('WhitespaceEOL', '\s\+$', -1)
   au InsertEnter * call matchdelete(w:m1)
   au InsertEnter * let w:m2=matchadd('WhitespaceEOL', '\s\+\%#\@<!$', -1)





More information about the llvm-commits mailing list