diff options
author | Saleem Abdulrasool <compnerd@compnerd.org> | 2016-10-14 19:48:34 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@compnerd.org> | 2016-10-14 19:48:34 +0000 |
commit | f1b1bfaf8c9a0a085af2b22704c735b7377227de (patch) | |
tree | 9f460bd3bb0d971da3a687d235c42f2789fbfa1f /llvm/utils/vim/syntax/llvm.vim | |
parent | 8ef21707752e1cb52f2e48d10d77ad097891ae92 (diff) | |
download | bcm5719-llvm-f1b1bfaf8c9a0a085af2b22704c735b7377227de.tar.gz bcm5719-llvm-f1b1bfaf8c9a0a085af2b22704c735b7377227de.zip |
vim: add `norecurse` attribute
Add missing attribute to the keyword set.
llvm-svn: 284270
Diffstat (limited to 'llvm/utils/vim/syntax/llvm.vim')
-rw-r--r-- | llvm/utils/vim/syntax/llvm.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/utils/vim/syntax/llvm.vim b/llvm/utils/vim/syntax/llvm.vim index 475688276e3..8fb22365cdd 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 |