index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
vim
/
vimrc
Age
Commit message (
Expand
)
Author
2010-09-03
Remove a TODO comment; this is now filed in bugzilla (PR8005).
Dan Gohman
2010-08-27
Clarify a comment.
Dan Gohman
2010-08-27
Parse " (Hidden)" and cope with it.
Dan Gohman
2010-08-27
Default to looking for clang++ in the PATH, rather than trying to
Dan Gohman
2010-08-26
Experimental clang-based code-completion support for vim. This currently
Dan Gohman
2010-02-26
Fix grammaro in a comment.
Dan Gohman
2010-02-26
Add Revision keywords to these files, as it's common for them to be
Dan Gohman
2010-02-26
Improve the vim code for highlighting trailing whitespace and lines
Dan Gohman
2010-01-09
Set the vim auto-indent setting for open braces after case statements to
Dan Gohman
2009-01-21
Enable syntax highlighting of LLVM and tablegen files by default,
Dan Gohman
2009-01-21
Only set cindent for C and C++ source files.
Dan Gohman
2009-01-08
Use VIM's built-in shorthand for whitespace in regex.
Misha Brukman
2009-01-04
Set a few more vimrc indentation options.
Dan Gohman
2009-01-04
Use softtabstop instead of redefining tabstop.
Dan Gohman
2009-01-04
Switch the vimrc file from smartindent to cindent, which is
Dan Gohman
2009-01-02
vimrc
Misha Brukman
2005-05-12
* Fix wording of the warning
Misha Brukman
2005-04-24
.vimrc file to aid in LLVM coding standards conformance
Misha Brukman