vim: add `norecurse` attribute
authorSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 14 Oct 2016 19:48:34 +0000 (19:48 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 14 Oct 2016 19:48:34 +0000 (19:48 +0000)
Add missing attribute to the keyword set.

llvm-svn: 284270

llvm/utils/vim/syntax/llvm.vim

index 4756882..8fb2236 100644 (file)
@@ -109,6 +109,7 @@ syn keyword llvmKeyword
       \ noimplicitfloat
       \ noinline
       \ nonlazybind
+      \ norecurse
       \ noredzone
       \ noreturn
       \ nounwind