<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/utils/vim/vimrc, branch release_27</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/utils/vim/vimrc?h=release_27</id>
<link rel='self' href='https://git.amat.us/llvm/atom/utils/vim/vimrc?h=release_27'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2010-02-26T21:45:37Z</updated>
<entry>
<title>Fix grammaro in a comment.</title>
<updated>2010-02-26T21:45:37Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-02-26T21:45:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f34ff01a7a92d20d3c0c118fbf557caceb764797'/>
<id>urn:sha1:f34ff01a7a92d20d3c0c118fbf557caceb764797</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97273 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add Revision keywords to these files, as it's common for them to be</title>
<updated>2010-02-26T21:38:04Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-02-26T21:38:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7b14fc211c349bb16dd19c71e150e4309c2778d6'/>
<id>urn:sha1:7b14fc211c349bb16dd19c71e150e4309c2778d6</id>
<content type='text'>
copied out of the source tree.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97270 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Improve the vim code for highlighting trailing whitespace and lines</title>
<updated>2010-02-26T21:24:46Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-02-26T21:24:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d30103dd364cc9f5b6d69b91ed75b932feeab90d'/>
<id>urn:sha1:d30103dd364cc9f5b6d69b91ed75b932feeab90d</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Set the vim auto-indent setting for open braces after case statements to</title>
<updated>2010-01-09T17:15:21Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-01-09T17:15:21Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=acb75a9d707a3d0d1498f4642c14c3afa67948d7'/>
<id>urn:sha1:acb75a9d707a3d0d1498f4642c14c3afa67948d7</id>
<content type='text'>
follow LLVM source convention.

Before:
  case X: {
            stuff;
          }

After:
  case X: {
    stuff;
  }


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93055 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Enable syntax highlighting of LLVM and tablegen files by default,</title>
<updated>2009-01-21T21:47:51Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2009-01-21T21:47:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=789da2755da8f2e6df8daeb37996ab3abc0098a4'/>
<id>urn:sha1:789da2755da8f2e6df8daeb37996ab3abc0098a4</id>
<content type='text'>
so that users don't have to copy text from the README to get this.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62718 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Only set cindent for C and C++ source files.</title>
<updated>2009-01-21T21:30:25Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2009-01-21T21:30:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=5e59c2768d643df4133bf91611ba5602f7ef9482'/>
<id>urn:sha1:5e59c2768d643df4133bf91611ba5602f7ef9482</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62717 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Use VIM's built-in shorthand for whitespace in regex.</title>
<updated>2009-01-08T02:17:30Z</updated>
<author>
<name>Misha Brukman</name>
<email>brukman+llvm@gmail.com</email>
</author>
<published>2009-01-08T02:17:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=5539a1ecdadf3397dc40827640332289fd87cd6a'/>
<id>urn:sha1:5539a1ecdadf3397dc40827640332289fd87cd6a</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61906 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Set a few more vimrc indentation options.</title>
<updated>2009-01-04T18:59:55Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2009-01-04T18:59:55Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=a0741ba2ccff5b1a9f1da196d27a3f1a08fafabf'/>
<id>urn:sha1:a0741ba2ccff5b1a9f1da196d27a3f1a08fafabf</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61628 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Use softtabstop instead of redefining tabstop.</title>
<updated>2009-01-04T00:05:43Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2009-01-04T00:05:43Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f225d2e4d667f78136610c70d607cf9207622f58'/>
<id>urn:sha1:f225d2e4d667f78136610c70d607cf9207622f58</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61618 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Switch the vimrc file from smartindent to cindent, which is</title>
<updated>2009-01-04T00:03:54Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2009-01-04T00:03:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=96eafe2d4f81bde8a1a810a2c3f3a098f0b55f61'/>
<id>urn:sha1:96eafe2d4f81bde8a1a810a2c3f3a098f0b55f61</id>
<content type='text'>
smarter about C-ish syntax, and supports the cinoptions
variable. Set cinoptions to suppress the extra indentation
for switch case labels.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61617 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
