From f1b1bfaf8c9a0a085af2b22704c735b7377227de Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Fri, 14 Oct 2016 19:48:34 +0000 Subject: [PATCH] vim: add `norecurse` attribute Add missing attribute to the keyword set. llvm-svn: 284270 --- llvm/utils/vim/syntax/llvm.vim | 1 + 1 file changed, 1 insertion(+) 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 @@ syn keyword llvmKeyword \ noimplicitfloat \ noinline \ nonlazybind + \ norecurse \ noredzone \ noreturn \ nounwind -- 2.7.4