Improve the vim code for highlighting trailing whitespace and lines
authorDan Gohman <gohman@apple.com>
Fri, 26 Feb 2010 21:24:46 +0000 (21:24 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 26 Feb 2010 21:24:46 +0000 (21:24 +0000)
commitd30103dd364cc9f5b6d69b91ed75b932feeab90d
treed4ebde7cd32fcb5f69bc8da49c140b08bb4e6e9a
parentbb134231d85060c2d0d11c861405d4376dc5fcea
Improve the vim code for highlighting trailing whitespace and lines
longer than 80 columns. This replaces the heavy-handed "textwidth"
mechanism, and makes the trailing-whitespace highlighting lazy so
that it isn't constantly jumping on the user during typing.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97267 91177308-0d34-0410-b5e6-96231b3b80d8
utils/vim/vimrc