Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable syntax highlighting for reStructuredText files. | Bill Wendling | 2013-02-28 | 1 | -0/+7 |
| | | | | | | Patch by Journeyer J. Joh! llvm-svn: 176235 | ||||
* | Enable clang autocompletion by default. | Dan Gohman | 2010-10-26 | 1 | -3/+4 |
| | | | | llvm-svn: 117415 | ||||
* | Remove a TODO comment; this is now filed in bugzilla (PR8005). | Dan Gohman | 2010-09-03 | 1 | -4/+0 |
| | | | | llvm-svn: 112982 | ||||
* | Clarify a comment. | Dan Gohman | 2010-08-27 | 1 | -1/+1 |
| | | | | llvm-svn: 112266 | ||||
* | Parse " (Hidden)" and cope with it. | Dan Gohman | 2010-08-27 | 1 | -0/+7 |
| | | | | llvm-svn: 112265 | ||||
* | Default to looking for clang++ in the PATH, rather than trying to | Dan Gohman | 2010-08-27 | 1 | -2/+2 |
| | | | | | | guess a path that will work. llvm-svn: 112264 | ||||
* | Experimental clang-based code-completion support for vim. This currently | Dan Gohman | 2010-08-26 | 1 | -0/+124 |
| | | | | | | depends on some clang patches which are not yet upstream. llvm-svn: 112204 | ||||
* | Fix grammaro in a comment. | Dan Gohman | 2010-02-26 | 1 | -1/+1 |
| | | | | llvm-svn: 97273 | ||||
* | Add Revision keywords to these files, as it's common for them to be | Dan Gohman | 2010-02-26 | 1 | -0/+1 |
| | | | | | | copied out of the source tree. llvm-svn: 97270 | ||||
* | Improve the vim code for highlighting trailing whitespace and lines | Dan Gohman | 2010-02-26 | 1 | -5/+25 |
| | | | | | | | | 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. llvm-svn: 97267 | ||||
* | Set the vim auto-indent setting for open braces after case statements to | Dan Gohman | 2010-01-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | follow LLVM source convention. Before: case X: { stuff; } After: case X: { stuff; } llvm-svn: 93055 | ||||
* | Enable syntax highlighting of LLVM and tablegen files by default, | Dan Gohman | 2009-01-21 | 1 | -0/+12 |
| | | | | | | so that users don't have to copy text from the README to get this. llvm-svn: 62718 | ||||
* | Only set cindent for C and C++ source files. | Dan Gohman | 2009-01-21 | 1 | -4/+8 |
| | | | | llvm-svn: 62717 | ||||
* | Use VIM's built-in shorthand for whitespace in regex. | Misha Brukman | 2009-01-08 | 1 | -1/+1 |
| | | | | llvm-svn: 61906 | ||||
* | Set a few more vimrc indentation options. | Dan Gohman | 2009-01-04 | 1 | -2/+4 |
| | | | | llvm-svn: 61628 | ||||
* | Use softtabstop instead of redefining tabstop. | Dan Gohman | 2009-01-04 | 1 | -1/+1 |
| | | | | llvm-svn: 61618 | ||||
* | Switch the vimrc file from smartindent to cindent, which is | Dan Gohman | 2009-01-04 | 1 | -2/+3 |
| | | | | | | | | smarter about C-ish syntax, and supports the cinoptions variable. Set cinoptions to suppress the extra indentation for switch case labels. llvm-svn: 61617 | ||||
* | vimrc | Misha Brukman | 2009-01-02 | 1 | -5/+18 |
| | | | | | | | | | | | | * 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 llvm-svn: 61582 | ||||
* | * Fix wording of the warning | Misha Brukman | 2005-05-12 | 1 | -2/+8 |
| | | | | | | * Add autoindent, smartindent, and smarttab options to the file llvm-svn: 21905 | ||||
* | .vimrc file to aid in LLVM coding standards conformance | Misha Brukman | 2005-04-24 | 1 | -0/+34 |
llvm-svn: 21496 |