[csw-devel] SF.net SVN: gar:[2909] csw/mgar/pkg/vim/trunk

harpchad at users.sourceforge.net harpchad at users.sourceforge.net
Mon Jan 26 20:33:46 CET 2009


Revision: 2909
          http://gar.svn.sourceforge.net/gar/?rev=2909&view=rev
Author:   harpchad
Date:     2009-01-26 19:33:45 +0000 (Mon, 26 Jan 2009)

Log Message:
-----------
- update to patch level 088
- now using gar v2
- now includes 64 bit binaries (w/isaexec)

Modified Paths:
--------------
    csw/mgar/pkg/vim/trunk/Makefile
    csw/mgar/pkg/vim/trunk/checksums

Added Paths:
-----------
    csw/mgar/pkg/vim/trunk/files/vimtutor.patch

Removed Paths:
-------------
    csw/mgar/pkg/vim/trunk/files/CSWvim.depend
    csw/mgar/pkg/vim/trunk/files/CSWvim.prototype
    csw/mgar/pkg/vim/trunk/files/CSWvimrt.prototype
    csw/mgar/pkg/vim/trunk/files/config.mk
    csw/mgar/pkg/vim/trunk/files/patches.mk
    csw/mgar/pkg/vim/trunk/files/rules.mk
    csw/mgar/pkg/vim/trunk/files/vimtutor.diff

Property Changed:
----------------
    csw/mgar/pkg/vim/trunk/


Property changes on: csw/mgar/pkg/vim/trunk
___________________________________________________________________
Modified: svn:externals
   - gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v1

   + gar https://gar.svn.sf.net/svnroot/gar/csw/mgar/gar/v2


Modified: csw/mgar/pkg/vim/trunk/Makefile
===================================================================
--- csw/mgar/pkg/vim/trunk/Makefile	2009-01-26 18:24:09 UTC (rev 2908)
+++ csw/mgar/pkg/vim/trunk/Makefile	2009-01-26 19:33:45 UTC (rev 2909)
@@ -1,5 +1,7 @@
 GARNAME = vim
 DISTVERSION = 7.2
+PATCHREV = 088
+GARVERSION = $(DISTVERSION).$(PATCHREV)
 CATEGORIES = utils
 SPKG_SOURCEURL = http://www.vim.org/download.php
 DESCRIPTION = Vi IMproved
@@ -11,21 +13,51 @@
   Unix, MS Windows, OS/2, Macintosh, VMS, and Amiga.
 endef
 
-#DEPENDS = utils/mktemp lib/ncurses
+MASTER_SITES += ftp://ftp.vim.org/pub/vim/patches/$(DISTVERSION)/
+MASTER_SITES += ftp://ftp.vim.org/pub/vim/extra/
+MASTER_SITES += ftp://ftp.vim.org/pub/vim/unix/
 
-include files/config.mk
-DISTFILES += $(call admfiles,CSWvim,depend prototype)
-DISTFILES += $(call admfiles,CSWvimrt,prototype)
+DISTFILES += $(call admfiles,CSWvim,)
+DISTFILES += $(call admfiles,CSWvimrt,)
+DISTFILES += $(GARNAME)-$(DISTVERSION).tar.bz2
+DISTFILES += $(GARNAME)-$(DISTVERSION)-lang.tar.gz
+DISTFILES += $(GARNAME)-$(DISTVERSION)-extra.tar.gz
 
+PATCHFILES  = $(foreach T,$(shell gseq -f "%03g" 001 $(PATCHREV)),$(DISTVERSION).$(T))
+PATCHFILES += vimtutor.patch
+
+WORKSRC = $(WORKDIR)/$(GARNAME)$(subst .,,$(DISTVERSION))
+
+CONFIGURE_ARGS  = $(DIRPATHS)
 CONFIGURE_ARGS += --disable-xim
 CONFIGURE_ARGS += --without-x
 CONFIGURE_ARGS += --enable-gui=no
 CONFIGURE_ARGS += --disable-gpm
+CONFIGURE_ARGS += --with-global-runtime=$(sharedstatedir)/$(GARNAME)
+CONFIGURE_ARGS += --with-features=huge
+CONFIGURE_ARGS += --with-tlib=ncurses
+CONFIGURE_ARGS += --enable-multibyte
+CONFIGURE_ARGS += --enable-cscope
 
-include files/patches.mk
+BUILD_ARGS  = "VIMRCLOC=/opt/csw/etc/vim"
+BUILD_ARGS += "VIMRUNTIMEDIR=/opt/csw/share/vim/vim72"
+BUILD64 = 1
 
+PATCHDIRLEVEL = 0
+
+REQUIRED_PKGS_CSWvim = CSWggettext CSWiconv CSWncurses CSWvimrt
+INCOMPATIBLE_PKGS_CSWvim = CSWvim-minimal
+
+PKGFILES_CSWvimrt = $(PKGFILES_DOC)
+
 # Test requires controlling terminal
 TEST_SCRIPTS =
 
 include gar/category.mk
-include files/rules.mk
+
+post-configure: make-interps-lazy
+
+make-interps-lazy:
+	@perl -i.bak -plne \
+	    's/(-l(?:perl|python|ruby|tcl)\S*)/-zlazyload $$1 -znolazyload/' \
+	    $(WORKSRC)/src/auto/config.mk

Modified: csw/mgar/pkg/vim/trunk/checksums
===================================================================
--- csw/mgar/pkg/vim/trunk/checksums	2009-01-26 18:24:09 UTC (rev 2908)
+++ csw/mgar/pkg/vim/trunk/checksums	2009-01-26 19:33:45 UTC (rev 2909)
@@ -81,12 +81,14 @@
 3bdf4ec7db7976876a827f2dfa269e89  download/7.2.081
 590c9aa51fcb808ece4b6b4bfaaaaf30  download/7.2.082
 2a10abc536f7a69ff3ef353b55b6cb65  download/7.2.083
-198b5e809eddd24650dac5ab237e26d0  download/CSWvim.depend
+78defaaa03e61955f6624b796efb8655  download/7.2.084
+869116b3e92e944d40a3e03f9a99816f  download/7.2.085
+5af26f073ebeba60af90525d68a61725  download/7.2.086
+639d7a80864afe68132725e377f52f19  download/7.2.087
+44b152484534fa23c4ff531316a0e518  download/7.2.088
 59c166f15ad9e4db7aeef3ce7f6d89d9  download/CSWvim.gspec
-7f886f132e8404332757262c82aac7af  download/CSWvim.prototype
 c1ead6a1fa0f1a38b80689134cac8ca9  download/CSWvimrt.gspec
