summaryrefslogtreecommitdiffstats
path: root/llvm/utils/vim/vimrc
Commit message (Collapse)AuthorAgeFilesLines
* [Utils] Update comment in vimrcDan Gohman2017-01-311-2/+2
| | | | | | | | | | Fixed wrong paths in comments for *.vim files. Patch By: Bruno Rosa (brunoalr) Differential Revision: https://reviews.llvm.org/D29174 llvm-svn: 293693
* Enable syntax highlighting for reStructuredText files.Bill Wendling2013-02-281-0/+7
| | | | | | Patch by Journeyer J. Joh! llvm-svn: 176235
* Enable clang autocompletion by default.Dan Gohman2010-10-261-3/+4
| | | | llvm-svn: 117415
* Remove a TODO comment; this is now filed in bugzilla (PR8005).Dan Gohman2010-09-031-4/+0
| | | | llvm-svn: 112982
* Clarify a comment.Dan Gohman2010-08-271-1/+1
| | | | llvm-svn: 112266
* Parse " (Hidden)" and cope with it.Dan Gohman2010-08-271-0/+7
| | | | llvm-svn: 112265
* Default to looking for clang++ in the PATH, rather than trying toDan Gohman2010-08-271-2/+2
| | | | | | guess a path that will work. llvm-svn: 112264
* Experimental clang-based code-completion support for vim. This currentlyDan Gohman2010-08-261-0/+124
| | | | | | depends on some clang patches which are not yet upstream. llvm-svn: 112204
* Fix grammaro in a comment.Dan Gohman2010-02-261-1/+1
| | | | llvm-svn: 97273
* Add Revision keywords to these files, as it's common for them to beDan Gohman2010-02-261-0/+1
| | | | | | copied out of the source tree. llvm-svn: 97270
* Improve the vim code for highlighting trailing whitespace and linesDan Gohman2010-02-261-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 toDan Gohman2010-01-091-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 Gohman2009-01-211-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 Gohman2009-01-211-4/+8
| | | | llvm-svn: 62717
* Use VIM's built-in shorthand for whitespace in regex.Misha Brukman2009-01-081-1/+1
| | | | llvm-svn: 61906
* Set a few more vimrc indentation options.Dan Gohman2009-01-041-2/+4
| | | | llvm-svn: 61628
* Use softtabstop instead of redefining tabstop.Dan Gohman2009-01-041-1/+1
| | | | llvm-svn: 61618
* Switch the vimrc file from smartindent to cindent, which isDan Gohman2009-01-041-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
* vimrcMisha Brukman2009-01-021-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 warningMisha Brukman2005-05-121-2/+8
| | | | | | * Add autoindent, smartindent, and smarttab options to the file llvm-svn: 21905
* .vimrc file to aid in LLVM coding standards conformanceMisha Brukman2005-04-241-0/+34
llvm-svn: 21496
OpenPOWER on IntegriCloud