-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 martin f krafft scripsit: >> 1) to create -6 version of package, which would have empty (or >> fully commented out) /etc/vim/vimoutlinerrc. >> 2) to create -6 version of package without >> any /etc/vim/vimoutlinerrc (everything should work as well, >> because vim's runtime! is not offended when the file is not >> available), > > I prefer 1 or 2, but Steve has a good point. I think you need to > decide for yourself whether this new release really needs to go into > sarge. If it does, I don't think either of the above two are going > to make a big difference.
OK, I choose #1 (/etc/vim/vimoutlinerrc fully commented out) and it is actually just now available at http://www.ceplovi.cz/matej/progs/debian (usual place). >> 3) to create -6 version of package without a mechanism for >> loading /etc/vim/vimoutlinerrc > > Does upstream support it? Well, actually upstream is much more oriented towards personal installation (i.e., install to $HOME), so most of the site-wide tricks I had to do on my own (of course, upstream is fully aware of what I am doing). So the only change I really did to the upstream is that in ftplugin/vo_base.vim (the main script of the whole thing) is this: - --- vimoutliner-0.3.3.orig/ftplugin/vo_base.vim +++ vimoutliner-0.3.3/ftplugin/vo_base.vim @@ -564,8 +564,8 @@ " Added an indication of current syntax as per Dillon Jones' request let b:current_syntax = "outliner" - -" Personal configuration options files as per Matej Cepl +" Personal configuration options files setlocal runtimepath+=$HOME/.vimoutliner,$HOME - -ru .vimoutlinerrc +runtime! .vimoutlinerrc vimoutlinerrc " The End " vim600: set foldmethod=marker foldlevel=0: And then I just added new the copy of upstream example to /etc/vim. Matej - -- Matej Cepl, http://www.ceplovi.cz/matej GPG Finger: 89EF 4BC6 288A BF43 1BAB 25C3 E09F EF25 D964 84AC 138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488 MSDOS didn't get as bad as it is overnight -- it took over ten years of careful development. -- [EMAIL PROTECTED] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQFCgO7K4J/vJdlkhKwRAhGYAJ9LSwF8dnB0Mt7JfsK1Cw27UbnjZQCdF21Y /pnhdWSD61TMOT+l8Nb9C8A= =gq1k -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]