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