<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/utils/vim/vimrc, branch release_25</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/utils/vim/vimrc?h=release_25</id>
<link rel='self' href='https://git.amat.us/llvm/atom/utils/vim/vimrc?h=release_25'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2009-01-21T21:47:51Z</updated>
<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>
<entry>
<title>vimrc</title>
<updated>2009-01-02T16:26:14Z</updated>
<author>
<name>Misha Brukman</name>
<email>brukman+llvm@gmail.com</email>
</author>
<published>2009-01-02T16:26:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=adf4e4d06ac5bbb7e7b30ae481995e58133bc5f2'/>
<id>urn:sha1:adf4e4d06ac5bbb7e7b30ae481995e58133bc5f2</id>
<content type='text'>
* Fixed cursors in terminal by setting nocompatible (sorry, vi users)
* Enable syntax highlighting so that this file can stand on its own
* Highlight trailing whitespace
* Fixed commands to delete trailing whitespaces and convert tabs to spaces

llvm.vim and tablegen.vim
* Removed trailing whitespace, as it's now very visible


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61582 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>* Fix wording of the warning</title>
<updated>2005-05-12T21:41:48Z</updated>
<author>
<name>Misha Brukman</name>
<email>brukman+llvm@gmail.com</email>
</author>
<published>2005-05-12T21:41:48Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2bb550864dc84ca1795091b858ee9158119a15aa'/>
<id>urn:sha1:2bb550864dc84ca1795091b858ee9158119a15aa</id>
<content type='text'>
* Add autoindent, smartindent, and smarttab options to the file


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21905 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>.vimrc file to aid in LLVM coding standards conformance</title>
<updated>2005-04-24T17:05:04Z</updated>
<author>
<name>Misha Brukman</name>
<email>brukman+llvm@gmail.com</email>
</author>
<published>2005-04-24T17:05:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3d6eea518c73fc28740cccaa49fc77034e1977e4'/>
<id>urn:sha1:3d6eea518c73fc28740cccaa49fc77034e1977e4</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21496 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
