Victor Roemer wrote:
> > > As requested, I've tried tracking down Phil Wood throughout the past week
> > > and only found dead-email accounts from his prior life(s) and same of his
> > > prior colleagues, and left an note to `lanl.gov` to pass along if they
> > > could. Keep in mind, I tried reaching him a few years ago, when his
> > > site/blog were still running- I did not get an response back then either.
> > >
> > >
> > > Please find attached my updated configuration's for the "hog" filetype.
> > > Included are three pieces: ftplugin, indent, and syntax for "hog".
> >
> > Thanks, I'll include it now.
> >
> > However, it's a bit strange to have a filetype "hog" where the syntax
> > items start with "snort". Normally they are the same, this avoids name
> > clashes. Can you change that please?
>
> See new attached "hog-r2.zip". Syntax items have been ":s/\<Snort/Hog/g".
Thanks. Now I ran my script that checks runtime files, and it noticed
that in the filetype plugin you use line continuation, without setting
'cpo'. This can be avoided with these changes (I already included them,
please also adjust your local copy).
--- hog.vim~ 2015-10-31 15:40:36.369329113 +0100
+++ hog.vim 2015-11-01 15:48:19.869943018 +0100
@@ -10,6 +10,9 @@
let s:undo_ftplugin = "setl fo< com< cms< def< inc<"
+let s:cpo_save = &cpo
+set cpo&vim
+
setlocal formatoptions=croq
setlocal comments=:#
setlocal commentstring=\c#\ %s
@@ -31,3 +34,6 @@
\ '\|sdrop\|sblock\>\):$,\::\,:;'
let b:match_skip = 'r:\\.\{-}$\|^\s*#.\{-}$\|^\s*$'
endif
+
+let &cpo = s:cpo_save
+unlet s:cpo_save
--
hundred-and-one symptoms of being an internet addict:
69. Yahoo welcomes you with your own start page
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
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.