-9ca3e912af15f511018b08f568e9f9cf  download/CSWvimrt.prototype
 35e04482f07c57221c9a751aaa3b8dac  download/vim-7.2-extra.tar.gz
 d8884786979e0e520c112faf2e176f05  download/vim-7.2-lang.tar.gz
 f0901284b338e448bfd79ccca0041254  download/vim-7.2.tar.bz2
-582717146f6bbd5b73db83a2f62e62a5  download/vimtutor.diff
+582717146f6bbd5b73db83a2f62e62a5  download/vimtutor.patch

Deleted: csw/mgar/pkg/vim/trunk/files/CSWvim.depend
===================================================================
--- csw/mgar/pkg/vim/trunk/files/CSWvim.depend	2009-01-26 18:24:09 UTC (rev 2908)
+++ csw/mgar/pkg/vim/trunk/files/CSWvim.depend	2009-01-26 19:33:45 UTC (rev 2909)
@@ -1,5 +0,0 @@
-I CSWvim-minimal vim_minimal - Vi Improved - minimal configuration
-P CSWggettext ggettext - GNU gettext
-P CSWiconv libiconv - GNU iconv library
-P CSWncurses ncurses - ncurses library and utilities
-P CSWvimrt vimrt - vim shared runtime and documentation

Deleted: csw/mgar/pkg/vim/trunk/files/CSWvim.prototype
===================================================================
--- csw/mgar/pkg/vim/trunk/files/CSWvim.prototype	2009-01-26 18:24:09 UTC (rev 2908)
+++ csw/mgar/pkg/vim/trunk/files/CSWvim.prototype	2009-01-26 19:33:45 UTC (rev 2909)
@@ -1,7 +0,0 @@
-d none /opt/csw/bin 0755 root bin
-f none /opt/csw/bin/vim 0755 root bin
-f none /opt/csw/bin/xxd 0755 root bin
-s none /opt/csw/bin/rview=vim
-s none /opt/csw/bin/rvim=vim
-s none /opt/csw/bin/view=vim
-s none /opt/csw/bin/vimdiff=vim

