r171 - in trunk/vim-scripts/vim-scripts-6: debian html plugin

jamessan@jamessan.com jamessan@jamessan.com
Sat, 16 Apr 2005 18:19:37 -0400


--Nq2Wo0NMKNjxTN9z
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline

On Sat, Apr 16, 2005 at 09:00:46PM +0000, Stefano Zacchiroli wrote:
> Author: zack
> Date: 2005-04-16 21:00:46 +0000 (Sat, 16 Apr 2005)
> New Revision: 171
> --- trunk/vim-scripts/vim-scripts-6/debian/README.Debian	2005-04-16 12:40:33 UTC (rev 170)
> +++ trunk/vim-scripts/vim-scripts-6/debian/README.Debian	2005-04-16 21:00:46 UTC (rev 171)
> @@ -1,3 +1,4 @@
> +
>    If you just link these scripts instead of copying them, they will be
>  upgraded automatically. That's a good idea.
>
> @@ -7,12 +8,24 @@
>  $VIMRUNTIME directory is used - the old symlinks are ignored; on
>  removing the old version, the symlinks might be removed, leaving no
>  trace behind.
> -  You can, however, put them into the vimfiles directory, that's
> -/etc/vim on Debian systems.  Thus "cd /etc/vim; mkdir ftplugin; cd
> -ftplugin; ln -s /usr/share/vim-scripts/ftplugin/xml.vim" does the trick.
>
> +  You can, however, put them into /etc/vim which is included in
> +option 'runtimepath' on Debian systems. For example:
> +
> +  cd /etc/vim
> +  mkdir ftplugin
> +  cd ftplugin
> +  ln -s /usr/share/vim-scripts/ftplugin/xml.vim
> +
> +will make the xml.vim filetype plugin available to every user.
> +
> +  You can also have all scripts available by all users adding
> +/usr/share/vim-scripts to the 'runtimepath' vim option. Just add the
> +following line to your /etc/vim/vimrc:

Shouldn't we suggest adding it to /etc/vim/vimrc.local so the users
don't have to worry about upgrades affecting their changes?

James
--
GPG Key: 1024D/61326D40 2003-09-02 James Vega <jamessan@jamessan.com>

--Nq2Wo0NMKNjxTN9z
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)

iEYEARECAAYFAkJhj3kACgkQDb3UpmEybUD20ACfehntXhXNZWHcbnJVCvL0relb
9ksAnildIiX3W2qCnJbTd6zM1FpKFP5b
=9lGn
-----END PGP SIGNATURE-----

--Nq2Wo0NMKNjxTN9z--