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