vim: add norecurse attribute

Add missing attribute to the keyword set.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@284270 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Saleem Abdulrasool 2016-10-14 19:48:34 +00:00
parent 59cf785a62
commit 775adebaec

View File

@ -109,6 +109,7 @@ syn keyword llvmKeyword
\ noimplicitfloat
\ noinline
\ nonlazybind
\ norecurse
\ noredzone
\ noreturn
\ nounwind