commit | f1b1bfaf8c9a0a085af2b22704c735b7377227de | [log] [tgz] |
---|---|---|
author | Saleem Abdulrasool <compnerd@compnerd.org> | Fri Oct 14 19:48:34 2016 +0000 |
committer | Saleem Abdulrasool <compnerd@compnerd.org> | Fri Oct 14 19:48:34 2016 +0000 |
tree | 9f460bd3bb0d971da3a687d235c42f2789fbfa1f | |
parent | 8ef21707752e1cb52f2e48d10d77ad097891ae92 [diff] [blame] |
vim: add `norecurse` attribute Add missing attribute to the keyword set. llvm-svn: 284270
diff --git a/llvm/utils/vim/syntax/llvm.vim b/llvm/utils/vim/syntax/llvm.vim index 4756882..8fb2236 100644 --- a/llvm/utils/vim/syntax/llvm.vim +++ b/llvm/utils/vim/syntax/llvm.vim
@@ -109,6 +109,7 @@ \ noimplicitfloat \ noinline \ nonlazybind + \ norecurse \ noredzone \ noreturn \ nounwind