summaryrefslogtreecommitdiff
path: root/utils/vim/vimrc
Commit message (Expand)AuthorAge
* Enable syntax highlighting for reStructuredText files.Bill Wendling2013-02-28
* Enable clang autocompletion by default.Dan Gohman2010-10-26
* Remove a TODO comment; this is now filed in bugzilla (PR8005).Dan Gohman2010-09-03
* Clarify a comment.Dan Gohman2010-08-27
* Parse " (Hidden)" and cope with it.Dan Gohman2010-08-27
* Default to looking for clang++ in the PATH, rather than trying toDan Gohman2010-08-27
* Experimental clang-based code-completion support for vim. This currentlyDan Gohman2010-08-26
* Fix grammaro in a comment.Dan Gohman2010-02-26
* Add Revision keywords to these files, as it's common for them to beDan Gohman2010-02-26
* Improve the vim code for highlighting trailing whitespace and linesDan Gohman2010-02-26
* Set the vim auto-indent setting for open braces after case statements toDan Gohman2010-01-09
* Enable syntax highlighting of LLVM and tablegen files by default,Dan Gohman2009-01-21
* Only set cindent for C and C++ source files.Dan Gohman2009-01-21
* Use VIM's built-in shorthand for whitespace in regex.Misha Brukman2009-01-08
* Set a few more vimrc indentation options.Dan Gohman2009-01-04
* Use softtabstop instead of redefining tabstop.Dan Gohman2009-01-04
* Switch the vimrc file from smartindent to cindent, which isDan Gohman2009-01-04
* vimrcMisha Brukman2009-01-02
* * Fix wording of the warningMisha Brukman2005-05-12
* .vimrc file to aid in LLVM coding standards conformanceMisha Brukman2005-04-24