diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-05-01 21:09:53 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-05-01 22:29:03 -0400 |
commit | b1cd67b62e58c7f7d4139416e6813f8f50bc0fd6 (patch) | |
tree | e012d75f3c6853bebaa99b186209f8b9a53ea39c /runtime/syntax/sil.vim | |
parent | 710f0eae2f5a626a0771acbb1fb32e121bbf2bde (diff) | |
download | rneovim-b1cd67b62e58c7f7d4139416e6813f8f50bc0fd6.tar.gz rneovim-b1cd67b62e58c7f7d4139416e6813f8f50bc0fd6.tar.bz2 rneovim-b1cd67b62e58c7f7d4139416e6813f8f50bc0fd6.zip |
vim-patch:4072ba571bab
Update runtime files.
https://github.com/vim/vim/commit/4072ba571babd733d1800c082416fe8fe3c28ed7
Omit vim9 references.
Omit assert_fails(). Patch v8.2.1183 is not ported yet.
Diffstat (limited to 'runtime/syntax/sil.vim')
-rw-r--r-- | runtime/syntax/sil.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/syntax/sil.vim b/runtime/syntax/sil.vim index 5583497f1e..43158da4a8 100644 --- a/runtime/syntax/sil.vim +++ b/runtime/syntax/sil.vim @@ -36,6 +36,7 @@ syn keyword silConventions \ c \ method \ objc_method + \ sil_differentiability_witness \ thick \ thin \ witness_method |