diff options
author | Dan Gohman <gohman@apple.com> | 2010-02-26 21:45:37 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-02-26 21:45:37 +0000 |
commit | b53dababc43076f52d3ad04ade278210230fe2c4 (patch) | |
tree | f0792b8daf119c91ff4d52c334e10fe41222f497 /llvm/utils/vim | |
parent | fc2d097de600daa995f9ac0cbe63a36f515f6aba (diff) | |
download | bcm5719-llvm-b53dababc43076f52d3ad04ade278210230fe2c4.tar.gz bcm5719-llvm-b53dababc43076f52d3ad04ade278210230fe2c4.zip |
Fix grammaro in a comment.
llvm-svn: 97273
Diffstat (limited to 'llvm/utils/vim')
-rw-r--r-- | llvm/utils/vim/vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/vim/vimrc b/llvm/utils/vim/vimrc index 64b890a87bc..8ae3e678cfe 100644 --- a/llvm/utils/vim/vimrc +++ b/llvm/utils/vim/vimrc @@ -24,7 +24,7 @@ if v:version >= 702 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) |