aboutsummaryrefslogtreecommitdiff
path: root/runtime/syntax/vb.vim
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2016-04-10 01:43:07 -0400
committerJustin M. Keyes <justinkz@gmail.com>2016-04-10 01:43:07 -0400
commit1bf1ffc7346c0cc8e8ef337fd94badd3a530e90e (patch)
tree5794dcd00d9d1198fbbb1c6e60739bc6b335283d /runtime/syntax/vb.vim
parentbf2c2b34cf2314a03236c692b02778eb964dcccb (diff)
parentbeccc3e3a132a401c800e77785f52cb0683bd859 (diff)
downloadrneovim-1bf1ffc7346c0cc8e8ef337fd94badd3a530e90e.tar.gz
rneovim-1bf1ffc7346c0cc8e8ef337fd94badd3a530e90e.tar.bz2
rneovim-1bf1ffc7346c0cc8e8ef337fd94badd3a530e90e.zip
Merge pull request #4505 from watiko/vim-runtimes
vim-patch:86ae720,f913281,dd1616e
Diffstat (limited to 'runtime/syntax/vb.vim')
-rw-r--r--runtime/syntax/vb.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/syntax/vb.vim b/runtime/syntax/vb.vim
index 14f9e64850..0c05b35fbd 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