1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

[vim] Add the IR's comment prefix to the comments list. This allows vim

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
This commit is contained in:
Chandler Carruth 2015-07-15 01:36:50 +00:00
parent 24743ca429
commit 45b43d58c4

View File

@ -9,3 +9,4 @@ let b:did_ftplugin = 1
setlocal softtabstop=2 shiftwidth=2
setlocal expandtab
setlocal comments+=:;