Deleted: csw/mgar/pkg/vim/trunk/files/CSWvimrt.prototype
===================================================================
--- csw/mgar/pkg/vim/trunk/files/CSWvimrt.prototype	2009-01-26 18:24:09 UTC (rev 2908)
+++ csw/mgar/pkg/vim/trunk/files/CSWvimrt.prototype	2009-01-26 19:33:45 UTC (rev 2909)
@@ -1,1691 +0,0 @@
-d none /opt/csw/bin 0755 root bin
-f none /opt/csw/bin/vimtutor 0755 root bin
-d none /opt/csw/share 0755 root bin
-d none /opt/csw/share/vim 0755 root bin
-d none /opt/csw/share/vim/vim72 0755 root bin
-d none /opt/csw/share/vim/vim72 0755 root bin
-d none /opt/csw/share/vim/vim72/print 0755 root bin
-f none /opt/csw/share/vim/vim72/print/cidfont.ps 0644 root bin
-f none /opt/csw/share/vim/vim72/print/ks_roman.ps 0644 root bin
-f none /opt/csw/share/vim/vim72/print/koi8-u.ps 0644 root bin
-f none /opt/csw/share/vim/vim72/print/ascii.ps 0644 root bin
-f none /opt/csw/share/vim/vim72/print/jis_roman.ps 0644 root bin
-f none /opt/csw/share/vim/vim72/print/latin1.ps 0644 root bin
-f none /opt/csw/share/vim/vim72/print/ebcdic-uk.ps 0644 root bin
-f none /opt/csw/share/vim/vim72/print/iso-8859-3.ps 0644 root bin
-f none /opt/csw/share/vim/vim72/print/hp-roman8.ps 0644 root bin
-f none /opt/csw/share/vim/vim72/print/iso-8859-2.ps 0644 root bin
-f none /opt/csw/share/vim/vim72/print/koi8-r.ps 0644 root bin
-f none /opt/csw/share/vim/vim72/print/cns_roman.ps 0644 root bin
-f none /opt/csw/share/vim/vim72/print/iso-8859-7.ps 0644 root bin
-f none /opt/csw/share/vim/vim72/print/iso-8859-5.ps 0644 root bin
-f none /opt/csw/share/vim/vim72/print/gb_roman.ps 0644 root bin
-f none /opt/csw/share/vim/vim72/print/iso-8859-4.ps 0644 root bin
-f none /opt/csw/share/vim/vim72/print/cp1250.ps 0644 root bin
-f none /opt/csw/share/vim/vim72/print/prolog.ps 0644 root bin
-f none /opt/csw/share/vim/vim72/print/cp1251.ps 0644 root bin
-f none /opt/csw/share/vim/vim72/print/cp1253.ps 0644 root bin
-f none /opt/csw/share/vim/vim72/print/iso-8859-15.ps 0644 root bin
-f none /opt/csw/share/vim/vim72/print/iso-8859-14.ps 0644 root bin
-f none /opt/csw/share/vim/vim72/print/cp1252.ps 0644 root bin
-f none /opt/csw/share/vim/vim72/print/iso-8859-10.ps 0644 root bin
-f none /opt/csw/share/vim/vim72/print/cp1257.ps 0644 root bin
-f none /opt/csw/share/vim/vim72/print/dec-mcs.ps 0644 root bin
-f none /opt/csw/share/vim/vim72/print/iso-8859-11.ps 0644 root bin
-f none /opt/csw/share/vim/vim72/print/iso-8859-8.ps 0644 root bin
-f none /opt/csw/share/vim/vim72/print/iso-8859-13.ps 0644 root bin
-f none /opt/csw/share/vim/vim72/print/mac-roman.ps 0644 root bin
-f none /opt/csw/share/vim/vim72/print/cp1255.ps 0644 root bin
-f none /opt/csw/share/vim/vim72/print/cp1254.ps 0644 root bin
-f none /opt/csw/share/vim/vim72/print/iso-8859-9.ps 0644 root bin
-d none /opt/csw/share/vim/vim72/ftplugin 0755 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/lftp.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/verilog.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/abaqus.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/css.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/grub.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/gitrebase.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/arch.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/procmail.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/passwd.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/mrxvtrc.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/pdf.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/fetchmail.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/reva.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/dictconf.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/group.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/xf86conf.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/sensors.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/vhdl.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/aspvbs.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/racc.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/mplayerconf.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/rnc.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/csh.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/mailcap.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/logindefs.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/flexwiki.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/mail.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/dircolors.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/art.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/calendar.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/zsh.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/gitsendemail.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/bst.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/debchangelog.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/ruby.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/xml.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/changelog.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/vim.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/dictdconf.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/denyhosts.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/aap.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/sudoers.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/cvsrc.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/git.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/slpreg.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/btm.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/cobol.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/a2ps.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/README.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/sass.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/slpspi.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/jsp.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/tex.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/pascal.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/xmodmap.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/setserial.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/cpp.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/hostconf.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/ocaml.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/kconfig.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/updatedb.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/xslt.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/scheme.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/nanorc.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/ant.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/services.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/xs.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/protocols.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/terminfo.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/javascript.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/pinfo.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/help.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/loginaccess.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/vb.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/python.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/pyrex.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/alsaconf.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/matlab.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/gpg.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/mf.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/modconf.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/msmessages.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/hamster.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/occam.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/eruby.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/framescript.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/lprolog.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/xdefaults.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/automake.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/m4.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/indent.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/xinetd.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/slpconf.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/eterm.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/ishd.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/cs.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/diff.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/html.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/quake.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/objc.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/mp.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/kwt.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/fortran.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/ch.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/mupad.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/sshconfig.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/sysctl.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/man.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/context.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/udevrules.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/udevperm.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/gitcommit.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/sieve.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/dosbatch.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/haml.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/svg.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/limits.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/sgml.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/sql.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/mailaliases.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/c.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/postscr.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/lua.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/pamconf.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/spec.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/csc.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/java.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/ada.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/prolog.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/xhtml.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/ld.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/config.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/logtalk.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/rst.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/php.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/crm.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/sh.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/conf.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/debcontrol.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/screen.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/fvwm.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/plaintex.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/haskell.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/udevconf.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/elinks.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/xsd.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/yaml.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/tcsh.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/bdf.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/perl.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/htmldjango.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/muttrc.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/lisp.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/AppendMatchGroup.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/dosini.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/libao.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/rpl.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/netrc.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/make.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/hostsaccess.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/dtd.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/dtrace.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/readline.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/cdrdaoconf.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/gitconfig.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/manconf.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/initex.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin/nsis.vim 0644 root bin
-d none /opt/csw/share/vim/vim72/indent 0755 root bin
-f none /opt/csw/share/vim/vim72/indent/mma.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/java.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/dtd.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/sh.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/dtrace.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/verilog.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/occam.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/eruby.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/haml.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/rpl.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/idlang.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/cmake.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/pyrex.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/dylan.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/xsd.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/html.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/changelog.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/objc.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/tcl.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/erlang.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/ishd.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/php.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/ocaml.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/sml.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/dictdconf.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/cs.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/config.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/prolog.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/tilde.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/cobol.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/ada.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/rst.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/sql.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/javascript.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/lua.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/awk.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/mp.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/make.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/ch.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/readline.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/tcsh.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/perl.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/GenericIndent.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/lisp.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/sdl.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/ld.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/hamster.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/xf86conf.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/fortran.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/sass.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/xinetd.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/docbk.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/vb.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/d.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/bib.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/dictconf.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/ruby.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/c.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/matlab.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/vhdl.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/python.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/logtalk.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/jsp.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/framescript.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/cpp.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/postscr.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/tf.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/scheme.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/ant.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/pascal.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/README.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/aap.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/xhtml.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/yacc.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/zsh.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/bst.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/xml.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/vim.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/pov.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/htmldjango.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/automake.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/eiffel.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/mupad.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/cdl.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/css.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/gitconfig.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/sqlanywhere.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/xslt.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indent/eterm.vim 0644 root bin
-d none /opt/csw/share/vim/vim72/tutor 0755 root bin
-f none /opt/csw/share/vim/vim72/tutor/tutor.sv.utf-8 0644 root bin
-f none /opt/csw/share/vim/vim72/tutor/tutor.cs.utf-8 0644 root bin
-f none /opt/csw/share/vim/vim72/tutor/tutor.no 0644 root bin
-f none /opt/csw/share/vim/vim72/tutor/tutor.ko.utf-8 0644 root bin
-f none /opt/csw/share/vim/vim72/tutor/tutor.ja.euc 0644 root bin
-f none /opt/csw/share/vim/vim72/tutor/tutor.pl 0644 root bin
-f none /opt/csw/share/vim/vim72/tutor/tutor.tr.iso9 0644 root bin
-f none /opt/csw/share/vim/vim72/tutor/tutor.es 0644 root bin
-f none /opt/csw/share/vim/vim72/tutor/tutor.el.cp737 0644 root bin
-f none /opt/csw/share/vim/vim72/tutor/tutor.hu 0644 root bin
-f none /opt/csw/share/vim/vim72/tutor/tutor.hr 0644 root bin
-f none /opt/csw/share/vim/vim72/tutor/tutor.ja.sjis 0644 root bin
-f none /opt/csw/share/vim/vim72/tutor/tutor.info 0644 root bin
-f none /opt/csw/share/vim/vim72/tutor/tutor.ru.cp1251 0644 root bin
-f none /opt/csw/share/vim/vim72/tutor/tutor.tr.utf-8 0644 root bin
-f none /opt/csw/share/vim/vim72/tutor/tutor.hu.cp1250 0644 root bin
-f none /opt/csw/share/vim/vim72/tutor/tutor.hr.utf-8 0644 root bin
-f none /opt/csw/share/vim/vim72/tutor/tutor.zh.euc 0644 root bin
-f none /opt/csw/share/vim/vim72/tutor/tutor.it.utf-8 0644 root bin
-f none /opt/csw/share/vim/vim72/tutor/README.txt.info 0644 root bin
-f none /opt/csw/share/vim/vim72/tutor/tutor.fr 0644 root bin
-f none /opt/csw/share/vim/vim72/tutor/README.el.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/tutor/README.el.cp737.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/tutor/tutor.vi.utf-8 0644 root bin
-f none /opt/csw/share/vim/vim72/tutor/tutor.es.utf-8 0644 root bin
-f none /opt/csw/share/vim/vim72/tutor/tutor.zh.big5 0644 root bin
-f none /opt/csw/share/vim/vim72/tutor/tutor.ko.euc 0644 root bin
-f none /opt/csw/share/vim/vim72/tutor/tutor.cs 0644 root bin
-f none /opt/csw/share/vim/vim72/tutor/tutor.ru 0644 root bin
-f none /opt/csw/share/vim/vim72/tutor/tutor.cs.cp1250 0644 root bin
-f none /opt/csw/share/vim/vim72/tutor/tutor.utf-8 0644 root bin
-f none /opt/csw/share/vim/vim72/tutor/tutor.zh.utf-8 0644 root bin
-f none /opt/csw/share/vim/vim72/tutor/tutor.sv 0644 root bin
-f none /opt/csw/share/vim/vim72/tutor/tutor.no.utf-8 0644 root bin
-f none /opt/csw/share/vim/vim72/tutor/tutor.ja.utf-8 0644 root bin
-f none /opt/csw/share/vim/vim72/tutor/tutor.el.utf-8 0644 root bin
-f none /opt/csw/share/vim/vim72/tutor/tutor.el 0644 root bin
-f none /opt/csw/share/vim/vim72/tutor/tutor 0644 root bin
-f none /opt/csw/share/vim/vim72/tutor/tutor.pl.utf-8 0644 root bin
-f none /opt/csw/share/vim/vim72/tutor/tutor.pl.cp1250 0644 root bin
-f none /opt/csw/share/vim/vim72/tutor/tutor.hu.utf-8 0644 root bin
-f none /opt/csw/share/vim/vim72/tutor/tutor.de 0644 root bin
-f none /opt/csw/share/vim/vim72/tutor/tutor.fr.utf-8 0644 root bin
-f none /opt/csw/share/vim/vim72/tutor/tutor.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/tutor/tutor.sk.utf-8 0644 root bin
-f none /opt/csw/share/vim/vim72/tutor/tutor.sk.cp1250 0644 root bin
-f none /opt/csw/share/vim/vim72/tutor/tutor.ru.utf-8 0644 root bin
-f none /opt/csw/share/vim/vim72/tutor/tutor.sk 0644 root bin
-f none /opt/csw/share/vim/vim72/tutor/tutor.ca.utf-8 0644 root bin
-f none /opt/csw/share/vim/vim72/tutor/tutor.de.utf-8 0644 root bin
-f none /opt/csw/share/vim/vim72/tutor/README.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/tutor/tutor.ca 0644 root bin
-f none /opt/csw/share/vim/vim72/tutor/tutor.hr.cp1250 0644 root bin
-f none /opt/csw/share/vim/vim72/tutor/tutor.eo.utf-8 0644 root bin
-f none /opt/csw/share/vim/vim72/tutor/tutor.it 0644 root bin
-f none /opt/csw/share/vim/vim72/optwin.vim 0644 root bin
-d none /opt/csw/share/vim/vim72/macros 0755 root bin
-f none /opt/csw/share/vim/vim72/macros/dvorak 0644 root bin
-f none /opt/csw/share/vim/vim72/macros/urm.info 0644 root bin
-d none /opt/csw/share/vim/vim72/macros/urm 0755 root bin
-f none /opt/csw/share/vim/vim72/macros/urm/README.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/macros/urm/urm.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/macros/urm/examples 0644 root bin
-f none /opt/csw/share/vim/vim72/macros/urm/urm 0644 root bin
-f none /opt/csw/share/vim/vim72/macros/urm/README.txt.info 0644 root bin
-f none /opt/csw/share/vim/vim72/macros/less.sh 0755 root bin
-d none /opt/csw/share/vim/vim72/macros/maze 0755 root bin
-f none /opt/csw/share/vim/vim72/macros/maze/Makefile 0644 root bin
-f none /opt/csw/share/vim/vim72/macros/maze/maze_mac 0644 root bin
-f none /opt/csw/share/vim/vim72/macros/maze/poster.info 0644 root bin
-f none /opt/csw/share/vim/vim72/macros/maze/poster 0644 root bin
-f none /opt/csw/share/vim/vim72/macros/maze/maze_5.78.info 0644 root bin
-f none /opt/csw/share/vim/vim72/macros/maze/README.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/macros/maze/README.txt.info 0644 root bin
-f none /opt/csw/share/vim/vim72/macros/maze/mazeansi.c 0644 root bin
-f none /opt/csw/share/vim/vim72/macros/maze/main.aap 0644 root bin
-f none /opt/csw/share/vim/vim72/macros/maze/mazeclean.c 0644 root bin
-f none /opt/csw/share/vim/vim72/macros/maze/maze_5.78 0644 root bin
-f none /opt/csw/share/vim/vim72/macros/maze/maze.c 0644 root bin
-f none /opt/csw/share/vim/vim72/macros/hanoi.info 0644 root bin
-f none /opt/csw/share/vim/vim72/macros/maze.info 0644 root bin
-f none /opt/csw/share/vim/vim72/macros/shellmenu.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/macros/matchit.vim 0644 root bin
-d none /opt/csw/share/vim/vim72/macros/hanoi 0755 root bin
-f none /opt/csw/share/vim/vim72/macros/hanoi/hanoi.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/macros/hanoi/poster.info 0644 root bin
-f none /opt/csw/share/vim/vim72/macros/hanoi/poster 0644 root bin
-f none /opt/csw/share/vim/vim72/macros/hanoi/click.me.info 0644 root bin
-f none /opt/csw/share/vim/vim72/macros/hanoi/click.me 0644 root bin
-f none /opt/csw/share/vim/vim72/macros/matchit.txt 0644 root bin
-d none /opt/csw/share/vim/vim72/macros/life 0755 root bin
-f none /opt/csw/share/vim/vim72/macros/life/click.me.info 0644 root bin
-f none /opt/csw/share/vim/vim72/macros/life/life.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/macros/life/click.me 0644 root bin
-f none /opt/csw/share/vim/vim72/macros/justify.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/macros/swapmous.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/macros/README.txt.info 0644 root bin
-f none /opt/csw/share/vim/vim72/macros/less.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/macros/editexisting.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/macros/README.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/indent.vim 0644 root bin
-d none /opt/csw/share/vim/vim72/compiler 0755 root bin
-f none /opt/csw/share/vim/vim72/compiler/gnat.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/compiler/ruby.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/compiler/onsgmls.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/compiler/fortran_cv.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/compiler/javac.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/compiler/rubyunit.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/compiler/tcl.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/compiler/tidy.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/compiler/modelsim_vcom.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/compiler/bcc.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/compiler/bdf.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/compiler/php.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/compiler/msvc.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/compiler/se.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/compiler/rspec.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/compiler/rst.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/compiler/fortran_g77.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/compiler/fpc.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/compiler/eruby.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/compiler/README.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/compiler/xmlwf.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/compiler/mipspro_c89.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/compiler/dot.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/compiler/pbx.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/compiler/pyunit.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/compiler/jikes.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/compiler/gcc.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/compiler/mipspro_cpp.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/compiler/intel.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/compiler/splint.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/compiler/checkstyle.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/compiler/fortran_lf95.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/compiler/neato.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/compiler/ant.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/compiler/tex.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/compiler/icc.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/compiler/irix5_cpp.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/compiler/xmllint.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/compiler/hp_acc.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/compiler/mips_c.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/compiler/mcs.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/compiler/cs.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/compiler/fortran_elf90.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/compiler/decada.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/compiler/irix5_c.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/compiler/perl.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/compiler/fortran_F.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/synmenu.vim 0644 root bin
-d none /opt/csw/share/vim/vim72/tools 0755 root bin
-f none /opt/csw/share/vim/vim72/tools/efm_perl.pl 0755 root bin
-f none /opt/csw/share/vim/vim72/tools/efm_filter.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/tools/vimspell.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/tools/pltags.pl 0755 root bin
-f none /opt/csw/share/vim/vim72/tools/ccfilter.1 0644 root bin
-f none /opt/csw/share/vim/vim72/tools/ref 0755 root bin
-f none /opt/csw/share/vim/vim72/tools/vimm 0755 root bin
-f none /opt/csw/share/vim/vim72/tools/mve.awk 0755 root bin
-f none /opt/csw/share/vim/vim72/tools/vim_vs_net.cmd 0644 root bin
-f none /opt/csw/share/vim/vim72/tools/vim132 0755 root bin
-f none /opt/csw/share/vim/vim72/tools/xcmdsrv_client.c 0644 root bin
-f none /opt/csw/share/vim/vim72/tools/ccfilter.c 0644 root bin
-f none /opt/csw/share/vim/vim72/tools/blink.c 0644 root bin
-f none /opt/csw/share/vim/vim72/tools/shtags.1 0644 root bin
-f none /opt/csw/share/vim/vim72/tools/vimspell.sh 0755 root bin
-f none /opt/csw/share/vim/vim72/tools/README.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/tools/ccfilter_README.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/tools/efm_filter.pl 0755 root bin
-f none /opt/csw/share/vim/vim72/tools/shtags.pl 0755 root bin
-f none /opt/csw/share/vim/vim72/tools/mve.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/vimrc_example.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftoff.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/gvimrc_example.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/menu.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/scripts.vim 0644 root bin
-d none /opt/csw/share/vim/vim72/spell 0755 root bin
-f none /opt/csw/share/vim/vim72/spell/en.latin1.sug 0644 root bin
-f none /opt/csw/share/vim/vim72/spell/yi.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/spell/en.latin1.spl 0644 root bin
-f none /opt/csw/share/vim/vim72/spell/en.utf-8.sug 0644 root bin
-f none /opt/csw/share/vim/vim72/spell/en.ascii.spl 0644 root bin
-f none /opt/csw/share/vim/vim72/spell/en.utf-8.spl 0644 root bin
-f none /opt/csw/share/vim/vim72/spell/en.ascii.sug 0644 root bin
-f none /opt/csw/share/vim/vim72/spell/he.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/spell/cleanadd.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/evim.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/ftplugin.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/mswin.vim 0644 root bin
-d none /opt/csw/share/vim/vim72/syntax 0755 root bin
-f none /opt/csw/share/vim/vim72/syntax/debsources.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/pinfo.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/tpp.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/mel.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/flexwiki.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/aap.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/postscr.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/cuda.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/cynlib.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/rpcgen.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/texmf.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/ecd.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/smil.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/bzr.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/abaqus.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/gkrellmrc.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/freebasic.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/btm.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/gitcommit.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/sqlforms.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/git.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/lite.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/aflex.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/yacc.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/pamconf.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/pod.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/conaryrecipe.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/icemenu.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/scilab.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/simula.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/xf86conf.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/passwd.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/moo.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/dylan.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/rcslog.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/aspvbs.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/litestep.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/focexec.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/dictconf.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/art.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/2html.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/aspperl.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/colortest.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/mmix.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/zsh.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/wvdial.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/b.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/tssop.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/sl.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/modsim3.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/sindacmp.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/bst.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/logtalk.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/cterm.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/acedb.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/tads.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/lifelines.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/xml.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/procmail.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/eiffel.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/groovy.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/takout.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/vim.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/mush.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/ocaml.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/pov.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/pccts.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/jgraph.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/fgl.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/sgmldecl.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/plsql.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/texinfo.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/help.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/uil.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/fdcc.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/dsl.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/sqlinformix.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/elf.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/nroff.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/maple.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/vera.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/rc.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/syntax.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/xquery.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/dcd.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/atlas.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/rexx.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/aml.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/autoit.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/named.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/cdl.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/foxpro.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/rnc.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/antlr.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/tak.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/rtf.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/hitest.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/csh.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/jess.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/slang.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/slpreg.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/pyrex.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/spice.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/fortran.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/mmp.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/tsscl.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/mib.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/asn.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/dtml.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/chordpro.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/css.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/purifylog.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/sqr.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/exports.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/cmake.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/prescribe.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/icon.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/udevrules.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/slpspi.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/winbatch.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/qf.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/sas.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/pdf.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/openroad.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/context.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/xslt.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/README.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/clean.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/sshconfig.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/snnsres.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/fvwm2m4.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/eruby.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/occam.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/rnoweb.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/calendar.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/wsh.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/manual.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/group.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/wdiff.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/sd.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/ratpoison.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/m4.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/pascal.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/docbkxml.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/groff.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/cvs.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/cl.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/ora.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/c.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/sm.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/def.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/xpm.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/nasm.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/clipper.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/nastran.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/gp.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/a2ps.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/mailaliases.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/nanorc.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/z8a.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/terminfo.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/tf.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/scheme.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/wget.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/samba.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/d.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/services.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/sass.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/slice.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/webmacro.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/chaskell.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/gitconfig.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/po.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/mail.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/mason.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/lpc.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/msmessages.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/gpg.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/web.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/sather.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/lout.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/progress.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/mf.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/updatedb.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/valgrind.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/debchangelog.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/pf.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/ppwiz.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/bib.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/python.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/hostconf.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/vsejcl.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/lss.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/ruby.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/gitsendemail.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/cfg.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/gtkrc.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/gsp.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/manconf.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/tasm.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/ncf.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/haste.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/inform.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/hastepreproc.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/xpm2.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/opl.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/sinda.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/xs.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/matlab.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/cvsrc.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/vhdl.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/htmlos.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/pfmain.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/virata.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/lace.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/sendpr.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/lotos.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/skill.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/xxd.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/bindzone.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/racc.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/automake.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/snnspat.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/cobol.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/tilde.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/lex.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/lynx.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/haskell.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/javascript.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/vb.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/ayacc.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/ldapconf.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/dcl.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/tex.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/nqc.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/jsp.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/wml.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/indent.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/xinetd.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/tidy.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/master.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/lftp.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/vmasm.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/vrml.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/desc.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/arch.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/cpp.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/cheetah.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/cynpp.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/bc.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/esmtprc.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/grub.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/mysql.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/dylanintr.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/ahdl.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/tssgm.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/objcpp.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/alsaconf.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/ipfilter.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/ctrlh.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/reva.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/ant.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/framescript.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/a65.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/gedcom.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/sindaout.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/sqloracle.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/udevperm.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/verilogams.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/pcap.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/model.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/dylanlid.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/sgmllnx.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/sicad.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/sed.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/xbl.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/natural.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/cdrtoc.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/ada.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/slrnrc.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/dircolors.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/tsalt.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/initng.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/dracula.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/htmlcheetah.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/tar.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/edif.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/takcmp.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/wsml.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/jargon.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/strace.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/ld.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/changelog.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/rst.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/robots.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/nsis.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/sudoers.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/sisu.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/uc.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/sql.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/ampl.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/denyhosts.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/elmfilt.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/dictdconf.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/promela.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/awk.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/lua.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/radiance.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/eviews.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/smith.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/chill.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/catalog.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/svn.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/specman.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/make.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/sysctl.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/lilo.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/esterel.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/sshdconfig.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/csc.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/gitrebase.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/plm.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/mp.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/kwt.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/jam.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/perl.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/limits.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/ch.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/lsl.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/yaml.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/tcsh.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/verilog.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/amiga.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/htmlm4.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/nosyntax.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/monk.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/spyce.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/cf.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/ibasic.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/man.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/lisp.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/fetchmail.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/viminfo.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/gdb.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/snnsnet.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/docbksgml.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/cupl.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/trasys.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/exim.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/mrxvtrc.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/forth.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/sensors.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/libao.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/apachestyle.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/registry.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/latte.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/loginaccess.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/msidl.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/remind.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/gdmo.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/sdl.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/smarty.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/cmusrc.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/fvwm.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/pilrc.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/xmath.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/modula2.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/masm.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/conf.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/dot.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/diva.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/mailcap.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/r.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/logindefs.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/pike.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/config.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/tags.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/netrc.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/rebol.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/cs.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/docbk.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/kix.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/sqlj.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/dosbatch.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/prolog.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/modconf.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/hb.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/mma.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/rib.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/lscript.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/autohotkey.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/quake.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/screen.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/ptcap.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/xkb.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/cweb.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/doxygen.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/dtd.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/mgl.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/mupad.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/java.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/basic.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/ppd.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/maxima.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/whitespace.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/spup.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/syncolor.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/tli.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/squid.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/cdrdaoconf.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/synload.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/sqlanywhere.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/hamster.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/hercules.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/ldif.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/udevconf.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/pine.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/inittab.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/dns.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/erlang.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/snobol4.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/sgml.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/esqlc.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/xdefaults.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/eterm.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/haml.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/fasm.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/lprolog.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/abap.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/elinks.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/rpl.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/asm.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/cuplsim.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/fstab.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/csp.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/slpconf.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/pic.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/omnimark.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/abel.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/javacc.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/plaintex.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/muttrc.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/voscm.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/desktop.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/lhaskell.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/mgp.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/rcs.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/grads.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/spec.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/psf.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/objc.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/asterisk.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/coco.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/setserial.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/idlang.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/diff.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/xsd.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/html.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/dosini.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/gnuplot.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/plp.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/apache.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/vgrindefs.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/xmodmap.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/rhelp.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/bdf.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/slrnsc.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/htmldjango.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/hex.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/abc.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/crontab.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/tcl.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/messages.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/modula3.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/idl.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/xhtml.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/readline.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/phtml.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/kconfig.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/privoxy.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/st.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/baan.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/smcl.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/hog.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/php.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/resolv.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/crm.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/ia64.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/blank.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/sieve.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/iss.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/msql.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/dtrace.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/ave.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/netrw.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/papp.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/ist.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/django.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/ishd.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/sh.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/mplayerconf.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/asmh8300.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/protocols.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/stp.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/debcontrol.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/asm68k.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/jal.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/gretl.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/change.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/jproperties.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/sml.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/povini.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/asteriskvm.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/stata.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/kscript.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/expect.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/initex.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/splint.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/form.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/syntax/trustees.vim 0644 root bin
-d none /opt/csw/share/vim/vim72/colors 0755 root bin
-f none /opt/csw/share/vim/vim72/colors/slate.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/colors/blue.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/colors/darkblue.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/colors/zellner.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/colors/evening.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/colors/peachpuff.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/colors/koehler.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/colors/ron.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/colors/shine.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/colors/elflord.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/colors/murphy.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/colors/pablo.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/colors/default.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/colors/morning.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/colors/torte.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/colors/README.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/colors/desert.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/colors/delek.vim 0644 root bin
-d none /opt/csw/share/vim/vim72/keymap 0755 root bin
-f none /opt/csw/share/vim/vim72/keymap/persian.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/hebrewp_cp1255.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/serbian_cp1250.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/esperanto_utf-8.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/croatian_cp1250.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/croatian_iso-8859-2.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/serbian-latin.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/arabic_utf-8.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/sinhala-phonetic_utf-8.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/esperanto.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/polish-slash.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/serbian_utf-8.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/lithuanian-baltic.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/slovak_utf-8.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/hebrewp.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/croatian.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/greek_iso-8859-7.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/hebrew.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/czech_utf-8.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/greek.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/mongolian_utf-8.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/serbian_cp1251.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/polish-slash_iso-8859-2.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/slovak.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/ukrainian-jcuken.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/thaana-phonetic_utf-8.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/polish-slash_cp1250.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/canfr-win.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/greek_cp737.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/serbian.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/greek_utf-8.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/serbian-latin_utf-8.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/russian-jcuken.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/tamil_tscii.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/slovak_cp1250.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/russian-jcukenwin.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/thaana.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/hebrewp_utf-8.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/slovak_iso-8859-2.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/vietnamese-viqr_utf-8.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/kana.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/bulgarian-bds.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/greek_cp1253.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/hebrewp_iso-8859-8.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/persian-iranian_utf-8.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/sinhala.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/hebrew_utf-8.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/serbian_iso-8859-5.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/serbian_iso-8859-2.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/hebrew_iso-8859-8.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/russian-dvorak.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/polish-slash_cp852.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/russian-yawerty.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/accents.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/croatian_utf-8.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/magyar_utf-8.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/ukrainian-dvorak.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/polish-slash_utf-8.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/czech.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/pinyin.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/arabic.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/README.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/bulgarian-phonetic.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/keymap/hebrew_cp1255.vim 0644 root bin
-d none /opt/csw/share/vim/vim72/autoload 0755 root bin
-f none /opt/csw/share/vim/vim72/autoload/gnat.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/autoload/csscomplete.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/autoload/javascriptcomplete.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/autoload/netrwSettings.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/autoload/xmlcomplete.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/autoload/netrw.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/autoload/sqlcomplete.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/autoload/adacomplete.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/autoload/phpcomplete.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/autoload/ada.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/autoload/tar.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/autoload/README.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/autoload/rubycomplete.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/autoload/paste.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/autoload/zip.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/autoload/ccomplete.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/autoload/netrwFileHandlers.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/autoload/vimball.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/autoload/pythoncomplete.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/autoload/syntaxcomplete.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/autoload/htmlcomplete.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/autoload/gzip.vim 0644 root bin
-d none /opt/csw/share/vim/vim72/autoload/xml 0755 root bin
-f none /opt/csw/share/vim/vim72/autoload/xml/xhtml10f.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/autoload/xml/xhtml10s.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/autoload/xml/xsl.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/autoload/xml/xhtml10t.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/autoload/xml/html401f.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/autoload/xml/html401t.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/autoload/xml/html401s.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/autoload/xml/xhtml11.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/autoload/xml/xsd.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/autoload/xml/html32.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/autoload/xml/html40f.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/autoload/xml/html40s.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/autoload/xml/html40t.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/autoload/decada.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/autoload/getscript.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/autoload/spellfile.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/bugreport.vim 0644 root bin
-d none /opt/csw/share/vim/vim72/plugin 0755 root bin
-f none /opt/csw/share/vim/vim72/plugin/netrwPlugin.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/plugin/tarPlugin.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/plugin/rrhelper.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/plugin/gzip.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/plugin/zipPlugin.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/plugin/tohtml.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/plugin/vimballPlugin.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/plugin/README.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/plugin/getscriptPlugin.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/plugin/spellfile.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/plugin/matchparen.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/indoff.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/filetype.vim 0644 root bin
-d none /opt/csw/share/vim/vim72/lang 0755 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_pt_br.latin1.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_ru.utf-8.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_chinese(gb)_gb.936.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_ko_kr.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_finnish_finland.1252.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_eo_eo.utf-8.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_no.utf-8.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_ja.cp932.vim 0644 root bin
-d none /opt/csw/share/vim/vim72/lang/sk 0755 root bin
-d none /opt/csw/share/vim/vim72/lang/sk/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/vim/vim72/lang/sk/LC_MESSAGES/vim.mo 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_hu.utf-8.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_nl.utf-8.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_sv_se.latin1.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_vi_vn.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_eo.utf-8.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_ja_jp.utf-8.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_fr_fr.latin1.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_cs_cz.iso_8859-2.vim 0644 root bin
-d none /opt/csw/share/vim/vim72/lang/it 0755 root bin
-d none /opt/csw/share/vim/vim72/lang/it/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/vim/vim72/lang/it/LC_MESSAGES/vim.mo 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_pt_br.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_chinese(taiwan)_taiwan.950.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_chinese_gb.936.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_pt_pt.latin1.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_ja_jp.ujis.vim 0644 root bin
-d none /opt/csw/share/vim/vim72/lang/ca 0755 root bin
-d none /opt/csw/share/vim/vim72/lang/ca/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/vim/vim72/lang/ca/LC_MESSAGES/vim.mo 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_en_gb.utf-8.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_ca_es.utf-8.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_italian_italy.1252.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_czech_czech_republic.1250.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_sl_si.utf-8.vim 0644 root bin
-d none /opt/csw/share/vim/vim72/lang/pt_BR 0755 root bin
-d none /opt/csw/share/vim/vim72/lang/pt_BR/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/vim/vim72/lang/pt_BR/LC_MESSAGES/vim.mo 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_fi_fi.utf-8.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_no.latin1.vim 0644 root bin
-d none /opt/csw/share/vim/vim72/lang/eo 0755 root bin
-d none /opt/csw/share/vim/vim72/lang/eo/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/vim/vim72/lang/eo/LC_MESSAGES/vim.mo 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_de_de.utf-8.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_pl_pl.utf-8.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_uk_ua.koi8-u.vim 0644 root bin
-d none /opt/csw/share/vim/vim72/lang/ko 0755 root bin
-d none /opt/csw/share/vim/vim72/lang/ko/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/vim/vim72/lang/ko/LC_MESSAGES/vim.mo 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_sl_si.latin2.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_de.latin1.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_zh.cp936.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_ja.ujis.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_fr.utf-8.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_fi.latin1.vim 0644 root bin
-d none /opt/csw/share/vim/vim72/lang/sv 0755 root bin
-d none /opt/csw/share/vim/vim72/lang/sv/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/vim/vim72/lang/sv/LC_MESSAGES/vim.mo 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_es_es.latin1.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_slovak_slovak_republic.1250.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/README.txt 0644 root bin
-d none /opt/csw/share/vim/vim72/lang/fi 0755 root bin
-d none /opt/csw/share/vim/vim72/lang/fi/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/vim/vim72/lang/fi/LC_MESSAGES/vim.mo 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_ja_jp.eucjp.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_sk.cp1250.vim 0644 root bin
-d none /opt/csw/share/vim/vim72/lang/en_GB 0755 root bin
-d none /opt/csw/share/vim/vim72/lang/en_GB/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/vim/vim72/lang/en_GB/LC_MESSAGES/vim.mo 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_pt_pt.utf-8.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_ko_kr.utf-8.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_fr_fr.utf-8.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_af_af.utf-8.vim 0644 root bin
-d none /opt/csw/share/vim/vim72/lang/ru 0755 root bin
-d none /opt/csw/share/vim/vim72/lang/ru/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/vim/vim72/lang/ru/LC_MESSAGES/vim.mo 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_af.latin1.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_polish_poland.1250.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_ru_ru.vim 0644 root bin
-d none /opt/csw/share/vim/vim72/lang/uk 0755 root bin
-d none /opt/csw/share/vim/vim72/lang/uk/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/vim/vim72/lang/uk/LC_MESSAGES/vim.mo 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_ru_ru.utf-8.vim 0644 root bin
-d none /opt/csw/share/vim/vim72/lang/ja 0755 root bin
-d none /opt/csw/share/vim/vim72/lang/ja/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/vim/vim72/lang/ja/LC_MESSAGES/vim.mo 0644 root bin
-d none /opt/csw/share/vim/vim72/lang/de 0755 root bin
-d none /opt/csw/share/vim/vim72/lang/de/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/vim/vim72/lang/de/LC_MESSAGES/vim.mo 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_pl_pl.iso_8859-2.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_hu_hu.iso_8859-2.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_it.latin1.vim 0644 root bin
-d none /opt/csw/share/vim/vim72/lang/vi 0755 root bin
-d none /opt/csw/share/vim/vim72/lang/vi/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/vim/vim72/lang/vi/LC_MESSAGES/vim.mo 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_de_de.latin1.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_zh.big5.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_ko.utf-8.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_japanese_japan.932.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_sv.latin1.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_spanish_spain.850.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_zh_cn.utf-8.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_zh_tw.utf-8.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_ca.latin1.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_ja.euc-jp.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_ca_es.latin1.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_es_es.utf-8.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_zh_cn.cp936.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_sr_yu.ascii.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_af_af.latin1.vim 0644 root bin
-d none /opt/csw/share/vim/vim72/lang/fr 0755 root bin
-d none /opt/csw/share/vim/vim72/lang/fr/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/vim/vim72/lang/fr/LC_MESSAGES/vim.mo 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_fi.utf-8.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_fi_fi.latin1.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_sk_sk.cp1250.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_czech_czech_republic.1252.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_eo_xx.utf-8.vim 0644 root bin
-d none /opt/csw/share/vim/vim72/lang/zh_TW 0755 root bin
-d none /opt/csw/share/vim/vim72/lang/zh_TW/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/vim/vim72/lang/zh_TW/LC_MESSAGES/vim.mo 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_cs_cz.cp1250.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_en_gb.latin1.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_it_it.latin1.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_nl.latin1.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_pl.cp1250.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_cs_cz.latin1.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_sk_sk.1250.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_nl_nl.latin1.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_zh_tw.big5.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_sk_sk.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_pl_pl.cp1250.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_german_germany.1252.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_ja_jp.euc-jp.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_ja.eucjp.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_french_france.1252.vim 0644 root bin
-d none /opt/csw/share/vim/vim72/lang/cs 0755 root bin
-d none /opt/csw/share/vim/vim72/lang/cs/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/vim/vim72/lang/cs/LC_MESSAGES/vim.mo 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_sl_si.cp1250.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_de.utf-8.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_sr_yu.utf-8.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_es.latin1.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_uk_ua.cp1251.vim 0644 root bin
-d none /opt/csw/share/vim/vim72/lang/zh_CN 0755 root bin
-d none /opt/csw/share/vim/vim72/lang/zh_CN/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/vim/vim72/lang/zh_CN/LC_MESSAGES/vim.mo 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_english_united_kingdom.ascii.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_fr.latin1.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_ca.utf-8.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_no_no.latin1.vim 0644 root bin
-d none /opt/csw/share/vim/vim72/lang/af 0755 root bin
-d none /opt/csw/share/vim/vim72/lang/af/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/vim/vim72/lang/af/LC_MESSAGES/vim.mo 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_nl_nl.utf-8.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_sr_yu.iso_8859-5.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_af.utf-8.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_zh.cp950.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_ko_kr.euckr.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_sr_yu.iso_8859-2.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_chinese_taiwan.950.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_pt_br.utf-8.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_czech_czech_republic.ascii.vim 0644 root bin
-d none /opt/csw/share/vim/vim72/lang/es 0755 root bin
-d none /opt/csw/share/vim/vim72/lang/es/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/vim/vim72/lang/es/LC_MESSAGES/vim.mo 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_no_no.utf-8.vim 0644 root bin
-d none /opt/csw/share/vim/vim72/lang/pl 0755 root bin
-d none /opt/csw/share/vim/vim72/lang/pl/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/vim/vim72/lang/pl/LC_MESSAGES/vim.mo 0644 root bin
-d none /opt/csw/share/vim/vim72/lang/no 0755 root bin
-d none /opt/csw/share/vim/vim72/lang/no/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/vim/vim72/lang/no/LC_MESSAGES/vim.mo 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_sk_sk.iso_8859-2.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_sr.utf-8.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_cs.latin1.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_english_united_kingdom.1252.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_cs.cp1250.vim 0644 root bin
-d none /opt/csw/share/vim/vim72/lang/zh_TW.UTF-8 0755 root bin
-d none /opt/csw/share/vim/vim72/lang/zh_TW.UTF-8/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/vim/vim72/lang/zh_TW.UTF-8/LC_MESSAGES/vim.mo 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_es.utf-8.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_zh.gb2312.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_zh_cn.18030.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_ja.utf-8.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_zh_cn.gbk.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_pt_pt.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_hu.iso_8859-2.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_hu_hu.utf-8.vim 0644 root bin
-d none /opt/csw/share/vim/vim72/lang/ga 0755 root bin
-d none /opt/csw/share/vim/vim72/lang/ga/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/vim/vim72/lang/ga/LC_MESSAGES/vim.mo 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_it_it.utf-8.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_it.utf-8.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_sv.utf-8.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_sv_se.utf-8.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_ru_ru.koi8-r.vim 0644 root bin
-d none /opt/csw/share/vim/vim72/lang/zh_CN.UTF-8 0755 root bin
-d none /opt/csw/share/vim/vim72/lang/zh_CN.UTF-8/LC_MESSAGES 0755 root bin
-f none /opt/csw/share/vim/vim72/lang/zh_CN.UTF-8/LC_MESSAGES/vim.mo 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_zh_tw.cp950.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_ja_jp.cp932.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/lang/menu_zh_cn.gb2312.vim 0644 root bin
-f none /opt/csw/share/vim/vim72/delmenu.vim 0644 root bin
-d none /opt/csw/share/vim/vim72/doc 0755 root bin
-f none /opt/csw/share/vim/vim72/doc/version5.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/todo.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/editing.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/quotes.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/autocmd.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/change.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/hebrew.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/usr_03.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/os_os2.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/scroll.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/usr_04.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/tagsrch.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/fold.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/usr_31.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/os_msdos.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/rileft.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/os_beos.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/usr_44.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/usr_43.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/gui.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/message.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/vi_diff.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/tags 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/usr_29.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/usr_27.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/farsi.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/os_mac.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/if_pyth.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/ft_sql.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/pi_spec.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/usr_20.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/spell.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/usr_12.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/pattern.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/ft_ada.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/os_qnx.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/map.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/usr_42.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/russian.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/usr_45.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/usr_30.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/various.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/starting.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/usr_05.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/usr_02.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/howto.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/os_amiga.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/intro.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/os_mint.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/pi_getscript.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/version4.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/remote.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/help.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/if_mzsch.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/if_sniff.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/usr_21.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/usr_26.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/mlang.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/if_ruby.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/digraph.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/pi_tar.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/if_ole.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/usr_28.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/os_risc.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/pi_gzip.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/quickref.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/sign.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/os_unix.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/vim2html.pl 0755 root bin
-f none /opt/csw/share/vim/vim72/doc/tabpage.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/if_perl.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/gui_w16.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/netbeans.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/indent.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/usr_10.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/print.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/index.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/usr_25.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/tips.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/visual.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/if_tcl.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/usr_22.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/workshop.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/recover.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/options.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/mbyte.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/cmdline.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/usr_90.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/pi_paren.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/usr_41.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/pi_netrw.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/diff.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/gui_w32.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/pi_zip.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/usr_01.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/windows.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/usr_06.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/motion.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/filetype.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/usr_08.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/version7.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/if_cscop.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/hangulin.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/os_vms.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/os_390.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/uganda.txt 0644 root bin
-f none /opt/csw/share/vim/vim72/doc/pi_vimball.txt 0644 root bin

@@ Diff output truncated at 100000 characters. @@

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list