diff options
author | Bram Moolenaar <Bram@vim.org> | 2015-07-21 19:19:13 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2015-07-21 19:19:13 +0200 |
commit | f91328100db34996ed7e7a800bed0a30ff0890dd (patch) | |
tree | afe2a1c3c77f205d0e400d70b22eba9cd2d78d3a /runtime/syntax/vb.vim | |
parent | 165bc69d1b7f70ca9d5b657f35d0584ecb7b5183 (diff) | |
download | vim-git-f91328100db34996ed7e7a800bed0a30ff0890dd.tar.gz |
Updated and new runtime files.
Diffstat (limited to 'runtime/syntax/vb.vim')
-rw-r--r-- | runtime/syntax/vb.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/syntax/vb.vim b/runtime/syntax/vb.vim index 14f9e6485..0c05b35fb 100644 --- a/runtime/syntax/vb.vim +++ b/runtime/syntax/vb.vim @@ -223,7 +223,7 @@ syn keyword vbStatement Explicit FileCopy For ForEach Function Get GoSub syn keyword vbStatement GoTo Gosub Implements Kill LSet Let Lib LineInput syn keyword vbStatement Load Lock Loop Mid MkDir Name Next On OnError Open syn keyword vbStatement Option Preserve Private Property Public Put RSet -syn keyword vbStatement RaiseEvent Randomize ReDim Redim Rem Reset Resume +syn keyword vbStatement RaiseEvent Randomize ReDim Redim Reset Resume syn keyword vbStatement Return RmDir SavePicture SaveSetting Seek SendKeys syn keyword vbStatement Sendkeys Set SetAttr Static Step Stop Sub Time syn keyword vbStatement Type Unload Unlock Until Wend While Width With |