2016/04/22 6:20 "Charles E Campbell" <[email protected]>: > > tyru wrote: >> >> Hi Vimmers and Dr.Chip, >> >> Some items seems to be highlighted wrongly in my vimrc. >> Please see attached Vim script file, HTML(:TOhtml), screenshot. >> >> Vim script file: reproducible script >> HTML: ":TOhtml"'s result >> PNG: screen capture of HTML >> > Hello! > > I see nothing wrong in the highlighting, so please point out specifically what you find a problem with. On the off chance that its the following two lines: > > command! -nargs=* AutocmdWhenVimStarting autocmd vimrc-guioptions FocusGained * <args> > command! -nargs=* AutocmdWhenVimStartingEnd autocmd vimrc-guioptions FocusGained * autocmd! vimrc-guioptions > > The highlighting is correctly pointing out that you've formed your autocmds incorrectly. Try switching the filename (vimrc-guioptions) with the event (FocusGained). > > This is the second time I've pointed out this problem; please let the author of the script know to fix it.
why you said it second time? and why I included you in To address list is that the author of the script is you. > > Regards, > Chip Campbell -- -- You received this message from the "vim_dev" 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_dev" 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.
