diff options
author | Michael Reed <m.reed@mykolab.com> | 2014-12-09 22:48:34 -0500 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2014-12-19 15:28:49 -0500 |
commit | 6f50fd6c35234313e2423cc0ac45223fcea58ba9 (patch) | |
tree | c1f9aef00f6e2032a64408f880ba2256fd722a5b /runtime/syntax | |
parent | 189427efd7b905c00f155f5f9ce5123eca599e44 (diff) | |
download | rneovim-6f50fd6c35234313e2423cc0ac45223fcea58ba9.tar.gz rneovim-6f50fd6c35234313e2423cc0ac45223fcea58ba9.tar.bz2 rneovim-6f50fd6c35234313e2423cc0ac45223fcea58ba9.zip |
Remove VMS remnants
Diffstat (limited to 'runtime/syntax')
-rw-r--r-- | runtime/syntax/dcl.vim | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/syntax/dcl.vim b/runtime/syntax/dcl.vim index b051b08cf1..cf62cdf202 100644 --- a/runtime/syntax/dcl.vim +++ b/runtime/syntax/dcl.vim @@ -107,9 +107,6 @@ syn match dclGotoLabel "^\$\s*\I\i*:\s*$" contains=dclStart " parameters syn match dclParam "'\I[a-zA-Z0-9_$]*'\=" -" () matching (the clusters are commented out until a vim/vms comes out for v5.2+) -"syn cluster dclNextGroups contains=dclCmdDirPath,dclCmdProc,dclCmdProc,dclDirPath,dclFilename,dclFilename,dclMdfySet,dclMdfySetString,delCmdProc,dclExe,dclTodo -"syn region dclFuncList matchgroup=Delimiter start="(" matchgroup=Delimiter end=")" contains=ALLBUT,@dclNextGroups syn region dclFuncList matchgroup=Delimiter start="(" matchgroup=Delimiter end=")" contains=ALLBUT,dclCmdDirPath,dclCmdProc,dclCmdProc,dclDirPath,dclFilename,dclFilename,dclMdfySet,dclMdfySetString,delCmdProc,dclExe,dclTodo syn match dclError ")" |