| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
Fixed wrong paths in comments for *.vim files.
Patch By: Bruno Rosa (brunoalr)
Differential Revision: https://reviews.llvm.org/D29174
llvm-svn: 293693
|
|
|
|
|
|
| |
Patch by Journeyer J. Joh!
llvm-svn: 176235
|
|
|
|
| |
llvm-svn: 117415
|
|
|
|
| |
llvm-svn: 112982
|
|
|
|
| |
llvm-svn: 112266
|
|
|
|
| |
llvm-svn: 112265
|
|
|
|
|
|
| |
guess a path that will work.
llvm-svn: 112264
|
|
|
|
|
|
| |
depends on some clang patches which are not yet upstream.
llvm-svn: 112204
|
|
|
|
| |
llvm-svn: 97273
|
|
|
|
|
|
| |
copied out of the source tree.
llvm-svn: 97270
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
follow LLVM source convention.
Before:
case X: {
stuff;
}
After:
case X: {
stuff;
}
llvm-svn: 93055
|
|
|
|
|
|
| |
so that users don't have to copy text from the README to get this.
llvm-svn: 62718
|
|
|
|
| |
llvm-svn: 62717
|
|
|
|
| |
llvm-svn: 61906
|
|
|
|
| |
llvm-svn: 61628
|
|
|
|
| |
llvm-svn: 61618
|
|
|
|
|
|
|
|
| |
smarter about C-ish syntax, and supports the cinoptions
variable. Set cinoptions to suppress the extra indentation
for switch case labels.
llvm-svn: 61617
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
| |
* Add autoindent, smartindent, and smarttab options to the file
llvm-svn: 21905
|
|
llvm-svn: 21496
|