Hi,

2016-4-9(Sat) 10:26:40 UTC+9 h_east:
> Hi Vim users,
> 
> An excellent Vim's syntax highlighting file for Vim script.
> 
> https://github.com/vim-jp/syntax-vim-ex
> 
> Of course, we have to follow the updates of the latest of Vim! (7.4.1721)
> Please check it.
> 
> Thanks.

Original syntax/vim.vim has been updated in the preceding ten a few hours.
Let's look at the difference between the syntax-vim-ex.
NOTE: 
  Original update date is "March 29, 2016".
  syntax-vim-ex is "Apr 08, 2016".


Ex command:
  Totally, Many wasted keyword specified in original.
  e.g.
    ar
    argd

  `ar` is not required because `ar[gs]` has been specified.
  `argd` does not need because `argd[elete]` has been specified in the same way.


Vim options:
  biosk, bioskey, consk, conskey, oft, osfiletype is obsolete option.
  These option should move to `vimErrSetting` hlghlight group.
  nobiosk, nobioskey, noconsk, noconskey, invbiosk, invbioskey, invconsk, 
invconskey too.

  Missing invemo, invemoji, noemo, noemoji.
  (Above is missing in help file. `runtime/doc/options.txt`)


Missing Vim options (`vimErrSetting`):
  syntax-vim-ex supports more missing vim options.
  See attached file.  (more_vimErrSetting.diff)

Autocommand events:
  Original has following keyword.  But there is no such events.
    Cmd-event
    UserGettingBored

Functions:
  Missing reltimefloat() in original.  This function added on Feb 7.
  `expr8` keyword exist in original.  But there is no such function.
  NOTE:
    assert_notequal() and assert_notmatch() has been added after the original 
update.


Thanks.
--
Best regards,
Hirohito Higashi (a.k.a. h_east)

-- 
-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.
0a1,12
> ap
> autoprint
> beautify
> bf
> biosk
> bioskey
> consk
> conskey
> fl
> flash
> gr
> graphic
2a15,67
> invap
> invautoprint
> invbeautify
> invbf
> invbiosk
> invbioskey
> invconsk
> invconskey
> invfl
> invflash
> invgr
> invgraphic
> invmesg
> invnovice
> invopen
> invopt
> invoptimize
> invredraw
> invslow
> invslowopen
> invsourceany
> mesg
> noap
> noautoprint
> nobeautify
> nobf
> nobiosk
> nobioskey
> noconsk
> noconskey
> nofl
> noflash
> nogr
> nographic
> nomesg
> nonovice
> noopen
> noopt
> nooptimize
> noredraw
> noslow
> noslowopen
> nosourceany
> novice
> oft
> open
> opt
> optimize
> osfiletype
> redraw
> slow
> slowopen
> sourceany

Reply via email to