Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [vim] Add the IR's comment prefix to the comments list. This allows vim | Chandler Carruth | 2015-07-15 | 1 | -0/+1 |
| | | | | | | | | to intelligently wrap prose written in IR comment blocks. This has bothered me for roughly ever, and my fellow IRC denziens convinced me to fix it. llvm-svn: 242266 | ||||
* | Enhanced vim support. | Matthias Braun | 2015-04-21 | 1 | -0/+11 |
This brings the utils/vim folder into a more vim-like format by moving the syntax hightlighting files into a syntax subdirectory. It adds some minimal settings that everyone should agree on to ftdetect/ftplugin and features a new indentation plugin for .ll files. llvm-svn: 235369 |