components/vim/vim.p5m
author Sonam Gupta <sonam.x.gupta@oracle.com>
Sun, 17 Feb 2013 21:51:48 -0800
branchs11u1-sru
changeset 2495 eb04a6ca141d
parent 903 ebe1b43bc331
child 1014 f5093df94f98
child 2551 0391c5c3b137
permissions -rw-r--r--
15698471 cups should audit printing information in TX environments 14850597 TX printing is reported to print jobs even when request authorization fail. 16182423 Update error code for all the failed use of authorization records in CUPS 16182458 Print 3 files requesting nolabel and nobanner should produce 6 audit records 16201093 For remote print requests, the path token in AR from GZ needs modification
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
     1
#
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
     3
#
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
     7
#
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    12
#
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    18
#
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    20
#
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    21
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    22
#
672
92e2da956d23 7085706 update vim to 7.3.421
Danek Duvall <danek.duvall@oracle.com>
parents: 609
diff changeset
    23
# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    24
#
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    25
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    26
<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    27
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    28
set name=pkg.fmri value=pkg:/editor/vim@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    29
set name=pkg.summary value="Vi IMproved"
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    30
set name=pkg.description value="Vim is a clone of the Unix editor 'vi'.  It is a modal text editor with support for syntax highlighting, context-sensitive indentation, and extension scripting in numerous languages."
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    31
set name=info.classification \
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    32
    value=org.opensolaris.category.2008:Development/Editors \
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    33
    value="org.opensolaris.category.2008:System/Text Tools"
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 379
diff changeset
    34
set name=info.repository-url value=$(COMPONENT_HG_URL)
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 379
diff changeset
    35
set name=info.repository-changeset value=$(COMPONENT_HG_REV)
609
775168282b2f 7037821 Userland migration of data from Makefile to manifest may have been a little overzealous
Rich Burridge <rich.burridge@oracle.com>
parents: 464
diff changeset
    36
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    37
set name=info.upstream value="[email protected]"
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 379
diff changeset
    38
set name=org.opensolaris.arc-caseid \
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 379
diff changeset
    39
    value=PSARC/2007/267
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    40
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    41
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    42
dir path=usr
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    43
dir path=usr/bin
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    44
dir path=usr/share
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    45
dir path=usr/share/man
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    46
dir path=usr/share/man/fr
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    47
dir path=usr/share/man/fr.ISO8859-1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    48
dir path=usr/share/man/fr.ISO8859-1/man1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    49
dir path=usr/share/man/fr.UTF-8
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    50
dir path=usr/share/man/fr.UTF-8/man1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    51
dir path=usr/share/man/fr/man1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    52
dir path=usr/share/man/it
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    53
dir path=usr/share/man/it.ISO8859-1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    54
dir path=usr/share/man/it.ISO8859-1/man1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    55
dir path=usr/share/man/it.UTF-8
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    56
dir path=usr/share/man/it.UTF-8/man1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    57
dir path=usr/share/man/it/man1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    58
dir path=usr/share/man/man1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    59
dir path=usr/share/man/pl
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    60
dir path=usr/share/man/pl.ISO8859-2
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    61
dir path=usr/share/man/pl.ISO8859-2/man1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    62
dir path=usr/share/man/pl.UTF-8
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    63
dir path=usr/share/man/pl.UTF-8/man1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    64
dir path=usr/share/man/pl/man1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    65
dir path=usr/share/man/ru.KOI8-R
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    66
dir path=usr/share/man/ru.KOI8-R/man1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    67
dir path=usr/share/man/ru.UTF-8
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    68
dir path=usr/share/man/ru.UTF-8/man1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    69
dir path=usr/share/vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    70
dir path=usr/share/vim/$(VIMVER)
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    71
dir path=usr/share/vim/$(VIMVER)/autoload
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    72
dir path=usr/share/vim/$(VIMVER)/autoload/xml
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    73
dir path=usr/share/vim/$(VIMVER)/colors
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    74
dir path=usr/share/vim/$(VIMVER)/compiler
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    75
dir path=usr/share/vim/$(VIMVER)/doc
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    76
dir path=usr/share/vim/$(VIMVER)/ftplugin
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    77
dir path=usr/share/vim/$(VIMVER)/indent
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    78
dir path=usr/share/vim/$(VIMVER)/keymap
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
    79
dir path=usr/share/vim/$(VIMVER)/lang
379
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
    80
dir path=usr/share/vim/$(VIMVER)/lang/af
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
    81
dir path=usr/share/vim/$(VIMVER)/lang/af/LC_MESSAGES
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
    82
dir path=usr/share/vim/$(VIMVER)/lang/ca
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
    83
dir path=usr/share/vim/$(VIMVER)/lang/ca/LC_MESSAGES
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
    84
dir path=usr/share/vim/$(VIMVER)/lang/cs
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
    85
dir path=usr/share/vim/$(VIMVER)/lang/cs/LC_MESSAGES
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
    86
dir path=usr/share/vim/$(VIMVER)/lang/de
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
    87
dir path=usr/share/vim/$(VIMVER)/lang/de/LC_MESSAGES
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
    88
dir path=usr/share/vim/$(VIMVER)/lang/en_GB
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
    89
dir path=usr/share/vim/$(VIMVER)/lang/en_GB/LC_MESSAGES
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
    90
dir path=usr/share/vim/$(VIMVER)/lang/eo
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
    91
dir path=usr/share/vim/$(VIMVER)/lang/eo/LC_MESSAGES
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
    92
dir path=usr/share/vim/$(VIMVER)/lang/es
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
    93
dir path=usr/share/vim/$(VIMVER)/lang/es/LC_MESSAGES
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
    94
dir path=usr/share/vim/$(VIMVER)/lang/fi
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
    95
dir path=usr/share/vim/$(VIMVER)/lang/fi/LC_MESSAGES
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
    96
dir path=usr/share/vim/$(VIMVER)/lang/fr
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
    97
dir path=usr/share/vim/$(VIMVER)/lang/fr/LC_MESSAGES
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
    98
dir path=usr/share/vim/$(VIMVER)/lang/ga
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
    99
dir path=usr/share/vim/$(VIMVER)/lang/ga/LC_MESSAGES
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   100
dir path=usr/share/vim/$(VIMVER)/lang/it
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   101
dir path=usr/share/vim/$(VIMVER)/lang/it/LC_MESSAGES
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   102
dir path=usr/share/vim/$(VIMVER)/lang/ja
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   103
dir path=usr/share/vim/$(VIMVER)/lang/ja/LC_MESSAGES
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   104
dir path=usr/share/vim/$(VIMVER)/lang/ko
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   105
dir path=usr/share/vim/$(VIMVER)/lang/ko/LC_MESSAGES
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   106
dir path=usr/share/vim/$(VIMVER)/lang/ko.UTF-8
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   107
dir path=usr/share/vim/$(VIMVER)/lang/ko.UTF-8/LC_MESSAGES
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   108
dir path=usr/share/vim/$(VIMVER)/lang/nb
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   109
dir path=usr/share/vim/$(VIMVER)/lang/nb/LC_MESSAGES
820
60113d90e478 7143097 upgrade vim to 7.3.515
Danek Duvall <danek.duvall@oracle.com>
parents: 672
diff changeset
   110
dir path=usr/share/vim/$(VIMVER)/lang/nl
60113d90e478 7143097 upgrade vim to 7.3.515
Danek Duvall <danek.duvall@oracle.com>
parents: 672
diff changeset
   111
dir path=usr/share/vim/$(VIMVER)/lang/nl/LC_MESSAGES
379
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   112
dir path=usr/share/vim/$(VIMVER)/lang/no
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   113
dir path=usr/share/vim/$(VIMVER)/lang/no/LC_MESSAGES
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   114
dir path=usr/share/vim/$(VIMVER)/lang/pl
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   115
dir path=usr/share/vim/$(VIMVER)/lang/pl/LC_MESSAGES
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   116
dir path=usr/share/vim/$(VIMVER)/lang/pt_BR
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   117
dir path=usr/share/vim/$(VIMVER)/lang/pt_BR/LC_MESSAGES
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   118
dir path=usr/share/vim/$(VIMVER)/lang/ru
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   119
dir path=usr/share/vim/$(VIMVER)/lang/ru/LC_MESSAGES
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   120
dir path=usr/share/vim/$(VIMVER)/lang/sk
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   121
dir path=usr/share/vim/$(VIMVER)/lang/sk/LC_MESSAGES
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   122
dir path=usr/share/vim/$(VIMVER)/lang/sv
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   123
dir path=usr/share/vim/$(VIMVER)/lang/sv/LC_MESSAGES
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   124
dir path=usr/share/vim/$(VIMVER)/lang/uk
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   125
dir path=usr/share/vim/$(VIMVER)/lang/uk/LC_MESSAGES
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   126
dir path=usr/share/vim/$(VIMVER)/lang/vi
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   127
dir path=usr/share/vim/$(VIMVER)/lang/vi/LC_MESSAGES
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   128
dir path=usr/share/vim/$(VIMVER)/lang/zh_CN
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   129
dir path=usr/share/vim/$(VIMVER)/lang/zh_CN/LC_MESSAGES
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   130
dir path=usr/share/vim/$(VIMVER)/lang/zh_CN.UTF-8
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   131
dir path=usr/share/vim/$(VIMVER)/lang/zh_CN.UTF-8/LC_MESSAGES
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   132
dir path=usr/share/vim/$(VIMVER)/lang/zh_TW
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   133
dir path=usr/share/vim/$(VIMVER)/lang/zh_TW/LC_MESSAGES
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   134
dir path=usr/share/vim/$(VIMVER)/lang/zh_TW.UTF-8
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   135
dir path=usr/share/vim/$(VIMVER)/lang/zh_TW.UTF-8/LC_MESSAGES
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   136
dir path=usr/share/vim/$(VIMVER)/macros
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   137
dir path=usr/share/vim/$(VIMVER)/macros/hanoi
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   138
dir path=usr/share/vim/$(VIMVER)/macros/life
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   139
dir path=usr/share/vim/$(VIMVER)/macros/maze
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   140
dir path=usr/share/vim/$(VIMVER)/macros/urm
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   141
dir path=usr/share/vim/$(VIMVER)/plugin
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   142
dir path=usr/share/vim/$(VIMVER)/print
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   143
dir path=usr/share/vim/$(VIMVER)/spell
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   144
dir path=usr/share/vim/$(VIMVER)/syntax
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   145
dir path=usr/share/vim/$(VIMVER)/tools
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   146
dir path=usr/share/vim/$(VIMVER)/tutor
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   147
file path=usr/bin/vimtutor
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   148
file path=usr/bin/xxd
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   149
file path=usr/share/man/fr.ISO8859-1/man1/evim.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   150
file path=usr/share/man/fr.ISO8859-1/man1/vimdiff.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   151
file path=usr/share/man/fr.ISO8859-1/man1/vimtutor.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   152
file path=usr/share/man/fr.ISO8859-1/man1/xxd.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   153
file path=usr/share/man/fr.UTF-8/man1/evim.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   154
file path=usr/share/man/fr.UTF-8/man1/vimdiff.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   155
file path=usr/share/man/fr.UTF-8/man1/vimtutor.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   156
file path=usr/share/man/fr.UTF-8/man1/xxd.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   157
file path=usr/share/man/fr/man1/evim.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   158
file path=usr/share/man/fr/man1/vimdiff.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   159
file path=usr/share/man/fr/man1/vimtutor.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   160
file path=usr/share/man/fr/man1/xxd.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   161
file path=usr/share/man/it.ISO8859-1/man1/evim.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   162
file path=usr/share/man/it.ISO8859-1/man1/vimdiff.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   163
file path=usr/share/man/it.ISO8859-1/man1/vimtutor.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   164
file path=usr/share/man/it.ISO8859-1/man1/xxd.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   165
file path=usr/share/man/it.UTF-8/man1/evim.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   166
file path=usr/share/man/it.UTF-8/man1/vimdiff.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   167
file path=usr/share/man/it.UTF-8/man1/vimtutor.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   168
file path=usr/share/man/it.UTF-8/man1/xxd.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   169
file path=usr/share/man/it/man1/evim.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   170
file path=usr/share/man/it/man1/vimdiff.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   171
file path=usr/share/man/it/man1/vimtutor.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   172
file path=usr/share/man/it/man1/xxd.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   173
file path=usr/share/man/man1/evim.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   174
file path=usr/share/man/man1/vimdiff.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   175
file path=usr/share/man/man1/vimtutor.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   176
file path=usr/share/man/man1/xxd.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   177
file path=usr/share/man/pl.ISO8859-2/man1/evim.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   178
file path=usr/share/man/pl.ISO8859-2/man1/vimdiff.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   179
file path=usr/share/man/pl.ISO8859-2/man1/vimtutor.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   180
file path=usr/share/man/pl.ISO8859-2/man1/xxd.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   181
file path=usr/share/man/pl.UTF-8/man1/evim.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   182
file path=usr/share/man/pl.UTF-8/man1/vimdiff.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   183
file path=usr/share/man/pl.UTF-8/man1/vimtutor.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   184
file path=usr/share/man/pl.UTF-8/man1/xxd.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   185
file path=usr/share/man/pl/man1/evim.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   186
file path=usr/share/man/pl/man1/vimdiff.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   187
file path=usr/share/man/pl/man1/vimtutor.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   188
file path=usr/share/man/pl/man1/xxd.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   189
file path=usr/share/man/ru.KOI8-R/man1/evim.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   190
file path=usr/share/man/ru.KOI8-R/man1/vimdiff.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   191
file path=usr/share/man/ru.KOI8-R/man1/vimtutor.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   192
file path=usr/share/man/ru.KOI8-R/man1/xxd.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   193
file path=usr/share/man/ru.UTF-8/man1/evim.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   194
file path=usr/share/man/ru.UTF-8/man1/vimdiff.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   195
file path=usr/share/man/ru.UTF-8/man1/vimtutor.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   196
file path=usr/share/man/ru.UTF-8/man1/xxd.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   197
file path=usr/share/vim/$(VIMVER)/autoload/README.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   198
file path=usr/share/vim/$(VIMVER)/autoload/ada.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   199
file path=usr/share/vim/$(VIMVER)/autoload/adacomplete.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   200
file path=usr/share/vim/$(VIMVER)/autoload/ccomplete.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   201
file path=usr/share/vim/$(VIMVER)/autoload/csscomplete.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   202
file path=usr/share/vim/$(VIMVER)/autoload/decada.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   203
file path=usr/share/vim/$(VIMVER)/autoload/getscript.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   204
file path=usr/share/vim/$(VIMVER)/autoload/gnat.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   205
file path=usr/share/vim/$(VIMVER)/autoload/gzip.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   206
file path=usr/share/vim/$(VIMVER)/autoload/htmlcomplete.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   207
file path=usr/share/vim/$(VIMVER)/autoload/javascriptcomplete.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   208
file path=usr/share/vim/$(VIMVER)/autoload/netrw.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   209
file path=usr/share/vim/$(VIMVER)/autoload/netrwFileHandlers.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   210
file path=usr/share/vim/$(VIMVER)/autoload/netrwSettings.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   211
file path=usr/share/vim/$(VIMVER)/autoload/paste.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   212
file path=usr/share/vim/$(VIMVER)/autoload/phpcomplete.vim
379
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   213
file path=usr/share/vim/$(VIMVER)/autoload/python3complete.vim
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   214
file path=usr/share/vim/$(VIMVER)/autoload/pythoncomplete.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   215
file path=usr/share/vim/$(VIMVER)/autoload/rubycomplete.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   216
file path=usr/share/vim/$(VIMVER)/autoload/spellfile.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   217
file path=usr/share/vim/$(VIMVER)/autoload/sqlcomplete.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   218
file path=usr/share/vim/$(VIMVER)/autoload/syntaxcomplete.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   219
file path=usr/share/vim/$(VIMVER)/autoload/tar.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   220
file path=usr/share/vim/$(VIMVER)/autoload/tohtml.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   221
file path=usr/share/vim/$(VIMVER)/autoload/vimball.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   222
file path=usr/share/vim/$(VIMVER)/autoload/xml/html32.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   223
file path=usr/share/vim/$(VIMVER)/autoload/xml/html401f.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   224
file path=usr/share/vim/$(VIMVER)/autoload/xml/html401s.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   225
file path=usr/share/vim/$(VIMVER)/autoload/xml/html401t.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   226
file path=usr/share/vim/$(VIMVER)/autoload/xml/html40f.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   227
file path=usr/share/vim/$(VIMVER)/autoload/xml/html40s.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   228
file path=usr/share/vim/$(VIMVER)/autoload/xml/html40t.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   229
file path=usr/share/vim/$(VIMVER)/autoload/xml/xhtml10f.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   230
file path=usr/share/vim/$(VIMVER)/autoload/xml/xhtml10s.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   231
file path=usr/share/vim/$(VIMVER)/autoload/xml/xhtml10t.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   232
file path=usr/share/vim/$(VIMVER)/autoload/xml/xhtml11.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   233
file path=usr/share/vim/$(VIMVER)/autoload/xml/xsd.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   234
file path=usr/share/vim/$(VIMVER)/autoload/xml/xsl.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   235
file path=usr/share/vim/$(VIMVER)/autoload/xmlcomplete.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   236
file path=usr/share/vim/$(VIMVER)/autoload/zip.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   237
file path=usr/share/vim/$(VIMVER)/bugreport.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   238
file path=usr/share/vim/$(VIMVER)/colors/README.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   239
file path=usr/share/vim/$(VIMVER)/colors/blue.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   240
file path=usr/share/vim/$(VIMVER)/colors/darkblue.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   241
file path=usr/share/vim/$(VIMVER)/colors/default.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   242
file path=usr/share/vim/$(VIMVER)/colors/delek.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   243
file path=usr/share/vim/$(VIMVER)/colors/desert.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   244
file path=usr/share/vim/$(VIMVER)/colors/elflord.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   245
file path=usr/share/vim/$(VIMVER)/colors/evening.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   246
file path=usr/share/vim/$(VIMVER)/colors/koehler.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   247
file path=usr/share/vim/$(VIMVER)/colors/morning.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   248
file path=usr/share/vim/$(VIMVER)/colors/murphy.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   249
file path=usr/share/vim/$(VIMVER)/colors/pablo.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   250
file path=usr/share/vim/$(VIMVER)/colors/peachpuff.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   251
file path=usr/share/vim/$(VIMVER)/colors/ron.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   252
file path=usr/share/vim/$(VIMVER)/colors/shine.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   253
file path=usr/share/vim/$(VIMVER)/colors/slate.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   254
file path=usr/share/vim/$(VIMVER)/colors/torte.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   255
file path=usr/share/vim/$(VIMVER)/colors/zellner.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   256
file path=usr/share/vim/$(VIMVER)/compiler/README.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   257
file path=usr/share/vim/$(VIMVER)/compiler/ant.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   258
file path=usr/share/vim/$(VIMVER)/compiler/bcc.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   259
file path=usr/share/vim/$(VIMVER)/compiler/bdf.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   260
file path=usr/share/vim/$(VIMVER)/compiler/checkstyle.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   261
file path=usr/share/vim/$(VIMVER)/compiler/cs.vim
379
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   262
file path=usr/share/vim/$(VIMVER)/compiler/cucumber.vim
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   263
file path=usr/share/vim/$(VIMVER)/compiler/decada.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   264
file path=usr/share/vim/$(VIMVER)/compiler/dot.vim
672
92e2da956d23 7085706 update vim to 7.3.421
Danek Duvall <danek.duvall@oracle.com>
parents: 609
diff changeset
   265
file path=usr/share/vim/$(VIMVER)/compiler/erlang.vim
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   266
file path=usr/share/vim/$(VIMVER)/compiler/eruby.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   267
file path=usr/share/vim/$(VIMVER)/compiler/fortran_F.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   268
file path=usr/share/vim/$(VIMVER)/compiler/fortran_cv.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   269
file path=usr/share/vim/$(VIMVER)/compiler/fortran_elf90.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   270
file path=usr/share/vim/$(VIMVER)/compiler/fortran_g77.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   271
file path=usr/share/vim/$(VIMVER)/compiler/fortran_lf95.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   272
file path=usr/share/vim/$(VIMVER)/compiler/fpc.vim
379
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   273
file path=usr/share/vim/$(VIMVER)/compiler/g95.vim
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   274
file path=usr/share/vim/$(VIMVER)/compiler/gcc.vim
379
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   275
file path=usr/share/vim/$(VIMVER)/compiler/gfortran.vim
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   276
file path=usr/share/vim/$(VIMVER)/compiler/gnat.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   277
file path=usr/share/vim/$(VIMVER)/compiler/hp_acc.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   278
file path=usr/share/vim/$(VIMVER)/compiler/icc.vim
379
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   279
file path=usr/share/vim/$(VIMVER)/compiler/ifort.vim
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   280
file path=usr/share/vim/$(VIMVER)/compiler/intel.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   281
file path=usr/share/vim/$(VIMVER)/compiler/irix5_c.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   282
file path=usr/share/vim/$(VIMVER)/compiler/irix5_cpp.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   283
file path=usr/share/vim/$(VIMVER)/compiler/javac.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   284
file path=usr/share/vim/$(VIMVER)/compiler/jikes.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   285
file path=usr/share/vim/$(VIMVER)/compiler/mcs.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   286
file path=usr/share/vim/$(VIMVER)/compiler/mips_c.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   287
file path=usr/share/vim/$(VIMVER)/compiler/mipspro_c89.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   288
file path=usr/share/vim/$(VIMVER)/compiler/mipspro_cpp.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   289
file path=usr/share/vim/$(VIMVER)/compiler/modelsim_vcom.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   290
file path=usr/share/vim/$(VIMVER)/compiler/msvc.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   291
file path=usr/share/vim/$(VIMVER)/compiler/neato.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   292
file path=usr/share/vim/$(VIMVER)/compiler/onsgmls.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   293
file path=usr/share/vim/$(VIMVER)/compiler/pbx.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   294
file path=usr/share/vim/$(VIMVER)/compiler/perl.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   295
file path=usr/share/vim/$(VIMVER)/compiler/php.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   296
file path=usr/share/vim/$(VIMVER)/compiler/pyunit.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   297
file path=usr/share/vim/$(VIMVER)/compiler/rspec.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   298
file path=usr/share/vim/$(VIMVER)/compiler/rst.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   299
file path=usr/share/vim/$(VIMVER)/compiler/ruby.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   300
file path=usr/share/vim/$(VIMVER)/compiler/rubyunit.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   301
file path=usr/share/vim/$(VIMVER)/compiler/se.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   302
file path=usr/share/vim/$(VIMVER)/compiler/splint.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   303
file path=usr/share/vim/$(VIMVER)/compiler/tcl.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   304
file path=usr/share/vim/$(VIMVER)/compiler/tex.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   305
file path=usr/share/vim/$(VIMVER)/compiler/tidy.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   306
file path=usr/share/vim/$(VIMVER)/compiler/xmllint.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   307
file path=usr/share/vim/$(VIMVER)/compiler/xmlwf.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   308
file path=usr/share/vim/$(VIMVER)/delmenu.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   309
file path=usr/share/vim/$(VIMVER)/doc/arabic.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   310
file path=usr/share/vim/$(VIMVER)/doc/autocmd.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   311
file path=usr/share/vim/$(VIMVER)/doc/change.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   312
file path=usr/share/vim/$(VIMVER)/doc/cmdline.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   313
file path=usr/share/vim/$(VIMVER)/doc/debug.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   314
file path=usr/share/vim/$(VIMVER)/doc/debugger.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   315
file path=usr/share/vim/$(VIMVER)/doc/develop.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   316
file path=usr/share/vim/$(VIMVER)/doc/diff.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   317
file path=usr/share/vim/$(VIMVER)/doc/digraph.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   318
file path=usr/share/vim/$(VIMVER)/doc/editing.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   319
file path=usr/share/vim/$(VIMVER)/doc/eval.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   320
file path=usr/share/vim/$(VIMVER)/doc/farsi.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   321
file path=usr/share/vim/$(VIMVER)/doc/filetype.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   322
file path=usr/share/vim/$(VIMVER)/doc/fold.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   323
file path=usr/share/vim/$(VIMVER)/doc/ft_ada.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   324
file path=usr/share/vim/$(VIMVER)/doc/ft_sql.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   325
file path=usr/share/vim/$(VIMVER)/doc/gui.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   326
file path=usr/share/vim/$(VIMVER)/doc/gui_w16.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   327
file path=usr/share/vim/$(VIMVER)/doc/gui_w32.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   328
file path=usr/share/vim/$(VIMVER)/doc/gui_x11.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   329
file path=usr/share/vim/$(VIMVER)/doc/hangulin.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   330
file path=usr/share/vim/$(VIMVER)/doc/hebrew.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   331
file path=usr/share/vim/$(VIMVER)/doc/help.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   332
file path=usr/share/vim/$(VIMVER)/doc/helphelp.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   333
file path=usr/share/vim/$(VIMVER)/doc/howto.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   334
file path=usr/share/vim/$(VIMVER)/doc/if_cscop.txt
379
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   335
file path=usr/share/vim/$(VIMVER)/doc/if_lua.txt
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   336
file path=usr/share/vim/$(VIMVER)/doc/if_mzsch.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   337
file path=usr/share/vim/$(VIMVER)/doc/if_ole.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   338
file path=usr/share/vim/$(VIMVER)/doc/if_perl.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   339
file path=usr/share/vim/$(VIMVER)/doc/if_pyth.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   340
file path=usr/share/vim/$(VIMVER)/doc/if_ruby.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   341
file path=usr/share/vim/$(VIMVER)/doc/if_sniff.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   342
file path=usr/share/vim/$(VIMVER)/doc/if_tcl.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   343
file path=usr/share/vim/$(VIMVER)/doc/indent.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   344
file path=usr/share/vim/$(VIMVER)/doc/index.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   345
file path=usr/share/vim/$(VIMVER)/doc/insert.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   346
file path=usr/share/vim/$(VIMVER)/doc/intro.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   347
file path=usr/share/vim/$(VIMVER)/doc/map.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   348
file path=usr/share/vim/$(VIMVER)/doc/mbyte.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   349
file path=usr/share/vim/$(VIMVER)/doc/message.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   350
file path=usr/share/vim/$(VIMVER)/doc/mlang.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   351
file path=usr/share/vim/$(VIMVER)/doc/motion.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   352
file path=usr/share/vim/$(VIMVER)/doc/netbeans.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   353
file path=usr/share/vim/$(VIMVER)/doc/options.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   354
file path=usr/share/vim/$(VIMVER)/doc/os_390.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   355
file path=usr/share/vim/$(VIMVER)/doc/os_amiga.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   356
file path=usr/share/vim/$(VIMVER)/doc/os_beos.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   357
file path=usr/share/vim/$(VIMVER)/doc/os_dos.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   358
file path=usr/share/vim/$(VIMVER)/doc/os_mac.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   359
file path=usr/share/vim/$(VIMVER)/doc/os_mint.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   360
file path=usr/share/vim/$(VIMVER)/doc/os_msdos.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   361
file path=usr/share/vim/$(VIMVER)/doc/os_os2.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   362
file path=usr/share/vim/$(VIMVER)/doc/os_qnx.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   363
file path=usr/share/vim/$(VIMVER)/doc/os_risc.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   364
file path=usr/share/vim/$(VIMVER)/doc/os_unix.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   365
file path=usr/share/vim/$(VIMVER)/doc/os_vms.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   366
file path=usr/share/vim/$(VIMVER)/doc/os_win32.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   367
file path=usr/share/vim/$(VIMVER)/doc/pattern.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   368
file path=usr/share/vim/$(VIMVER)/doc/pi_getscript.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   369
file path=usr/share/vim/$(VIMVER)/doc/pi_gzip.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   370
file path=usr/share/vim/$(VIMVER)/doc/pi_netrw.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   371
file path=usr/share/vim/$(VIMVER)/doc/pi_paren.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   372
file path=usr/share/vim/$(VIMVER)/doc/pi_spec.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   373
file path=usr/share/vim/$(VIMVER)/doc/pi_tar.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   374
file path=usr/share/vim/$(VIMVER)/doc/pi_vimball.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   375
file path=usr/share/vim/$(VIMVER)/doc/pi_zip.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   376
file path=usr/share/vim/$(VIMVER)/doc/print.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   377
file path=usr/share/vim/$(VIMVER)/doc/quickfix.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   378
file path=usr/share/vim/$(VIMVER)/doc/quickref.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   379
file path=usr/share/vim/$(VIMVER)/doc/quotes.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   380
file path=usr/share/vim/$(VIMVER)/doc/recover.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   381
file path=usr/share/vim/$(VIMVER)/doc/remote.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   382
file path=usr/share/vim/$(VIMVER)/doc/repeat.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   383
file path=usr/share/vim/$(VIMVER)/doc/rileft.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   384
file path=usr/share/vim/$(VIMVER)/doc/russian.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   385
file path=usr/share/vim/$(VIMVER)/doc/scroll.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   386
file path=usr/share/vim/$(VIMVER)/doc/sign.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   387
file path=usr/share/vim/$(VIMVER)/doc/spell.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   388
file path=usr/share/vim/$(VIMVER)/doc/sponsor.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   389
file path=usr/share/vim/$(VIMVER)/doc/starting.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   390
file path=usr/share/vim/$(VIMVER)/doc/syntax.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   391
file path=usr/share/vim/$(VIMVER)/doc/tabpage.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   392
file path=usr/share/vim/$(VIMVER)/doc/tags
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   393
file path=usr/share/vim/$(VIMVER)/doc/tagsrch.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   394
file path=usr/share/vim/$(VIMVER)/doc/term.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   395
file path=usr/share/vim/$(VIMVER)/doc/tips.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   396
file path=usr/share/vim/$(VIMVER)/doc/todo.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   397
file path=usr/share/vim/$(VIMVER)/doc/uganda.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   398
file path=usr/share/vim/$(VIMVER)/doc/undo.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   399
file path=usr/share/vim/$(VIMVER)/doc/usr_01.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   400
file path=usr/share/vim/$(VIMVER)/doc/usr_02.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   401
file path=usr/share/vim/$(VIMVER)/doc/usr_03.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   402
file path=usr/share/vim/$(VIMVER)/doc/usr_04.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   403
file path=usr/share/vim/$(VIMVER)/doc/usr_05.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   404
file path=usr/share/vim/$(VIMVER)/doc/usr_06.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   405
file path=usr/share/vim/$(VIMVER)/doc/usr_07.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   406
file path=usr/share/vim/$(VIMVER)/doc/usr_08.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   407
file path=usr/share/vim/$(VIMVER)/doc/usr_09.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   408
file path=usr/share/vim/$(VIMVER)/doc/usr_10.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   409
file path=usr/share/vim/$(VIMVER)/doc/usr_11.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   410
file path=usr/share/vim/$(VIMVER)/doc/usr_12.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   411
file path=usr/share/vim/$(VIMVER)/doc/usr_20.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   412
file path=usr/share/vim/$(VIMVER)/doc/usr_21.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   413
file path=usr/share/vim/$(VIMVER)/doc/usr_22.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   414
file path=usr/share/vim/$(VIMVER)/doc/usr_23.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   415
file path=usr/share/vim/$(VIMVER)/doc/usr_24.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   416
file path=usr/share/vim/$(VIMVER)/doc/usr_25.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   417
file path=usr/share/vim/$(VIMVER)/doc/usr_26.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   418
file path=usr/share/vim/$(VIMVER)/doc/usr_27.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   419
file path=usr/share/vim/$(VIMVER)/doc/usr_28.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   420
file path=usr/share/vim/$(VIMVER)/doc/usr_29.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   421
file path=usr/share/vim/$(VIMVER)/doc/usr_30.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   422
file path=usr/share/vim/$(VIMVER)/doc/usr_31.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   423
file path=usr/share/vim/$(VIMVER)/doc/usr_32.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   424
file path=usr/share/vim/$(VIMVER)/doc/usr_40.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   425
file path=usr/share/vim/$(VIMVER)/doc/usr_41.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   426
file path=usr/share/vim/$(VIMVER)/doc/usr_42.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   427
file path=usr/share/vim/$(VIMVER)/doc/usr_43.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   428
file path=usr/share/vim/$(VIMVER)/doc/usr_44.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   429
file path=usr/share/vim/$(VIMVER)/doc/usr_45.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   430
file path=usr/share/vim/$(VIMVER)/doc/usr_90.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   431
file path=usr/share/vim/$(VIMVER)/doc/usr_toc.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   432
file path=usr/share/vim/$(VIMVER)/doc/various.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   433
file path=usr/share/vim/$(VIMVER)/doc/version4.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   434
file path=usr/share/vim/$(VIMVER)/doc/version5.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   435
file path=usr/share/vim/$(VIMVER)/doc/version6.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   436
file path=usr/share/vim/$(VIMVER)/doc/version7.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   437
file path=usr/share/vim/$(VIMVER)/doc/vi_diff.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   438
file path=usr/share/vim/$(VIMVER)/doc/vim2html.pl
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   439
file path=usr/share/vim/$(VIMVER)/doc/visual.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   440
file path=usr/share/vim/$(VIMVER)/doc/windows.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   441
file path=usr/share/vim/$(VIMVER)/doc/workshop.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   442
file path=usr/share/vim/$(VIMVER)/evim.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   443
file path=usr/share/vim/$(VIMVER)/filetype.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   444
file path=usr/share/vim/$(VIMVER)/ftoff.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   445
file path=usr/share/vim/$(VIMVER)/ftplugin.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   446
file path=usr/share/vim/$(VIMVER)/ftplugin/README.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   447
file path=usr/share/vim/$(VIMVER)/ftplugin/a2ps.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   448
file path=usr/share/vim/$(VIMVER)/ftplugin/aap.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   449
file path=usr/share/vim/$(VIMVER)/ftplugin/abaqus.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   450
file path=usr/share/vim/$(VIMVER)/ftplugin/ada.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   451
file path=usr/share/vim/$(VIMVER)/ftplugin/alsaconf.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   452
file path=usr/share/vim/$(VIMVER)/ftplugin/ant.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   453
file path=usr/share/vim/$(VIMVER)/ftplugin/arch.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   454
file path=usr/share/vim/$(VIMVER)/ftplugin/art.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   455
file path=usr/share/vim/$(VIMVER)/ftplugin/aspvbs.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   456
file path=usr/share/vim/$(VIMVER)/ftplugin/automake.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   457
file path=usr/share/vim/$(VIMVER)/ftplugin/bdf.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   458
file path=usr/share/vim/$(VIMVER)/ftplugin/bst.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   459
file path=usr/share/vim/$(VIMVER)/ftplugin/btm.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   460
file path=usr/share/vim/$(VIMVER)/ftplugin/c.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   461
file path=usr/share/vim/$(VIMVER)/ftplugin/calendar.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   462
file path=usr/share/vim/$(VIMVER)/ftplugin/cdrdaoconf.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   463
file path=usr/share/vim/$(VIMVER)/ftplugin/ch.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   464
file path=usr/share/vim/$(VIMVER)/ftplugin/changelog.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   465
file path=usr/share/vim/$(VIMVER)/ftplugin/cobol.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   466
file path=usr/share/vim/$(VIMVER)/ftplugin/conf.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   467
file path=usr/share/vim/$(VIMVER)/ftplugin/config.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   468
file path=usr/share/vim/$(VIMVER)/ftplugin/context.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   469
file path=usr/share/vim/$(VIMVER)/ftplugin/cpp.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   470
file path=usr/share/vim/$(VIMVER)/ftplugin/crm.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   471
file path=usr/share/vim/$(VIMVER)/ftplugin/cs.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   472
file path=usr/share/vim/$(VIMVER)/ftplugin/csc.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   473
file path=usr/share/vim/$(VIMVER)/ftplugin/csh.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   474
file path=usr/share/vim/$(VIMVER)/ftplugin/css.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   475
file path=usr/share/vim/$(VIMVER)/ftplugin/cucumber.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   476
file path=usr/share/vim/$(VIMVER)/ftplugin/cvsrc.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   477
file path=usr/share/vim/$(VIMVER)/ftplugin/debchangelog.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   478
file path=usr/share/vim/$(VIMVER)/ftplugin/debcontrol.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   479
file path=usr/share/vim/$(VIMVER)/ftplugin/denyhosts.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   480
file path=usr/share/vim/$(VIMVER)/ftplugin/dictconf.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   481
file path=usr/share/vim/$(VIMVER)/ftplugin/dictdconf.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   482
file path=usr/share/vim/$(VIMVER)/ftplugin/diff.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   483
file path=usr/share/vim/$(VIMVER)/ftplugin/dircolors.vim
379
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   484
file path=usr/share/vim/$(VIMVER)/ftplugin/docbk.vim
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   485
file path=usr/share/vim/$(VIMVER)/ftplugin/dosbatch.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   486
file path=usr/share/vim/$(VIMVER)/ftplugin/dosini.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   487
file path=usr/share/vim/$(VIMVER)/ftplugin/dtd.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   488
file path=usr/share/vim/$(VIMVER)/ftplugin/dtrace.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   489
file path=usr/share/vim/$(VIMVER)/ftplugin/elinks.vim
672
92e2da956d23 7085706 update vim to 7.3.421
Danek Duvall <danek.duvall@oracle.com>
parents: 609
diff changeset
   490
file path=usr/share/vim/$(VIMVER)/ftplugin/erlang.vim
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   491
file path=usr/share/vim/$(VIMVER)/ftplugin/eruby.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   492
file path=usr/share/vim/$(VIMVER)/ftplugin/eterm.vim
379
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   493
file path=usr/share/vim/$(VIMVER)/ftplugin/falcon.vim
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   494
file path=usr/share/vim/$(VIMVER)/ftplugin/fetchmail.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   495
file path=usr/share/vim/$(VIMVER)/ftplugin/flexwiki.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   496
file path=usr/share/vim/$(VIMVER)/ftplugin/fortran.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   497
file path=usr/share/vim/$(VIMVER)/ftplugin/framescript.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   498
file path=usr/share/vim/$(VIMVER)/ftplugin/fvwm.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   499
file path=usr/share/vim/$(VIMVER)/ftplugin/git.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   500
file path=usr/share/vim/$(VIMVER)/ftplugin/gitcommit.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   501
file path=usr/share/vim/$(VIMVER)/ftplugin/gitconfig.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   502
file path=usr/share/vim/$(VIMVER)/ftplugin/gitrebase.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   503
file path=usr/share/vim/$(VIMVER)/ftplugin/gitsendemail.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   504
file path=usr/share/vim/$(VIMVER)/ftplugin/gpg.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   505
file path=usr/share/vim/$(VIMVER)/ftplugin/group.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   506
file path=usr/share/vim/$(VIMVER)/ftplugin/grub.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   507
file path=usr/share/vim/$(VIMVER)/ftplugin/haml.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   508
file path=usr/share/vim/$(VIMVER)/ftplugin/hamster.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   509
file path=usr/share/vim/$(VIMVER)/ftplugin/haskell.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   510
file path=usr/share/vim/$(VIMVER)/ftplugin/help.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   511
file path=usr/share/vim/$(VIMVER)/ftplugin/hostconf.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   512
file path=usr/share/vim/$(VIMVER)/ftplugin/hostsaccess.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   513
file path=usr/share/vim/$(VIMVER)/ftplugin/html.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   514
file path=usr/share/vim/$(VIMVER)/ftplugin/htmldjango.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   515
file path=usr/share/vim/$(VIMVER)/ftplugin/indent.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   516
file path=usr/share/vim/$(VIMVER)/ftplugin/initex.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   517
file path=usr/share/vim/$(VIMVER)/ftplugin/ishd.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   518
file path=usr/share/vim/$(VIMVER)/ftplugin/java.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   519
file path=usr/share/vim/$(VIMVER)/ftplugin/javascript.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   520
file path=usr/share/vim/$(VIMVER)/ftplugin/jsp.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   521
file path=usr/share/vim/$(VIMVER)/ftplugin/kconfig.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   522
file path=usr/share/vim/$(VIMVER)/ftplugin/kwt.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   523
file path=usr/share/vim/$(VIMVER)/ftplugin/ld.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   524
file path=usr/share/vim/$(VIMVER)/ftplugin/lftp.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   525
file path=usr/share/vim/$(VIMVER)/ftplugin/libao.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   526
file path=usr/share/vim/$(VIMVER)/ftplugin/limits.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   527
file path=usr/share/vim/$(VIMVER)/ftplugin/liquid.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   528
file path=usr/share/vim/$(VIMVER)/ftplugin/lisp.vim
379
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   529
file path=usr/share/vim/$(VIMVER)/ftplugin/logcheck.vim
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   530
file path=usr/share/vim/$(VIMVER)/ftplugin/loginaccess.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   531
file path=usr/share/vim/$(VIMVER)/ftplugin/logindefs.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   532
file path=usr/share/vim/$(VIMVER)/ftplugin/logtalk.dict
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   533
file path=usr/share/vim/$(VIMVER)/ftplugin/logtalk.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   534
file path=usr/share/vim/$(VIMVER)/ftplugin/lprolog.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   535
file path=usr/share/vim/$(VIMVER)/ftplugin/lua.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   536
file path=usr/share/vim/$(VIMVER)/ftplugin/m4.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   537
file path=usr/share/vim/$(VIMVER)/ftplugin/mail.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   538
file path=usr/share/vim/$(VIMVER)/ftplugin/mailaliases.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   539
file path=usr/share/vim/$(VIMVER)/ftplugin/mailcap.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   540
file path=usr/share/vim/$(VIMVER)/ftplugin/make.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   541
file path=usr/share/vim/$(VIMVER)/ftplugin/man.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   542
file path=usr/share/vim/$(VIMVER)/ftplugin/manconf.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   543
file path=usr/share/vim/$(VIMVER)/ftplugin/markdown.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   544
file path=usr/share/vim/$(VIMVER)/ftplugin/matlab.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   545
file path=usr/share/vim/$(VIMVER)/ftplugin/mf.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   546
file path=usr/share/vim/$(VIMVER)/ftplugin/modconf.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   547
file path=usr/share/vim/$(VIMVER)/ftplugin/mp.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   548
file path=usr/share/vim/$(VIMVER)/ftplugin/mplayerconf.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   549
file path=usr/share/vim/$(VIMVER)/ftplugin/mrxvtrc.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   550
file path=usr/share/vim/$(VIMVER)/ftplugin/msmessages.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   551
file path=usr/share/vim/$(VIMVER)/ftplugin/muttrc.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   552
file path=usr/share/vim/$(VIMVER)/ftplugin/nanorc.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   553
file path=usr/share/vim/$(VIMVER)/ftplugin/netrc.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   554
file path=usr/share/vim/$(VIMVER)/ftplugin/nsis.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   555
file path=usr/share/vim/$(VIMVER)/ftplugin/objc.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   556
file path=usr/share/vim/$(VIMVER)/ftplugin/ocaml.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   557
file path=usr/share/vim/$(VIMVER)/ftplugin/occam.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   558
file path=usr/share/vim/$(VIMVER)/ftplugin/pamconf.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   559
file path=usr/share/vim/$(VIMVER)/ftplugin/pascal.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   560
file path=usr/share/vim/$(VIMVER)/ftplugin/passwd.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   561
file path=usr/share/vim/$(VIMVER)/ftplugin/pdf.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   562
file path=usr/share/vim/$(VIMVER)/ftplugin/perl.vim
379
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   563
file path=usr/share/vim/$(VIMVER)/ftplugin/perl6.vim
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   564
file path=usr/share/vim/$(VIMVER)/ftplugin/php.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   565
file path=usr/share/vim/$(VIMVER)/ftplugin/pinfo.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   566
file path=usr/share/vim/$(VIMVER)/ftplugin/plaintex.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   567
file path=usr/share/vim/$(VIMVER)/ftplugin/postscr.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   568
file path=usr/share/vim/$(VIMVER)/ftplugin/procmail.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   569
file path=usr/share/vim/$(VIMVER)/ftplugin/prolog.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   570
file path=usr/share/vim/$(VIMVER)/ftplugin/protocols.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   571
file path=usr/share/vim/$(VIMVER)/ftplugin/pyrex.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   572
file path=usr/share/vim/$(VIMVER)/ftplugin/python.vim
379
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   573
file path=usr/share/vim/$(VIMVER)/ftplugin/qf.vim
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   574
file path=usr/share/vim/$(VIMVER)/ftplugin/quake.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   575
file path=usr/share/vim/$(VIMVER)/ftplugin/racc.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   576
file path=usr/share/vim/$(VIMVER)/ftplugin/readline.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   577
file path=usr/share/vim/$(VIMVER)/ftplugin/reva.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   578
file path=usr/share/vim/$(VIMVER)/ftplugin/rnc.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   579
file path=usr/share/vim/$(VIMVER)/ftplugin/rpl.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   580
file path=usr/share/vim/$(VIMVER)/ftplugin/rst.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   581
file path=usr/share/vim/$(VIMVER)/ftplugin/ruby.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   582
file path=usr/share/vim/$(VIMVER)/ftplugin/sass.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   583
file path=usr/share/vim/$(VIMVER)/ftplugin/scheme.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   584
file path=usr/share/vim/$(VIMVER)/ftplugin/screen.vim
379
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   585
file path=usr/share/vim/$(VIMVER)/ftplugin/scss.vim
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   586
file path=usr/share/vim/$(VIMVER)/ftplugin/sensors.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   587
file path=usr/share/vim/$(VIMVER)/ftplugin/services.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   588
file path=usr/share/vim/$(VIMVER)/ftplugin/setserial.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   589
file path=usr/share/vim/$(VIMVER)/ftplugin/sgml.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   590
file path=usr/share/vim/$(VIMVER)/ftplugin/sh.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   591
file path=usr/share/vim/$(VIMVER)/ftplugin/sieve.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   592
file path=usr/share/vim/$(VIMVER)/ftplugin/slpconf.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   593
file path=usr/share/vim/$(VIMVER)/ftplugin/slpreg.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   594
file path=usr/share/vim/$(VIMVER)/ftplugin/slpspi.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   595
file path=usr/share/vim/$(VIMVER)/ftplugin/spec.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   596
file path=usr/share/vim/$(VIMVER)/ftplugin/sql.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   597
file path=usr/share/vim/$(VIMVER)/ftplugin/sshconfig.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   598
file path=usr/share/vim/$(VIMVER)/ftplugin/sudoers.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   599
file path=usr/share/vim/$(VIMVER)/ftplugin/svg.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   600
file path=usr/share/vim/$(VIMVER)/ftplugin/sysctl.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   601
file path=usr/share/vim/$(VIMVER)/ftplugin/tcl.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   602
file path=usr/share/vim/$(VIMVER)/ftplugin/tcsh.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   603
file path=usr/share/vim/$(VIMVER)/ftplugin/terminfo.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   604
file path=usr/share/vim/$(VIMVER)/ftplugin/tex.vim
379
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   605
file path=usr/share/vim/$(VIMVER)/ftplugin/treetop.vim
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   606
file path=usr/share/vim/$(VIMVER)/ftplugin/udevconf.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   607
file path=usr/share/vim/$(VIMVER)/ftplugin/udevperm.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   608
file path=usr/share/vim/$(VIMVER)/ftplugin/udevrules.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   609
file path=usr/share/vim/$(VIMVER)/ftplugin/updatedb.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   610
file path=usr/share/vim/$(VIMVER)/ftplugin/vb.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   611
file path=usr/share/vim/$(VIMVER)/ftplugin/verilog.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   612
file path=usr/share/vim/$(VIMVER)/ftplugin/vhdl.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   613
file path=usr/share/vim/$(VIMVER)/ftplugin/vim.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   614
file path=usr/share/vim/$(VIMVER)/ftplugin/xdefaults.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   615
file path=usr/share/vim/$(VIMVER)/ftplugin/xf86conf.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   616
file path=usr/share/vim/$(VIMVER)/ftplugin/xhtml.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   617
file path=usr/share/vim/$(VIMVER)/ftplugin/xinetd.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   618
file path=usr/share/vim/$(VIMVER)/ftplugin/xml.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   619
file path=usr/share/vim/$(VIMVER)/ftplugin/xmodmap.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   620
file path=usr/share/vim/$(VIMVER)/ftplugin/xs.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   621
file path=usr/share/vim/$(VIMVER)/ftplugin/xsd.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   622
file path=usr/share/vim/$(VIMVER)/ftplugin/xslt.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   623
file path=usr/share/vim/$(VIMVER)/ftplugin/yaml.vim
903
ebe1b43bc331 7179127 update vim to 7.3.584
Danek Duvall <danek.duvall@oracle.com>
parents: 820
diff changeset
   624
file path=usr/share/vim/$(VIMVER)/ftplugin/zimbu.vim
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   625
file path=usr/share/vim/$(VIMVER)/ftplugin/zsh.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   626
file path=usr/share/vim/$(VIMVER)/ftplugof.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   627
file path=usr/share/vim/$(VIMVER)/gvimrc_example.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   628
file path=usr/share/vim/$(VIMVER)/indent.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   629
file path=usr/share/vim/$(VIMVER)/indent/README.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   630
file path=usr/share/vim/$(VIMVER)/indent/aap.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   631
file path=usr/share/vim/$(VIMVER)/indent/ada.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   632
file path=usr/share/vim/$(VIMVER)/indent/ant.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   633
file path=usr/share/vim/$(VIMVER)/indent/automake.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   634
file path=usr/share/vim/$(VIMVER)/indent/awk.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   635
file path=usr/share/vim/$(VIMVER)/indent/bib.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   636
file path=usr/share/vim/$(VIMVER)/indent/bst.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   637
file path=usr/share/vim/$(VIMVER)/indent/c.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   638
file path=usr/share/vim/$(VIMVER)/indent/cdl.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   639
file path=usr/share/vim/$(VIMVER)/indent/ch.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   640
file path=usr/share/vim/$(VIMVER)/indent/chaiscript.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   641
file path=usr/share/vim/$(VIMVER)/indent/changelog.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   642
file path=usr/share/vim/$(VIMVER)/indent/cmake.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   643
file path=usr/share/vim/$(VIMVER)/indent/cobol.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   644
file path=usr/share/vim/$(VIMVER)/indent/config.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   645
file path=usr/share/vim/$(VIMVER)/indent/cpp.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   646
file path=usr/share/vim/$(VIMVER)/indent/cs.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   647
file path=usr/share/vim/$(VIMVER)/indent/css.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   648
file path=usr/share/vim/$(VIMVER)/indent/cucumber.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   649
file path=usr/share/vim/$(VIMVER)/indent/cuda.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   650
file path=usr/share/vim/$(VIMVER)/indent/d.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   651
file path=usr/share/vim/$(VIMVER)/indent/dictconf.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   652
file path=usr/share/vim/$(VIMVER)/indent/dictdconf.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   653
file path=usr/share/vim/$(VIMVER)/indent/docbk.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   654
file path=usr/share/vim/$(VIMVER)/indent/dtd.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   655
file path=usr/share/vim/$(VIMVER)/indent/dtrace.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   656
file path=usr/share/vim/$(VIMVER)/indent/dylan.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   657
file path=usr/share/vim/$(VIMVER)/indent/eiffel.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   658
file path=usr/share/vim/$(VIMVER)/indent/erlang.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   659
file path=usr/share/vim/$(VIMVER)/indent/eruby.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   660
file path=usr/share/vim/$(VIMVER)/indent/eterm.vim
379
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   661
file path=usr/share/vim/$(VIMVER)/indent/falcon.vim
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   662
file path=usr/share/vim/$(VIMVER)/indent/fortran.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   663
file path=usr/share/vim/$(VIMVER)/indent/framescript.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   664
file path=usr/share/vim/$(VIMVER)/indent/gitconfig.vim
672
92e2da956d23 7085706 update vim to 7.3.421
Danek Duvall <danek.duvall@oracle.com>
parents: 609
diff changeset
   665
file path=usr/share/vim/$(VIMVER)/indent/gitolite.vim
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   666
file path=usr/share/vim/$(VIMVER)/indent/haml.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   667
file path=usr/share/vim/$(VIMVER)/indent/hamster.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   668
file path=usr/share/vim/$(VIMVER)/indent/html.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   669
file path=usr/share/vim/$(VIMVER)/indent/htmldjango.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   670
file path=usr/share/vim/$(VIMVER)/indent/idlang.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   671
file path=usr/share/vim/$(VIMVER)/indent/ishd.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   672
file path=usr/share/vim/$(VIMVER)/indent/java.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   673
file path=usr/share/vim/$(VIMVER)/indent/javascript.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   674
file path=usr/share/vim/$(VIMVER)/indent/jsp.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   675
file path=usr/share/vim/$(VIMVER)/indent/ld.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   676
file path=usr/share/vim/$(VIMVER)/indent/lifelines.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   677
file path=usr/share/vim/$(VIMVER)/indent/liquid.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   678
file path=usr/share/vim/$(VIMVER)/indent/lisp.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   679
file path=usr/share/vim/$(VIMVER)/indent/logtalk.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   680
file path=usr/share/vim/$(VIMVER)/indent/lua.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   681
file path=usr/share/vim/$(VIMVER)/indent/mail.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   682
file path=usr/share/vim/$(VIMVER)/indent/make.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   683
file path=usr/share/vim/$(VIMVER)/indent/matlab.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   684
file path=usr/share/vim/$(VIMVER)/indent/mma.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   685
file path=usr/share/vim/$(VIMVER)/indent/mp.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   686
file path=usr/share/vim/$(VIMVER)/indent/objc.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   687
file path=usr/share/vim/$(VIMVER)/indent/ocaml.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   688
file path=usr/share/vim/$(VIMVER)/indent/occam.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   689
file path=usr/share/vim/$(VIMVER)/indent/pascal.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   690
file path=usr/share/vim/$(VIMVER)/indent/perl.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   691
file path=usr/share/vim/$(VIMVER)/indent/perl6.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   692
file path=usr/share/vim/$(VIMVER)/indent/php.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   693
file path=usr/share/vim/$(VIMVER)/indent/postscr.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   694
file path=usr/share/vim/$(VIMVER)/indent/pov.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   695
file path=usr/share/vim/$(VIMVER)/indent/prolog.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   696
file path=usr/share/vim/$(VIMVER)/indent/pyrex.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   697
file path=usr/share/vim/$(VIMVER)/indent/python.vim
672
92e2da956d23 7085706 update vim to 7.3.421
Danek Duvall <danek.duvall@oracle.com>
parents: 609
diff changeset
   698
file path=usr/share/vim/$(VIMVER)/indent/r.vim
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   699
file path=usr/share/vim/$(VIMVER)/indent/readline.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   700
file path=usr/share/vim/$(VIMVER)/indent/rpl.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   701
file path=usr/share/vim/$(VIMVER)/indent/rst.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   702
file path=usr/share/vim/$(VIMVER)/indent/ruby.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   703
file path=usr/share/vim/$(VIMVER)/indent/sass.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   704
file path=usr/share/vim/$(VIMVER)/indent/scheme.vim
379
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   705
file path=usr/share/vim/$(VIMVER)/indent/scss.vim
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   706
file path=usr/share/vim/$(VIMVER)/indent/sdl.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   707
file path=usr/share/vim/$(VIMVER)/indent/sh.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   708
file path=usr/share/vim/$(VIMVER)/indent/sml.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   709
file path=usr/share/vim/$(VIMVER)/indent/sql.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   710
file path=usr/share/vim/$(VIMVER)/indent/sqlanywhere.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   711
file path=usr/share/vim/$(VIMVER)/indent/tcl.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   712
file path=usr/share/vim/$(VIMVER)/indent/tcsh.vim
672
92e2da956d23 7085706 update vim to 7.3.421
Danek Duvall <danek.duvall@oracle.com>
parents: 609
diff changeset
   713
file path=usr/share/vim/$(VIMVER)/indent/tex.vim
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   714
file path=usr/share/vim/$(VIMVER)/indent/tf.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   715
file path=usr/share/vim/$(VIMVER)/indent/tilde.vim
379
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   716
file path=usr/share/vim/$(VIMVER)/indent/treetop.vim
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   717
file path=usr/share/vim/$(VIMVER)/indent/vb.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   718
file path=usr/share/vim/$(VIMVER)/indent/verilog.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   719
file path=usr/share/vim/$(VIMVER)/indent/vhdl.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   720
file path=usr/share/vim/$(VIMVER)/indent/vim.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   721
file path=usr/share/vim/$(VIMVER)/indent/xf86conf.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   722
file path=usr/share/vim/$(VIMVER)/indent/xhtml.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   723
file path=usr/share/vim/$(VIMVER)/indent/xinetd.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   724
file path=usr/share/vim/$(VIMVER)/indent/xml.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   725
file path=usr/share/vim/$(VIMVER)/indent/xsd.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   726
file path=usr/share/vim/$(VIMVER)/indent/xslt.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   727
file path=usr/share/vim/$(VIMVER)/indent/yacc.vim
903
ebe1b43bc331 7179127 update vim to 7.3.584
Danek Duvall <danek.duvall@oracle.com>
parents: 820
diff changeset
   728
file path=usr/share/vim/$(VIMVER)/indent/zimbu.vim
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   729
file path=usr/share/vim/$(VIMVER)/indent/zsh.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   730
file path=usr/share/vim/$(VIMVER)/indoff.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   731
file path=usr/share/vim/$(VIMVER)/keymap/README.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   732
file path=usr/share/vim/$(VIMVER)/keymap/accents.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   733
file path=usr/share/vim/$(VIMVER)/keymap/arabic.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   734
file path=usr/share/vim/$(VIMVER)/keymap/arabic_utf-8.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   735
file path=usr/share/vim/$(VIMVER)/keymap/bulgarian-bds.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   736
file path=usr/share/vim/$(VIMVER)/keymap/bulgarian-phonetic.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   737
file path=usr/share/vim/$(VIMVER)/keymap/canfr-win.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   738
file path=usr/share/vim/$(VIMVER)/keymap/croatian.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   739
file path=usr/share/vim/$(VIMVER)/keymap/croatian_cp1250.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   740
file path=usr/share/vim/$(VIMVER)/keymap/croatian_iso-8859-2.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   741
file path=usr/share/vim/$(VIMVER)/keymap/croatian_utf-8.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   742
file path=usr/share/vim/$(VIMVER)/keymap/czech.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   743
file path=usr/share/vim/$(VIMVER)/keymap/czech_utf-8.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   744
file path=usr/share/vim/$(VIMVER)/keymap/dvorak.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   745
file path=usr/share/vim/$(VIMVER)/keymap/esperanto.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   746
file path=usr/share/vim/$(VIMVER)/keymap/esperanto_utf-8.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   747
file path=usr/share/vim/$(VIMVER)/keymap/greek.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   748
file path=usr/share/vim/$(VIMVER)/keymap/greek_cp1253.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   749
file path=usr/share/vim/$(VIMVER)/keymap/greek_cp737.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   750
file path=usr/share/vim/$(VIMVER)/keymap/greek_iso-8859-7.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   751
file path=usr/share/vim/$(VIMVER)/keymap/greek_utf-8.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   752
file path=usr/share/vim/$(VIMVER)/keymap/hebrew.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   753
file path=usr/share/vim/$(VIMVER)/keymap/hebrew_cp1255.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   754
file path=usr/share/vim/$(VIMVER)/keymap/hebrew_iso-8859-8.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   755
file path=usr/share/vim/$(VIMVER)/keymap/hebrew_utf-8.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   756
file path=usr/share/vim/$(VIMVER)/keymap/hebrewp.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   757
file path=usr/share/vim/$(VIMVER)/keymap/hebrewp_cp1255.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   758
file path=usr/share/vim/$(VIMVER)/keymap/hebrewp_iso-8859-8.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   759
file path=usr/share/vim/$(VIMVER)/keymap/hebrewp_utf-8.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   760
file path=usr/share/vim/$(VIMVER)/keymap/kana.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   761
file path=usr/share/vim/$(VIMVER)/keymap/lithuanian-baltic.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   762
file path=usr/share/vim/$(VIMVER)/keymap/magyar_utf-8.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   763
file path=usr/share/vim/$(VIMVER)/keymap/mongolian_utf-8.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   764
file path=usr/share/vim/$(VIMVER)/keymap/persian-iranian_utf-8.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   765
file path=usr/share/vim/$(VIMVER)/keymap/persian.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   766
file path=usr/share/vim/$(VIMVER)/keymap/pinyin.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   767
file path=usr/share/vim/$(VIMVER)/keymap/polish-slash.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   768
file path=usr/share/vim/$(VIMVER)/keymap/polish-slash_cp1250.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   769
file path=usr/share/vim/$(VIMVER)/keymap/polish-slash_cp852.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   770
file path=usr/share/vim/$(VIMVER)/keymap/polish-slash_iso-8859-2.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   771
file path=usr/share/vim/$(VIMVER)/keymap/polish-slash_utf-8.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   772
file path=usr/share/vim/$(VIMVER)/keymap/russian-dvorak.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   773
file path=usr/share/vim/$(VIMVER)/keymap/russian-jcuken.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   774
file path=usr/share/vim/$(VIMVER)/keymap/russian-jcukenwin.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   775
file path=usr/share/vim/$(VIMVER)/keymap/russian-yawerty.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   776
file path=usr/share/vim/$(VIMVER)/keymap/serbian-latin.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   777
file path=usr/share/vim/$(VIMVER)/keymap/serbian-latin_utf-8.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   778
file path=usr/share/vim/$(VIMVER)/keymap/serbian.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   779
file path=usr/share/vim/$(VIMVER)/keymap/serbian_cp1250.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   780
file path=usr/share/vim/$(VIMVER)/keymap/serbian_cp1251.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   781
file path=usr/share/vim/$(VIMVER)/keymap/serbian_iso-8859-2.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   782
file path=usr/share/vim/$(VIMVER)/keymap/serbian_iso-8859-5.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   783
file path=usr/share/vim/$(VIMVER)/keymap/serbian_utf-8.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   784
file path=usr/share/vim/$(VIMVER)/keymap/sinhala-phonetic_utf-8.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   785
file path=usr/share/vim/$(VIMVER)/keymap/sinhala.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   786
file path=usr/share/vim/$(VIMVER)/keymap/slovak.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   787
file path=usr/share/vim/$(VIMVER)/keymap/slovak_cp1250.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   788
file path=usr/share/vim/$(VIMVER)/keymap/slovak_iso-8859-2.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   789
file path=usr/share/vim/$(VIMVER)/keymap/slovak_utf-8.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   790
file path=usr/share/vim/$(VIMVER)/keymap/tamil_tscii.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   791
file path=usr/share/vim/$(VIMVER)/keymap/thaana-phonetic_utf-8.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   792
file path=usr/share/vim/$(VIMVER)/keymap/thaana.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   793
file path=usr/share/vim/$(VIMVER)/keymap/ukrainian-dvorak.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   794
file path=usr/share/vim/$(VIMVER)/keymap/ukrainian-jcuken.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   795
file path=usr/share/vim/$(VIMVER)/keymap/vietnamese-viqr_utf-8.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   796
file path=usr/share/vim/$(VIMVER)/lang/README.txt
379
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   797
file path=usr/share/vim/$(VIMVER)/lang/af/LC_MESSAGES/vim.mo
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   798
file path=usr/share/vim/$(VIMVER)/lang/ca/LC_MESSAGES/vim.mo
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   799
file path=usr/share/vim/$(VIMVER)/lang/cs/LC_MESSAGES/vim.mo
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   800
file path=usr/share/vim/$(VIMVER)/lang/de/LC_MESSAGES/vim.mo
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   801
file path=usr/share/vim/$(VIMVER)/lang/en_GB/LC_MESSAGES/vim.mo
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   802
file path=usr/share/vim/$(VIMVER)/lang/eo/LC_MESSAGES/vim.mo
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   803
file path=usr/share/vim/$(VIMVER)/lang/es/LC_MESSAGES/vim.mo
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   804
file path=usr/share/vim/$(VIMVER)/lang/fi/LC_MESSAGES/vim.mo
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   805
file path=usr/share/vim/$(VIMVER)/lang/fr/LC_MESSAGES/vim.mo
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   806
file path=usr/share/vim/$(VIMVER)/lang/ga/LC_MESSAGES/vim.mo
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   807
file path=usr/share/vim/$(VIMVER)/lang/it/LC_MESSAGES/vim.mo
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   808
file path=usr/share/vim/$(VIMVER)/lang/ja/LC_MESSAGES/vim.mo
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   809
file path=usr/share/vim/$(VIMVER)/lang/ko.UTF-8/LC_MESSAGES/vim.mo
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   810
file path=usr/share/vim/$(VIMVER)/lang/ko/LC_MESSAGES/vim.mo
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   811
file path=usr/share/vim/$(VIMVER)/lang/menu_af.latin1.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   812
file path=usr/share/vim/$(VIMVER)/lang/menu_af.utf-8.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   813
file path=usr/share/vim/$(VIMVER)/lang/menu_af_af.latin1.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   814
file path=usr/share/vim/$(VIMVER)/lang/menu_af_af.utf-8.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   815
file path=usr/share/vim/$(VIMVER)/lang/menu_ca.latin1.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   816
file path=usr/share/vim/$(VIMVER)/lang/menu_ca.utf-8.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   817
file path=usr/share/vim/$(VIMVER)/lang/menu_ca_es.latin1.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   818
file path=usr/share/vim/$(VIMVER)/lang/menu_ca_es.utf-8.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   819
file path=usr/share/vim/$(VIMVER)/lang/menu_chinese(gb)_gb.936.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   820
file path=usr/share/vim/$(VIMVER)/lang/menu_chinese(taiwan)_taiwan.950.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   821
file path=usr/share/vim/$(VIMVER)/lang/menu_chinese_gb.936.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   822
file path=usr/share/vim/$(VIMVER)/lang/menu_chinese_taiwan.950.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   823
file path=usr/share/vim/$(VIMVER)/lang/menu_cs.cp1250.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   824
file path=usr/share/vim/$(VIMVER)/lang/menu_cs.latin1.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   825
file path=usr/share/vim/$(VIMVER)/lang/menu_cs_cz.cp1250.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   826
file path=usr/share/vim/$(VIMVER)/lang/menu_cs_cz.iso_8859-2.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   827
file path=usr/share/vim/$(VIMVER)/lang/menu_cs_cz.latin1.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   828
file path=usr/share/vim/$(VIMVER)/lang/menu_czech_czech_republic.1250.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   829
file path=usr/share/vim/$(VIMVER)/lang/menu_czech_czech_republic.1252.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   830
file path=usr/share/vim/$(VIMVER)/lang/menu_czech_czech_republic.ascii.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   831
file path=usr/share/vim/$(VIMVER)/lang/menu_de.latin1.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   832
file path=usr/share/vim/$(VIMVER)/lang/menu_de.utf-8.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   833
file path=usr/share/vim/$(VIMVER)/lang/menu_de_de.latin1.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   834
file path=usr/share/vim/$(VIMVER)/lang/menu_de_de.utf-8.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   835
file path=usr/share/vim/$(VIMVER)/lang/menu_en_gb.latin1.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   836
file path=usr/share/vim/$(VIMVER)/lang/menu_en_gb.utf-8.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   837
file path=usr/share/vim/$(VIMVER)/lang/menu_english_united_kingdom.1252.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   838
file path=usr/share/vim/$(VIMVER)/lang/menu_english_united_kingdom.ascii.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   839
file path=usr/share/vim/$(VIMVER)/lang/menu_eo.utf-8.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   840
file path=usr/share/vim/$(VIMVER)/lang/menu_eo_eo.utf-8.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   841
file path=usr/share/vim/$(VIMVER)/lang/menu_eo_xx.utf-8.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   842
file path=usr/share/vim/$(VIMVER)/lang/menu_es.latin1.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   843
file path=usr/share/vim/$(VIMVER)/lang/menu_es.utf-8.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   844
file path=usr/share/vim/$(VIMVER)/lang/menu_es_es.latin1.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   845
file path=usr/share/vim/$(VIMVER)/lang/menu_es_es.utf-8.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   846
file path=usr/share/vim/$(VIMVER)/lang/menu_fi.latin1.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   847
file path=usr/share/vim/$(VIMVER)/lang/menu_fi.utf-8.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   848
file path=usr/share/vim/$(VIMVER)/lang/menu_fi_fi.latin1.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   849
file path=usr/share/vim/$(VIMVER)/lang/menu_fi_fi.utf-8.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   850
file path=usr/share/vim/$(VIMVER)/lang/menu_finnish_finland.1252.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   851
file path=usr/share/vim/$(VIMVER)/lang/menu_fr.latin1.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   852
file path=usr/share/vim/$(VIMVER)/lang/menu_fr.utf-8.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   853
file path=usr/share/vim/$(VIMVER)/lang/menu_fr_fr.latin1.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   854
file path=usr/share/vim/$(VIMVER)/lang/menu_fr_fr.utf-8.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   855
file path=usr/share/vim/$(VIMVER)/lang/menu_french_france.1252.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   856
file path=usr/share/vim/$(VIMVER)/lang/menu_german_germany.1252.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   857
file path=usr/share/vim/$(VIMVER)/lang/menu_hu.iso_8859-2.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   858
file path=usr/share/vim/$(VIMVER)/lang/menu_hu.utf-8.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   859
file path=usr/share/vim/$(VIMVER)/lang/menu_hu_hu.iso_8859-2.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   860
file path=usr/share/vim/$(VIMVER)/lang/menu_hu_hu.utf-8.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   861
file path=usr/share/vim/$(VIMVER)/lang/menu_it.latin1.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   862
file path=usr/share/vim/$(VIMVER)/lang/menu_it.utf-8.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   863
file path=usr/share/vim/$(VIMVER)/lang/menu_it_it.latin1.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   864
file path=usr/share/vim/$(VIMVER)/lang/menu_it_it.utf-8.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   865
file path=usr/share/vim/$(VIMVER)/lang/menu_italian_italy.1252.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   866
file path=usr/share/vim/$(VIMVER)/lang/menu_ja.cp932.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   867
file path=usr/share/vim/$(VIMVER)/lang/menu_ja.euc-jp.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   868
file path=usr/share/vim/$(VIMVER)/lang/menu_ja.eucjp.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   869
file path=usr/share/vim/$(VIMVER)/lang/menu_ja.ujis.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   870
file path=usr/share/vim/$(VIMVER)/lang/menu_ja.utf-8.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   871
file path=usr/share/vim/$(VIMVER)/lang/menu_ja_jp.cp932.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   872
file path=usr/share/vim/$(VIMVER)/lang/menu_ja_jp.euc-jp.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   873
file path=usr/share/vim/$(VIMVER)/lang/menu_ja_jp.eucjp.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   874
file path=usr/share/vim/$(VIMVER)/lang/menu_ja_jp.ujis.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   875
file path=usr/share/vim/$(VIMVER)/lang/menu_ja_jp.utf-8.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   876
file path=usr/share/vim/$(VIMVER)/lang/menu_japanese_japan.932.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   877
file path=usr/share/vim/$(VIMVER)/lang/menu_ko.utf-8.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   878
file path=usr/share/vim/$(VIMVER)/lang/menu_ko_kr.euckr.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   879
file path=usr/share/vim/$(VIMVER)/lang/menu_ko_kr.utf-8.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   880
file path=usr/share/vim/$(VIMVER)/lang/menu_ko_kr.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   881
file path=usr/share/vim/$(VIMVER)/lang/menu_nl.latin1.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   882
file path=usr/share/vim/$(VIMVER)/lang/menu_nl.utf-8.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   883
file path=usr/share/vim/$(VIMVER)/lang/menu_nl_nl.latin1.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   884
file path=usr/share/vim/$(VIMVER)/lang/menu_nl_nl.utf-8.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   885
file path=usr/share/vim/$(VIMVER)/lang/menu_no.latin1.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   886
file path=usr/share/vim/$(VIMVER)/lang/menu_no.utf-8.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   887
file path=usr/share/vim/$(VIMVER)/lang/menu_no_no.latin1.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   888
file path=usr/share/vim/$(VIMVER)/lang/menu_no_no.utf-8.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   889
file path=usr/share/vim/$(VIMVER)/lang/menu_pl.cp1250.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   890
file path=usr/share/vim/$(VIMVER)/lang/menu_pl_pl.cp1250.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   891
file path=usr/share/vim/$(VIMVER)/lang/menu_pl_pl.iso_8859-2.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   892
file path=usr/share/vim/$(VIMVER)/lang/menu_pl_pl.utf-8.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   893
file path=usr/share/vim/$(VIMVER)/lang/menu_polish_poland.1250.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   894
file path=usr/share/vim/$(VIMVER)/lang/menu_pt_br.latin1.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   895
file path=usr/share/vim/$(VIMVER)/lang/menu_pt_br.utf-8.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   896
file path=usr/share/vim/$(VIMVER)/lang/menu_pt_br.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   897
file path=usr/share/vim/$(VIMVER)/lang/menu_pt_pt.latin1.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   898
file path=usr/share/vim/$(VIMVER)/lang/menu_pt_pt.utf-8.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   899
file path=usr/share/vim/$(VIMVER)/lang/menu_pt_pt.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   900
file path=usr/share/vim/$(VIMVER)/lang/menu_ru.utf-8.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   901
file path=usr/share/vim/$(VIMVER)/lang/menu_ru_ru.koi8-r.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   902
file path=usr/share/vim/$(VIMVER)/lang/menu_ru_ru.utf-8.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   903
file path=usr/share/vim/$(VIMVER)/lang/menu_ru_ru.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   904
file path=usr/share/vim/$(VIMVER)/lang/menu_sk.cp1250.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   905
file path=usr/share/vim/$(VIMVER)/lang/menu_sk_sk.1250.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   906
file path=usr/share/vim/$(VIMVER)/lang/menu_sk_sk.cp1250.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   907
file path=usr/share/vim/$(VIMVER)/lang/menu_sk_sk.iso_8859-2.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   908
file path=usr/share/vim/$(VIMVER)/lang/menu_sk_sk.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   909
file path=usr/share/vim/$(VIMVER)/lang/menu_sl_si.cp1250.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   910
file path=usr/share/vim/$(VIMVER)/lang/menu_sl_si.latin2.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   911
file path=usr/share/vim/$(VIMVER)/lang/menu_sl_si.utf-8.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   912
file path=usr/share/vim/$(VIMVER)/lang/menu_slovak_slovak_republic.1250.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   913
file path=usr/share/vim/$(VIMVER)/lang/menu_spanish_spain.850.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   914
file path=usr/share/vim/$(VIMVER)/lang/menu_sr.utf-8.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   915
file path=usr/share/vim/$(VIMVER)/lang/menu_sr_rs.ascii.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   916
file path=usr/share/vim/$(VIMVER)/lang/menu_sr_rs.iso_8859-2.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   917
file path=usr/share/vim/$(VIMVER)/lang/menu_sr_rs.iso_8859-5.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   918
file path=usr/share/vim/$(VIMVER)/lang/menu_sr_rs.utf-8.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   919
file path=usr/share/vim/$(VIMVER)/lang/menu_sr_yu.ascii.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   920
file path=usr/share/vim/$(VIMVER)/lang/menu_sr_yu.iso_8859-2.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   921
file path=usr/share/vim/$(VIMVER)/lang/menu_sr_yu.iso_8859-5.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   922
file path=usr/share/vim/$(VIMVER)/lang/menu_sr_yu.utf-8.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   923
file path=usr/share/vim/$(VIMVER)/lang/menu_sv.latin1.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   924
file path=usr/share/vim/$(VIMVER)/lang/menu_sv.utf-8.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   925
file path=usr/share/vim/$(VIMVER)/lang/menu_sv_se.latin1.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   926
file path=usr/share/vim/$(VIMVER)/lang/menu_sv_se.utf-8.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   927
file path=usr/share/vim/$(VIMVER)/lang/menu_uk_ua.cp1251.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   928
file path=usr/share/vim/$(VIMVER)/lang/menu_uk_ua.koi8-u.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   929
file path=usr/share/vim/$(VIMVER)/lang/menu_vi_vn.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   930
file path=usr/share/vim/$(VIMVER)/lang/menu_zh.big5.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   931
file path=usr/share/vim/$(VIMVER)/lang/menu_zh.cp936.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   932
file path=usr/share/vim/$(VIMVER)/lang/menu_zh.cp950.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   933
file path=usr/share/vim/$(VIMVER)/lang/menu_zh.gb2312.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   934
file path=usr/share/vim/$(VIMVER)/lang/menu_zh_cn.18030.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   935
file path=usr/share/vim/$(VIMVER)/lang/menu_zh_cn.cp936.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   936
file path=usr/share/vim/$(VIMVER)/lang/menu_zh_cn.gb2312.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   937
file path=usr/share/vim/$(VIMVER)/lang/menu_zh_cn.gbk.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   938
file path=usr/share/vim/$(VIMVER)/lang/menu_zh_cn.utf-8.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   939
file path=usr/share/vim/$(VIMVER)/lang/menu_zh_tw.big5.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   940
file path=usr/share/vim/$(VIMVER)/lang/menu_zh_tw.cp950.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   941
file path=usr/share/vim/$(VIMVER)/lang/menu_zh_tw.utf-8.vim
379
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   942
file path=usr/share/vim/$(VIMVER)/lang/nb/LC_MESSAGES/vim.mo
820
60113d90e478 7143097 upgrade vim to 7.3.515
Danek Duvall <danek.duvall@oracle.com>
parents: 672
diff changeset
   943
file path=usr/share/vim/$(VIMVER)/lang/nl/LC_MESSAGES/vim.mo
379
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   944
file path=usr/share/vim/$(VIMVER)/lang/no/LC_MESSAGES/vim.mo
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   945
file path=usr/share/vim/$(VIMVER)/lang/pl/LC_MESSAGES/vim.mo
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   946
file path=usr/share/vim/$(VIMVER)/lang/pt_BR/LC_MESSAGES/vim.mo
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   947
file path=usr/share/vim/$(VIMVER)/lang/ru/LC_MESSAGES/vim.mo
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   948
file path=usr/share/vim/$(VIMVER)/lang/sk/LC_MESSAGES/vim.mo
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   949
file path=usr/share/vim/$(VIMVER)/lang/sv/LC_MESSAGES/vim.mo
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   950
file path=usr/share/vim/$(VIMVER)/lang/uk/LC_MESSAGES/vim.mo
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   951
file path=usr/share/vim/$(VIMVER)/lang/vi/LC_MESSAGES/vim.mo
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   952
file path=usr/share/vim/$(VIMVER)/lang/zh_CN.UTF-8/LC_MESSAGES/vim.mo
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   953
file path=usr/share/vim/$(VIMVER)/lang/zh_CN/LC_MESSAGES/vim.mo
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   954
file path=usr/share/vim/$(VIMVER)/lang/zh_TW.UTF-8/LC_MESSAGES/vim.mo
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
   955
file path=usr/share/vim/$(VIMVER)/lang/zh_TW/LC_MESSAGES/vim.mo
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   956
file path=usr/share/vim/$(VIMVER)/macros/README.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   957
file path=usr/share/vim/$(VIMVER)/macros/dvorak
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   958
file path=usr/share/vim/$(VIMVER)/macros/editexisting.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   959
file path=usr/share/vim/$(VIMVER)/macros/hanoi/click.me
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   960
file path=usr/share/vim/$(VIMVER)/macros/hanoi/hanoi.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   961
file path=usr/share/vim/$(VIMVER)/macros/hanoi/poster
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   962
file path=usr/share/vim/$(VIMVER)/macros/justify.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   963
file path=usr/share/vim/$(VIMVER)/macros/less.sh
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   964
file path=usr/share/vim/$(VIMVER)/macros/less.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   965
file path=usr/share/vim/$(VIMVER)/macros/life/click.me
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   966
file path=usr/share/vim/$(VIMVER)/macros/life/life.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   967
file path=usr/share/vim/$(VIMVER)/macros/matchit.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   968
file path=usr/share/vim/$(VIMVER)/macros/matchit.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   969
file path=usr/share/vim/$(VIMVER)/macros/maze/Makefile
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   970
file path=usr/share/vim/$(VIMVER)/macros/maze/README.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   971
file path=usr/share/vim/$(VIMVER)/macros/maze/main.aap
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   972
file path=usr/share/vim/$(VIMVER)/macros/maze/maze.c
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   973
file path=usr/share/vim/$(VIMVER)/macros/maze/maze_5.78
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   974
file path=usr/share/vim/$(VIMVER)/macros/maze/maze_mac
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   975
file path=usr/share/vim/$(VIMVER)/macros/maze/mazeansi.c
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   976
file path=usr/share/vim/$(VIMVER)/macros/maze/mazeclean.c
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   977
file path=usr/share/vim/$(VIMVER)/macros/maze/poster
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   978
file path=usr/share/vim/$(VIMVER)/macros/shellmenu.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   979
file path=usr/share/vim/$(VIMVER)/macros/swapmous.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   980
file path=usr/share/vim/$(VIMVER)/macros/urm/README.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   981
file path=usr/share/vim/$(VIMVER)/macros/urm/examples
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   982
file path=usr/share/vim/$(VIMVER)/macros/urm/urm
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   983
file path=usr/share/vim/$(VIMVER)/macros/urm/urm.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   984
file path=usr/share/vim/$(VIMVER)/menu.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   985
file path=usr/share/vim/$(VIMVER)/mswin.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   986
file path=usr/share/vim/$(VIMVER)/optwin.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   987
file path=usr/share/vim/$(VIMVER)/plugin/README.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   988
file path=usr/share/vim/$(VIMVER)/plugin/getscriptPlugin.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   989
file path=usr/share/vim/$(VIMVER)/plugin/gzip.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   990
file path=usr/share/vim/$(VIMVER)/plugin/matchparen.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   991
file path=usr/share/vim/$(VIMVER)/plugin/netrwPlugin.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   992
file path=usr/share/vim/$(VIMVER)/plugin/rrhelper.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   993
file path=usr/share/vim/$(VIMVER)/plugin/spellfile.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   994
file path=usr/share/vim/$(VIMVER)/plugin/tarPlugin.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   995
file path=usr/share/vim/$(VIMVER)/plugin/tohtml.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   996
file path=usr/share/vim/$(VIMVER)/plugin/vimballPlugin.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   997
file path=usr/share/vim/$(VIMVER)/plugin/zipPlugin.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   998
file path=usr/share/vim/$(VIMVER)/print/ascii.ps
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
   999
file path=usr/share/vim/$(VIMVER)/print/cidfont.ps
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1000
file path=usr/share/vim/$(VIMVER)/print/cns_roman.ps
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1001
file path=usr/share/vim/$(VIMVER)/print/cp1250.ps
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1002
file path=usr/share/vim/$(VIMVER)/print/cp1251.ps
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1003
file path=usr/share/vim/$(VIMVER)/print/cp1252.ps
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1004
file path=usr/share/vim/$(VIMVER)/print/cp1253.ps
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1005
file path=usr/share/vim/$(VIMVER)/print/cp1254.ps
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1006
file path=usr/share/vim/$(VIMVER)/print/cp1255.ps
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1007
file path=usr/share/vim/$(VIMVER)/print/cp1257.ps
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1008
file path=usr/share/vim/$(VIMVER)/print/dec-mcs.ps
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1009
file path=usr/share/vim/$(VIMVER)/print/ebcdic-uk.ps
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1010
file path=usr/share/vim/$(VIMVER)/print/gb_roman.ps
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1011
file path=usr/share/vim/$(VIMVER)/print/hp-roman8.ps
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1012
file path=usr/share/vim/$(VIMVER)/print/iso-8859-10.ps
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1013
file path=usr/share/vim/$(VIMVER)/print/iso-8859-11.ps
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1014
file path=usr/share/vim/$(VIMVER)/print/iso-8859-13.ps
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1015
file path=usr/share/vim/$(VIMVER)/print/iso-8859-14.ps
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1016
file path=usr/share/vim/$(VIMVER)/print/iso-8859-15.ps
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1017
file path=usr/share/vim/$(VIMVER)/print/iso-8859-2.ps
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1018
file path=usr/share/vim/$(VIMVER)/print/iso-8859-3.ps
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1019
file path=usr/share/vim/$(VIMVER)/print/iso-8859-4.ps
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1020
file path=usr/share/vim/$(VIMVER)/print/iso-8859-5.ps
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1021
file path=usr/share/vim/$(VIMVER)/print/iso-8859-7.ps
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1022
file path=usr/share/vim/$(VIMVER)/print/iso-8859-8.ps
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1023
file path=usr/share/vim/$(VIMVER)/print/iso-8859-9.ps
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1024
file path=usr/share/vim/$(VIMVER)/print/jis_roman.ps
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1025
file path=usr/share/vim/$(VIMVER)/print/koi8-r.ps
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1026
file path=usr/share/vim/$(VIMVER)/print/koi8-u.ps
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1027
file path=usr/share/vim/$(VIMVER)/print/ks_roman.ps
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1028
file path=usr/share/vim/$(VIMVER)/print/latin1.ps
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1029
file path=usr/share/vim/$(VIMVER)/print/mac-roman.ps
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1030
file path=usr/share/vim/$(VIMVER)/print/prolog.ps
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1031
file path=usr/share/vim/$(VIMVER)/scripts.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1032
file path=usr/share/vim/$(VIMVER)/spell/check_locales.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1033
file path=usr/share/vim/$(VIMVER)/spell/cleanadd.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1034
file path=usr/share/vim/$(VIMVER)/spell/en.ascii.spl
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1035
file path=usr/share/vim/$(VIMVER)/spell/en.ascii.sug
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1036
file path=usr/share/vim/$(VIMVER)/spell/en.latin1.spl
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1037
file path=usr/share/vim/$(VIMVER)/spell/en.latin1.sug
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1038
file path=usr/share/vim/$(VIMVER)/spell/en.utf-8.spl
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1039
file path=usr/share/vim/$(VIMVER)/spell/en.utf-8.sug
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1040
file path=usr/share/vim/$(VIMVER)/spell/fixdup.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1041
file path=usr/share/vim/$(VIMVER)/spell/he.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1042
file path=usr/share/vim/$(VIMVER)/spell/yi.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1043
file path=usr/share/vim/$(VIMVER)/synmenu.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1044
file path=usr/share/vim/$(VIMVER)/syntax/2html.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1045
file path=usr/share/vim/$(VIMVER)/syntax/README.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1046
file path=usr/share/vim/$(VIMVER)/syntax/a2ps.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1047
file path=usr/share/vim/$(VIMVER)/syntax/a65.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1048
file path=usr/share/vim/$(VIMVER)/syntax/aap.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1049
file path=usr/share/vim/$(VIMVER)/syntax/abap.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1050
file path=usr/share/vim/$(VIMVER)/syntax/abaqus.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1051
file path=usr/share/vim/$(VIMVER)/syntax/abc.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1052
file path=usr/share/vim/$(VIMVER)/syntax/abel.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1053
file path=usr/share/vim/$(VIMVER)/syntax/acedb.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1054
file path=usr/share/vim/$(VIMVER)/syntax/ada.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1055
file path=usr/share/vim/$(VIMVER)/syntax/aflex.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1056
file path=usr/share/vim/$(VIMVER)/syntax/ahdl.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1057
file path=usr/share/vim/$(VIMVER)/syntax/alsaconf.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1058
file path=usr/share/vim/$(VIMVER)/syntax/amiga.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1059
file path=usr/share/vim/$(VIMVER)/syntax/aml.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1060
file path=usr/share/vim/$(VIMVER)/syntax/ampl.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1061
file path=usr/share/vim/$(VIMVER)/syntax/ant.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1062
file path=usr/share/vim/$(VIMVER)/syntax/antlr.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1063
file path=usr/share/vim/$(VIMVER)/syntax/apache.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1064
file path=usr/share/vim/$(VIMVER)/syntax/apachestyle.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1065
file path=usr/share/vim/$(VIMVER)/syntax/arch.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1066
file path=usr/share/vim/$(VIMVER)/syntax/art.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1067
file path=usr/share/vim/$(VIMVER)/syntax/asm.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1068
file path=usr/share/vim/$(VIMVER)/syntax/asm68k.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1069
file path=usr/share/vim/$(VIMVER)/syntax/asmh8300.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1070
file path=usr/share/vim/$(VIMVER)/syntax/asn.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1071
file path=usr/share/vim/$(VIMVER)/syntax/aspperl.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1072
file path=usr/share/vim/$(VIMVER)/syntax/aspvbs.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1073
file path=usr/share/vim/$(VIMVER)/syntax/asterisk.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1074
file path=usr/share/vim/$(VIMVER)/syntax/asteriskvm.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1075
file path=usr/share/vim/$(VIMVER)/syntax/atlas.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1076
file path=usr/share/vim/$(VIMVER)/syntax/autohotkey.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1077
file path=usr/share/vim/$(VIMVER)/syntax/autoit.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1078
file path=usr/share/vim/$(VIMVER)/syntax/automake.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1079
file path=usr/share/vim/$(VIMVER)/syntax/ave.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1080
file path=usr/share/vim/$(VIMVER)/syntax/awk.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1081
file path=usr/share/vim/$(VIMVER)/syntax/ayacc.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1082
file path=usr/share/vim/$(VIMVER)/syntax/b.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1083
file path=usr/share/vim/$(VIMVER)/syntax/baan.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1084
file path=usr/share/vim/$(VIMVER)/syntax/basic.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1085
file path=usr/share/vim/$(VIMVER)/syntax/bc.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1086
file path=usr/share/vim/$(VIMVER)/syntax/bdf.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1087
file path=usr/share/vim/$(VIMVER)/syntax/bib.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1088
file path=usr/share/vim/$(VIMVER)/syntax/bindzone.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1089
file path=usr/share/vim/$(VIMVER)/syntax/blank.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1090
file path=usr/share/vim/$(VIMVER)/syntax/bst.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1091
file path=usr/share/vim/$(VIMVER)/syntax/btm.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1092
file path=usr/share/vim/$(VIMVER)/syntax/bzr.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1093
file path=usr/share/vim/$(VIMVER)/syntax/c.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1094
file path=usr/share/vim/$(VIMVER)/syntax/cabal.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1095
file path=usr/share/vim/$(VIMVER)/syntax/calendar.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1096
file path=usr/share/vim/$(VIMVER)/syntax/catalog.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1097
file path=usr/share/vim/$(VIMVER)/syntax/cdl.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1098
file path=usr/share/vim/$(VIMVER)/syntax/cdrdaoconf.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1099
file path=usr/share/vim/$(VIMVER)/syntax/cdrtoc.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1100
file path=usr/share/vim/$(VIMVER)/syntax/cf.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1101
file path=usr/share/vim/$(VIMVER)/syntax/cfg.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1102
file path=usr/share/vim/$(VIMVER)/syntax/ch.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1103
file path=usr/share/vim/$(VIMVER)/syntax/chaiscript.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1104
file path=usr/share/vim/$(VIMVER)/syntax/change.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1105
file path=usr/share/vim/$(VIMVER)/syntax/changelog.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1106
file path=usr/share/vim/$(VIMVER)/syntax/chaskell.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1107
file path=usr/share/vim/$(VIMVER)/syntax/cheetah.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1108
file path=usr/share/vim/$(VIMVER)/syntax/chill.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1109
file path=usr/share/vim/$(VIMVER)/syntax/chordpro.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1110
file path=usr/share/vim/$(VIMVER)/syntax/cl.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1111
file path=usr/share/vim/$(VIMVER)/syntax/clean.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1112
file path=usr/share/vim/$(VIMVER)/syntax/clipper.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1113
file path=usr/share/vim/$(VIMVER)/syntax/cmake.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1114
file path=usr/share/vim/$(VIMVER)/syntax/cmusrc.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1115
file path=usr/share/vim/$(VIMVER)/syntax/cobol.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1116
file path=usr/share/vim/$(VIMVER)/syntax/coco.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1117
file path=usr/share/vim/$(VIMVER)/syntax/colortest.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1118
file path=usr/share/vim/$(VIMVER)/syntax/conaryrecipe.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1119
file path=usr/share/vim/$(VIMVER)/syntax/conf.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1120
file path=usr/share/vim/$(VIMVER)/syntax/config.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1121
file path=usr/share/vim/$(VIMVER)/syntax/context.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1122
file path=usr/share/vim/$(VIMVER)/syntax/cpp.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1123
file path=usr/share/vim/$(VIMVER)/syntax/crm.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1124
file path=usr/share/vim/$(VIMVER)/syntax/crontab.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1125
file path=usr/share/vim/$(VIMVER)/syntax/cs.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1126
file path=usr/share/vim/$(VIMVER)/syntax/csc.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1127
file path=usr/share/vim/$(VIMVER)/syntax/csh.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1128
file path=usr/share/vim/$(VIMVER)/syntax/csp.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1129
file path=usr/share/vim/$(VIMVER)/syntax/css.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1130
file path=usr/share/vim/$(VIMVER)/syntax/cterm.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1131
file path=usr/share/vim/$(VIMVER)/syntax/ctrlh.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1132
file path=usr/share/vim/$(VIMVER)/syntax/cucumber.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1133
file path=usr/share/vim/$(VIMVER)/syntax/cuda.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1134
file path=usr/share/vim/$(VIMVER)/syntax/cupl.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1135
file path=usr/share/vim/$(VIMVER)/syntax/cuplsim.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1136
file path=usr/share/vim/$(VIMVER)/syntax/cvs.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1137
file path=usr/share/vim/$(VIMVER)/syntax/cvsrc.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1138
file path=usr/share/vim/$(VIMVER)/syntax/cweb.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1139
file path=usr/share/vim/$(VIMVER)/syntax/cynlib.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1140
file path=usr/share/vim/$(VIMVER)/syntax/cynpp.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1141
file path=usr/share/vim/$(VIMVER)/syntax/d.vim
379
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
  1142
file path=usr/share/vim/$(VIMVER)/syntax/datascript.vim
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1143
file path=usr/share/vim/$(VIMVER)/syntax/dcd.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1144
file path=usr/share/vim/$(VIMVER)/syntax/dcl.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1145
file path=usr/share/vim/$(VIMVER)/syntax/debchangelog.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1146
file path=usr/share/vim/$(VIMVER)/syntax/debcontrol.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1147
file path=usr/share/vim/$(VIMVER)/syntax/debsources.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1148
file path=usr/share/vim/$(VIMVER)/syntax/def.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1149
file path=usr/share/vim/$(VIMVER)/syntax/denyhosts.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1150
file path=usr/share/vim/$(VIMVER)/syntax/desc.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1151
file path=usr/share/vim/$(VIMVER)/syntax/desktop.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1152
file path=usr/share/vim/$(VIMVER)/syntax/dictconf.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1153
file path=usr/share/vim/$(VIMVER)/syntax/dictdconf.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1154
file path=usr/share/vim/$(VIMVER)/syntax/diff.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1155
file path=usr/share/vim/$(VIMVER)/syntax/dircolors.vim
379
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
  1156
file path=usr/share/vim/$(VIMVER)/syntax/dirpager.vim
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1157
file path=usr/share/vim/$(VIMVER)/syntax/diva.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1158
file path=usr/share/vim/$(VIMVER)/syntax/django.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1159
file path=usr/share/vim/$(VIMVER)/syntax/dns.vim
379
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
  1160
file path=usr/share/vim/$(VIMVER)/syntax/dnsmasq.vim
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1161
file path=usr/share/vim/$(VIMVER)/syntax/docbk.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1162
file path=usr/share/vim/$(VIMVER)/syntax/docbksgml.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1163
file path=usr/share/vim/$(VIMVER)/syntax/docbkxml.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1164
file path=usr/share/vim/$(VIMVER)/syntax/dosbatch.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1165
file path=usr/share/vim/$(VIMVER)/syntax/dosini.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1166
file path=usr/share/vim/$(VIMVER)/syntax/dot.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1167
file path=usr/share/vim/$(VIMVER)/syntax/doxygen.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1168
file path=usr/share/vim/$(VIMVER)/syntax/dracula.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1169
file path=usr/share/vim/$(VIMVER)/syntax/dsl.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1170
file path=usr/share/vim/$(VIMVER)/syntax/dtd.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1171
file path=usr/share/vim/$(VIMVER)/syntax/dtml.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1172
file path=usr/share/vim/$(VIMVER)/syntax/dtrace.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1173
file path=usr/share/vim/$(VIMVER)/syntax/dylan.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1174
file path=usr/share/vim/$(VIMVER)/syntax/dylanintr.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1175
file path=usr/share/vim/$(VIMVER)/syntax/dylanlid.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1176
file path=usr/share/vim/$(VIMVER)/syntax/ecd.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1177
file path=usr/share/vim/$(VIMVER)/syntax/edif.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1178
file path=usr/share/vim/$(VIMVER)/syntax/eiffel.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1179
file path=usr/share/vim/$(VIMVER)/syntax/elf.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1180
file path=usr/share/vim/$(VIMVER)/syntax/elinks.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1181
file path=usr/share/vim/$(VIMVER)/syntax/elmfilt.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1182
file path=usr/share/vim/$(VIMVER)/syntax/erlang.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1183
file path=usr/share/vim/$(VIMVER)/syntax/eruby.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1184
file path=usr/share/vim/$(VIMVER)/syntax/esmtprc.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1185
file path=usr/share/vim/$(VIMVER)/syntax/esqlc.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1186
file path=usr/share/vim/$(VIMVER)/syntax/esterel.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1187
file path=usr/share/vim/$(VIMVER)/syntax/eterm.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1188
file path=usr/share/vim/$(VIMVER)/syntax/eviews.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1189
file path=usr/share/vim/$(VIMVER)/syntax/exim.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1190
file path=usr/share/vim/$(VIMVER)/syntax/expect.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1191
file path=usr/share/vim/$(VIMVER)/syntax/exports.vim
379
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
  1192
file path=usr/share/vim/$(VIMVER)/syntax/falcon.vim
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1193
file path=usr/share/vim/$(VIMVER)/syntax/fan.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1194
file path=usr/share/vim/$(VIMVER)/syntax/fasm.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1195
file path=usr/share/vim/$(VIMVER)/syntax/fdcc.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1196
file path=usr/share/vim/$(VIMVER)/syntax/fetchmail.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1197
file path=usr/share/vim/$(VIMVER)/syntax/fgl.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1198
file path=usr/share/vim/$(VIMVER)/syntax/flexwiki.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1199
file path=usr/share/vim/$(VIMVER)/syntax/focexec.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1200
file path=usr/share/vim/$(VIMVER)/syntax/form.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1201
file path=usr/share/vim/$(VIMVER)/syntax/forth.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1202
file path=usr/share/vim/$(VIMVER)/syntax/fortran.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1203
file path=usr/share/vim/$(VIMVER)/syntax/foxpro.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1204
file path=usr/share/vim/$(VIMVER)/syntax/framescript.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1205
file path=usr/share/vim/$(VIMVER)/syntax/freebasic.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1206
file path=usr/share/vim/$(VIMVER)/syntax/fstab.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1207
file path=usr/share/vim/$(VIMVER)/syntax/fvwm.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1208
file path=usr/share/vim/$(VIMVER)/syntax/fvwm2m4.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1209
file path=usr/share/vim/$(VIMVER)/syntax/gdb.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1210
file path=usr/share/vim/$(VIMVER)/syntax/gdmo.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1211
file path=usr/share/vim/$(VIMVER)/syntax/gedcom.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1212
file path=usr/share/vim/$(VIMVER)/syntax/git.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1213
file path=usr/share/vim/$(VIMVER)/syntax/gitcommit.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1214
file path=usr/share/vim/$(VIMVER)/syntax/gitconfig.vim
672
92e2da956d23 7085706 update vim to 7.3.421
Danek Duvall <danek.duvall@oracle.com>
parents: 609
diff changeset
  1215
file path=usr/share/vim/$(VIMVER)/syntax/gitolite.vim
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1216
file path=usr/share/vim/$(VIMVER)/syntax/gitrebase.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1217
file path=usr/share/vim/$(VIMVER)/syntax/gitsendemail.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1218
file path=usr/share/vim/$(VIMVER)/syntax/gkrellmrc.vim
379
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
  1219
file path=usr/share/vim/$(VIMVER)/syntax/gnash.vim
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1220
file path=usr/share/vim/$(VIMVER)/syntax/gnuplot.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1221
file path=usr/share/vim/$(VIMVER)/syntax/gp.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1222
file path=usr/share/vim/$(VIMVER)/syntax/gpg.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1223
file path=usr/share/vim/$(VIMVER)/syntax/grads.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1224
file path=usr/share/vim/$(VIMVER)/syntax/gretl.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1225
file path=usr/share/vim/$(VIMVER)/syntax/groff.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1226
file path=usr/share/vim/$(VIMVER)/syntax/groovy.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1227
file path=usr/share/vim/$(VIMVER)/syntax/group.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1228
file path=usr/share/vim/$(VIMVER)/syntax/grub.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1229
file path=usr/share/vim/$(VIMVER)/syntax/gsp.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1230
file path=usr/share/vim/$(VIMVER)/syntax/gtkrc.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1231
file path=usr/share/vim/$(VIMVER)/syntax/haml.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1232
file path=usr/share/vim/$(VIMVER)/syntax/hamster.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1233
file path=usr/share/vim/$(VIMVER)/syntax/haskell.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1234
file path=usr/share/vim/$(VIMVER)/syntax/haste.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1235
file path=usr/share/vim/$(VIMVER)/syntax/hastepreproc.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1236
file path=usr/share/vim/$(VIMVER)/syntax/hb.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1237
file path=usr/share/vim/$(VIMVER)/syntax/help.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1238
file path=usr/share/vim/$(VIMVER)/syntax/hercules.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1239
file path=usr/share/vim/$(VIMVER)/syntax/hex.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1240
file path=usr/share/vim/$(VIMVER)/syntax/hitest.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1241
file path=usr/share/vim/$(VIMVER)/syntax/hog.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1242
file path=usr/share/vim/$(VIMVER)/syntax/hostconf.vim
379
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
  1243
file path=usr/share/vim/$(VIMVER)/syntax/hostsaccess.vim
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1244
file path=usr/share/vim/$(VIMVER)/syntax/html.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1245
file path=usr/share/vim/$(VIMVER)/syntax/htmlcheetah.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1246
file path=usr/share/vim/$(VIMVER)/syntax/htmldjango.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1247
file path=usr/share/vim/$(VIMVER)/syntax/htmlm4.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1248
file path=usr/share/vim/$(VIMVER)/syntax/htmlos.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1249
file path=usr/share/vim/$(VIMVER)/syntax/ia64.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1250
file path=usr/share/vim/$(VIMVER)/syntax/ibasic.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1251
file path=usr/share/vim/$(VIMVER)/syntax/icemenu.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1252
file path=usr/share/vim/$(VIMVER)/syntax/icon.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1253
file path=usr/share/vim/$(VIMVER)/syntax/idl.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1254
file path=usr/share/vim/$(VIMVER)/syntax/idlang.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1255
file path=usr/share/vim/$(VIMVER)/syntax/indent.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1256
file path=usr/share/vim/$(VIMVER)/syntax/inform.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1257
file path=usr/share/vim/$(VIMVER)/syntax/initex.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1258
file path=usr/share/vim/$(VIMVER)/syntax/initng.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1259
file path=usr/share/vim/$(VIMVER)/syntax/inittab.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1260
file path=usr/share/vim/$(VIMVER)/syntax/ipfilter.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1261
file path=usr/share/vim/$(VIMVER)/syntax/ishd.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1262
file path=usr/share/vim/$(VIMVER)/syntax/iss.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1263
file path=usr/share/vim/$(VIMVER)/syntax/ist.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1264
file path=usr/share/vim/$(VIMVER)/syntax/jal.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1265
file path=usr/share/vim/$(VIMVER)/syntax/jam.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1266
file path=usr/share/vim/$(VIMVER)/syntax/jargon.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1267
file path=usr/share/vim/$(VIMVER)/syntax/java.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1268
file path=usr/share/vim/$(VIMVER)/syntax/javacc.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1269
file path=usr/share/vim/$(VIMVER)/syntax/javascript.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1270
file path=usr/share/vim/$(VIMVER)/syntax/jess.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1271
file path=usr/share/vim/$(VIMVER)/syntax/jgraph.vim
379
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
  1272
file path=usr/share/vim/$(VIMVER)/syntax/jovial.vim
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1273
file path=usr/share/vim/$(VIMVER)/syntax/jproperties.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1274
file path=usr/share/vim/$(VIMVER)/syntax/jsp.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1275
file path=usr/share/vim/$(VIMVER)/syntax/kconfig.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1276
file path=usr/share/vim/$(VIMVER)/syntax/kix.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1277
file path=usr/share/vim/$(VIMVER)/syntax/kscript.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1278
file path=usr/share/vim/$(VIMVER)/syntax/kwt.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1279
file path=usr/share/vim/$(VIMVER)/syntax/lace.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1280
file path=usr/share/vim/$(VIMVER)/syntax/latte.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1281
file path=usr/share/vim/$(VIMVER)/syntax/ld.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1282
file path=usr/share/vim/$(VIMVER)/syntax/ldapconf.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1283
file path=usr/share/vim/$(VIMVER)/syntax/ldif.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1284
file path=usr/share/vim/$(VIMVER)/syntax/lex.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1285
file path=usr/share/vim/$(VIMVER)/syntax/lftp.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1286
file path=usr/share/vim/$(VIMVER)/syntax/lhaskell.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1287
file path=usr/share/vim/$(VIMVER)/syntax/libao.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1288
file path=usr/share/vim/$(VIMVER)/syntax/lifelines.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1289
file path=usr/share/vim/$(VIMVER)/syntax/lilo.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1290
file path=usr/share/vim/$(VIMVER)/syntax/limits.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1291
file path=usr/share/vim/$(VIMVER)/syntax/liquid.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1292
file path=usr/share/vim/$(VIMVER)/syntax/lisp.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1293
file path=usr/share/vim/$(VIMVER)/syntax/lite.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1294
file path=usr/share/vim/$(VIMVER)/syntax/litestep.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1295
file path=usr/share/vim/$(VIMVER)/syntax/loginaccess.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1296
file path=usr/share/vim/$(VIMVER)/syntax/logindefs.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1297
file path=usr/share/vim/$(VIMVER)/syntax/logtalk.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1298
file path=usr/share/vim/$(VIMVER)/syntax/lotos.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1299
file path=usr/share/vim/$(VIMVER)/syntax/lout.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1300
file path=usr/share/vim/$(VIMVER)/syntax/lpc.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1301
file path=usr/share/vim/$(VIMVER)/syntax/lprolog.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1302
file path=usr/share/vim/$(VIMVER)/syntax/lscript.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1303
file path=usr/share/vim/$(VIMVER)/syntax/lsl.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1304
file path=usr/share/vim/$(VIMVER)/syntax/lss.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1305
file path=usr/share/vim/$(VIMVER)/syntax/lua.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1306
file path=usr/share/vim/$(VIMVER)/syntax/lynx.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1307
file path=usr/share/vim/$(VIMVER)/syntax/m4.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1308
file path=usr/share/vim/$(VIMVER)/syntax/mail.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1309
file path=usr/share/vim/$(VIMVER)/syntax/mailaliases.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1310
file path=usr/share/vim/$(VIMVER)/syntax/mailcap.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1311
file path=usr/share/vim/$(VIMVER)/syntax/make.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1312
file path=usr/share/vim/$(VIMVER)/syntax/man.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1313
file path=usr/share/vim/$(VIMVER)/syntax/manconf.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1314
file path=usr/share/vim/$(VIMVER)/syntax/manual.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1315
file path=usr/share/vim/$(VIMVER)/syntax/maple.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1316
file path=usr/share/vim/$(VIMVER)/syntax/markdown.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1317
file path=usr/share/vim/$(VIMVER)/syntax/masm.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1318
file path=usr/share/vim/$(VIMVER)/syntax/mason.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1319
file path=usr/share/vim/$(VIMVER)/syntax/master.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1320
file path=usr/share/vim/$(VIMVER)/syntax/matlab.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1321
file path=usr/share/vim/$(VIMVER)/syntax/maxima.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1322
file path=usr/share/vim/$(VIMVER)/syntax/mel.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1323
file path=usr/share/vim/$(VIMVER)/syntax/messages.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1324
file path=usr/share/vim/$(VIMVER)/syntax/mf.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1325
file path=usr/share/vim/$(VIMVER)/syntax/mgl.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1326
file path=usr/share/vim/$(VIMVER)/syntax/mgp.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1327
file path=usr/share/vim/$(VIMVER)/syntax/mib.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1328
file path=usr/share/vim/$(VIMVER)/syntax/mma.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1329
file path=usr/share/vim/$(VIMVER)/syntax/mmix.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1330
file path=usr/share/vim/$(VIMVER)/syntax/mmp.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1331
file path=usr/share/vim/$(VIMVER)/syntax/modconf.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1332
file path=usr/share/vim/$(VIMVER)/syntax/model.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1333
file path=usr/share/vim/$(VIMVER)/syntax/modsim3.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1334
file path=usr/share/vim/$(VIMVER)/syntax/modula2.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1335
file path=usr/share/vim/$(VIMVER)/syntax/modula3.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1336
file path=usr/share/vim/$(VIMVER)/syntax/monk.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1337
file path=usr/share/vim/$(VIMVER)/syntax/moo.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1338
file path=usr/share/vim/$(VIMVER)/syntax/mp.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1339
file path=usr/share/vim/$(VIMVER)/syntax/mplayerconf.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1340
file path=usr/share/vim/$(VIMVER)/syntax/mrxvtrc.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1341
file path=usr/share/vim/$(VIMVER)/syntax/msidl.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1342
file path=usr/share/vim/$(VIMVER)/syntax/msmessages.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1343
file path=usr/share/vim/$(VIMVER)/syntax/msql.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1344
file path=usr/share/vim/$(VIMVER)/syntax/mupad.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1345
file path=usr/share/vim/$(VIMVER)/syntax/mush.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1346
file path=usr/share/vim/$(VIMVER)/syntax/muttrc.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1347
file path=usr/share/vim/$(VIMVER)/syntax/mysql.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1348
file path=usr/share/vim/$(VIMVER)/syntax/named.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1349
file path=usr/share/vim/$(VIMVER)/syntax/nanorc.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1350
file path=usr/share/vim/$(VIMVER)/syntax/nasm.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1351
file path=usr/share/vim/$(VIMVER)/syntax/nastran.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1352
file path=usr/share/vim/$(VIMVER)/syntax/natural.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1353
file path=usr/share/vim/$(VIMVER)/syntax/ncf.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1354
file path=usr/share/vim/$(VIMVER)/syntax/netrc.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1355
file path=usr/share/vim/$(VIMVER)/syntax/netrw.vim
672
92e2da956d23 7085706 update vim to 7.3.421
Danek Duvall <danek.duvall@oracle.com>
parents: 609
diff changeset
  1356
file path=usr/share/vim/$(VIMVER)/syntax/ninja.vim
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1357
file path=usr/share/vim/$(VIMVER)/syntax/nosyntax.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1358
file path=usr/share/vim/$(VIMVER)/syntax/nqc.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1359
file path=usr/share/vim/$(VIMVER)/syntax/nroff.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1360
file path=usr/share/vim/$(VIMVER)/syntax/nsis.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1361
file path=usr/share/vim/$(VIMVER)/syntax/obj.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1362
file path=usr/share/vim/$(VIMVER)/syntax/objc.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1363
file path=usr/share/vim/$(VIMVER)/syntax/objcpp.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1364
file path=usr/share/vim/$(VIMVER)/syntax/ocaml.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1365
file path=usr/share/vim/$(VIMVER)/syntax/occam.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1366
file path=usr/share/vim/$(VIMVER)/syntax/omnimark.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1367
file path=usr/share/vim/$(VIMVER)/syntax/openroad.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1368
file path=usr/share/vim/$(VIMVER)/syntax/opl.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1369
file path=usr/share/vim/$(VIMVER)/syntax/ora.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1370
file path=usr/share/vim/$(VIMVER)/syntax/pamconf.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1371
file path=usr/share/vim/$(VIMVER)/syntax/papp.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1372
file path=usr/share/vim/$(VIMVER)/syntax/pascal.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1373
file path=usr/share/vim/$(VIMVER)/syntax/passwd.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1374
file path=usr/share/vim/$(VIMVER)/syntax/pcap.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1375
file path=usr/share/vim/$(VIMVER)/syntax/pccts.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1376
file path=usr/share/vim/$(VIMVER)/syntax/pdf.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1377
file path=usr/share/vim/$(VIMVER)/syntax/perl.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1378
file path=usr/share/vim/$(VIMVER)/syntax/perl6.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1379
file path=usr/share/vim/$(VIMVER)/syntax/pf.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1380
file path=usr/share/vim/$(VIMVER)/syntax/pfmain.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1381
file path=usr/share/vim/$(VIMVER)/syntax/php.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1382
file path=usr/share/vim/$(VIMVER)/syntax/phtml.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1383
file path=usr/share/vim/$(VIMVER)/syntax/pic.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1384
file path=usr/share/vim/$(VIMVER)/syntax/pike.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1385
file path=usr/share/vim/$(VIMVER)/syntax/pilrc.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1386
file path=usr/share/vim/$(VIMVER)/syntax/pine.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1387
file path=usr/share/vim/$(VIMVER)/syntax/pinfo.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1388
file path=usr/share/vim/$(VIMVER)/syntax/plaintex.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1389
file path=usr/share/vim/$(VIMVER)/syntax/plm.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1390
file path=usr/share/vim/$(VIMVER)/syntax/plp.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1391
file path=usr/share/vim/$(VIMVER)/syntax/plsql.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1392
file path=usr/share/vim/$(VIMVER)/syntax/po.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1393
file path=usr/share/vim/$(VIMVER)/syntax/pod.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1394
file path=usr/share/vim/$(VIMVER)/syntax/postscr.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1395
file path=usr/share/vim/$(VIMVER)/syntax/pov.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1396
file path=usr/share/vim/$(VIMVER)/syntax/povini.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1397
file path=usr/share/vim/$(VIMVER)/syntax/ppd.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1398
file path=usr/share/vim/$(VIMVER)/syntax/ppwiz.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1399
file path=usr/share/vim/$(VIMVER)/syntax/prescribe.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1400
file path=usr/share/vim/$(VIMVER)/syntax/privoxy.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1401
file path=usr/share/vim/$(VIMVER)/syntax/procmail.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1402
file path=usr/share/vim/$(VIMVER)/syntax/progress.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1403
file path=usr/share/vim/$(VIMVER)/syntax/prolog.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1404
file path=usr/share/vim/$(VIMVER)/syntax/promela.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1405
file path=usr/share/vim/$(VIMVER)/syntax/protocols.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1406
file path=usr/share/vim/$(VIMVER)/syntax/psf.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1407
file path=usr/share/vim/$(VIMVER)/syntax/ptcap.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1408
file path=usr/share/vim/$(VIMVER)/syntax/purifylog.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1409
file path=usr/share/vim/$(VIMVER)/syntax/pyrex.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1410
file path=usr/share/vim/$(VIMVER)/syntax/python.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1411
file path=usr/share/vim/$(VIMVER)/syntax/qf.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1412
file path=usr/share/vim/$(VIMVER)/syntax/quake.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1413
file path=usr/share/vim/$(VIMVER)/syntax/r.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1414
file path=usr/share/vim/$(VIMVER)/syntax/racc.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1415
file path=usr/share/vim/$(VIMVER)/syntax/radiance.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1416
file path=usr/share/vim/$(VIMVER)/syntax/ratpoison.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1417
file path=usr/share/vim/$(VIMVER)/syntax/rc.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1418
file path=usr/share/vim/$(VIMVER)/syntax/rcs.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1419
file path=usr/share/vim/$(VIMVER)/syntax/rcslog.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1420
file path=usr/share/vim/$(VIMVER)/syntax/readline.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1421
file path=usr/share/vim/$(VIMVER)/syntax/rebol.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1422
file path=usr/share/vim/$(VIMVER)/syntax/registry.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1423
file path=usr/share/vim/$(VIMVER)/syntax/remind.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1424
file path=usr/share/vim/$(VIMVER)/syntax/resolv.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1425
file path=usr/share/vim/$(VIMVER)/syntax/reva.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1426
file path=usr/share/vim/$(VIMVER)/syntax/rexx.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1427
file path=usr/share/vim/$(VIMVER)/syntax/rhelp.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1428
file path=usr/share/vim/$(VIMVER)/syntax/rib.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1429
file path=usr/share/vim/$(VIMVER)/syntax/rnc.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1430
file path=usr/share/vim/$(VIMVER)/syntax/rnoweb.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1431
file path=usr/share/vim/$(VIMVER)/syntax/robots.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1432
file path=usr/share/vim/$(VIMVER)/syntax/rpcgen.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1433
file path=usr/share/vim/$(VIMVER)/syntax/rpl.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1434
file path=usr/share/vim/$(VIMVER)/syntax/rst.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1435
file path=usr/share/vim/$(VIMVER)/syntax/rtf.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1436
file path=usr/share/vim/$(VIMVER)/syntax/ruby.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1437
file path=usr/share/vim/$(VIMVER)/syntax/samba.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1438
file path=usr/share/vim/$(VIMVER)/syntax/sas.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1439
file path=usr/share/vim/$(VIMVER)/syntax/sass.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1440
file path=usr/share/vim/$(VIMVER)/syntax/sather.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1441
file path=usr/share/vim/$(VIMVER)/syntax/scheme.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1442
file path=usr/share/vim/$(VIMVER)/syntax/scilab.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1443
file path=usr/share/vim/$(VIMVER)/syntax/screen.vim
379
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
  1444
file path=usr/share/vim/$(VIMVER)/syntax/scss.vim
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1445
file path=usr/share/vim/$(VIMVER)/syntax/sd.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1446
file path=usr/share/vim/$(VIMVER)/syntax/sdc.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1447
file path=usr/share/vim/$(VIMVER)/syntax/sdl.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1448
file path=usr/share/vim/$(VIMVER)/syntax/sed.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1449
file path=usr/share/vim/$(VIMVER)/syntax/sendpr.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1450
file path=usr/share/vim/$(VIMVER)/syntax/sensors.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1451
file path=usr/share/vim/$(VIMVER)/syntax/services.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1452
file path=usr/share/vim/$(VIMVER)/syntax/setserial.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1453
file path=usr/share/vim/$(VIMVER)/syntax/sgml.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1454
file path=usr/share/vim/$(VIMVER)/syntax/sgmldecl.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1455
file path=usr/share/vim/$(VIMVER)/syntax/sgmllnx.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1456
file path=usr/share/vim/$(VIMVER)/syntax/sh.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1457
file path=usr/share/vim/$(VIMVER)/syntax/sicad.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1458
file path=usr/share/vim/$(VIMVER)/syntax/sieve.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1459
file path=usr/share/vim/$(VIMVER)/syntax/simula.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1460
file path=usr/share/vim/$(VIMVER)/syntax/sinda.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1461
file path=usr/share/vim/$(VIMVER)/syntax/sindacmp.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1462
file path=usr/share/vim/$(VIMVER)/syntax/sindaout.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1463
file path=usr/share/vim/$(VIMVER)/syntax/sisu.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1464
file path=usr/share/vim/$(VIMVER)/syntax/skill.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1465
file path=usr/share/vim/$(VIMVER)/syntax/sl.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1466
file path=usr/share/vim/$(VIMVER)/syntax/slang.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1467
file path=usr/share/vim/$(VIMVER)/syntax/slice.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1468
file path=usr/share/vim/$(VIMVER)/syntax/slpconf.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1469
file path=usr/share/vim/$(VIMVER)/syntax/slpreg.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1470
file path=usr/share/vim/$(VIMVER)/syntax/slpspi.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1471
file path=usr/share/vim/$(VIMVER)/syntax/slrnrc.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1472
file path=usr/share/vim/$(VIMVER)/syntax/slrnsc.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1473
file path=usr/share/vim/$(VIMVER)/syntax/sm.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1474
file path=usr/share/vim/$(VIMVER)/syntax/smarty.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1475
file path=usr/share/vim/$(VIMVER)/syntax/smcl.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1476
file path=usr/share/vim/$(VIMVER)/syntax/smil.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1477
file path=usr/share/vim/$(VIMVER)/syntax/smith.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1478
file path=usr/share/vim/$(VIMVER)/syntax/sml.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1479
file path=usr/share/vim/$(VIMVER)/syntax/snnsnet.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1480
file path=usr/share/vim/$(VIMVER)/syntax/snnspat.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1481
file path=usr/share/vim/$(VIMVER)/syntax/snnsres.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1482
file path=usr/share/vim/$(VIMVER)/syntax/snobol4.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1483
file path=usr/share/vim/$(VIMVER)/syntax/spec.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1484
file path=usr/share/vim/$(VIMVER)/syntax/specman.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1485
file path=usr/share/vim/$(VIMVER)/syntax/spice.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1486
file path=usr/share/vim/$(VIMVER)/syntax/splint.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1487
file path=usr/share/vim/$(VIMVER)/syntax/spup.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1488
file path=usr/share/vim/$(VIMVER)/syntax/spyce.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1489
file path=usr/share/vim/$(VIMVER)/syntax/sql.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1490
file path=usr/share/vim/$(VIMVER)/syntax/sqlanywhere.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1491
file path=usr/share/vim/$(VIMVER)/syntax/sqlforms.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1492
file path=usr/share/vim/$(VIMVER)/syntax/sqlinformix.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1493
file path=usr/share/vim/$(VIMVER)/syntax/sqlj.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1494
file path=usr/share/vim/$(VIMVER)/syntax/sqloracle.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1495
file path=usr/share/vim/$(VIMVER)/syntax/sqr.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1496
file path=usr/share/vim/$(VIMVER)/syntax/squid.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1497
file path=usr/share/vim/$(VIMVER)/syntax/sshconfig.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1498
file path=usr/share/vim/$(VIMVER)/syntax/sshdconfig.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1499
file path=usr/share/vim/$(VIMVER)/syntax/st.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1500
file path=usr/share/vim/$(VIMVER)/syntax/stata.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1501
file path=usr/share/vim/$(VIMVER)/syntax/stp.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1502
file path=usr/share/vim/$(VIMVER)/syntax/strace.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1503
file path=usr/share/vim/$(VIMVER)/syntax/sudoers.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1504
file path=usr/share/vim/$(VIMVER)/syntax/svg.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1505
file path=usr/share/vim/$(VIMVER)/syntax/svn.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1506
file path=usr/share/vim/$(VIMVER)/syntax/syncolor.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1507
file path=usr/share/vim/$(VIMVER)/syntax/synload.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1508
file path=usr/share/vim/$(VIMVER)/syntax/syntax.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1509
file path=usr/share/vim/$(VIMVER)/syntax/sysctl.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1510
file path=usr/share/vim/$(VIMVER)/syntax/tads.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1511
file path=usr/share/vim/$(VIMVER)/syntax/tags.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1512
file path=usr/share/vim/$(VIMVER)/syntax/tak.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1513
file path=usr/share/vim/$(VIMVER)/syntax/takcmp.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1514
file path=usr/share/vim/$(VIMVER)/syntax/takout.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1515
file path=usr/share/vim/$(VIMVER)/syntax/tar.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1516
file path=usr/share/vim/$(VIMVER)/syntax/taskdata.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1517
file path=usr/share/vim/$(VIMVER)/syntax/taskedit.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1518
file path=usr/share/vim/$(VIMVER)/syntax/tasm.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1519
file path=usr/share/vim/$(VIMVER)/syntax/tcl.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1520
file path=usr/share/vim/$(VIMVER)/syntax/tcsh.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1521
file path=usr/share/vim/$(VIMVER)/syntax/terminfo.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1522
file path=usr/share/vim/$(VIMVER)/syntax/tex.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1523
file path=usr/share/vim/$(VIMVER)/syntax/texinfo.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1524
file path=usr/share/vim/$(VIMVER)/syntax/texmf.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1525
file path=usr/share/vim/$(VIMVER)/syntax/tf.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1526
file path=usr/share/vim/$(VIMVER)/syntax/tidy.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1527
file path=usr/share/vim/$(VIMVER)/syntax/tilde.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1528
file path=usr/share/vim/$(VIMVER)/syntax/tli.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1529
file path=usr/share/vim/$(VIMVER)/syntax/tpp.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1530
file path=usr/share/vim/$(VIMVER)/syntax/trasys.vim
379
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
  1531
file path=usr/share/vim/$(VIMVER)/syntax/treetop.vim
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1532
file path=usr/share/vim/$(VIMVER)/syntax/trustees.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1533
file path=usr/share/vim/$(VIMVER)/syntax/tsalt.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1534
file path=usr/share/vim/$(VIMVER)/syntax/tsscl.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1535
file path=usr/share/vim/$(VIMVER)/syntax/tssgm.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1536
file path=usr/share/vim/$(VIMVER)/syntax/tssop.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1537
file path=usr/share/vim/$(VIMVER)/syntax/uc.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1538
file path=usr/share/vim/$(VIMVER)/syntax/udevconf.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1539
file path=usr/share/vim/$(VIMVER)/syntax/udevperm.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1540
file path=usr/share/vim/$(VIMVER)/syntax/udevrules.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1541
file path=usr/share/vim/$(VIMVER)/syntax/uil.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1542
file path=usr/share/vim/$(VIMVER)/syntax/updatedb.vim
379
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
  1543
file path=usr/share/vim/$(VIMVER)/syntax/upstart.vim
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1544
file path=usr/share/vim/$(VIMVER)/syntax/valgrind.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1545
file path=usr/share/vim/$(VIMVER)/syntax/vb.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1546
file path=usr/share/vim/$(VIMVER)/syntax/vera.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1547
file path=usr/share/vim/$(VIMVER)/syntax/verilog.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1548
file path=usr/share/vim/$(VIMVER)/syntax/verilogams.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1549
file path=usr/share/vim/$(VIMVER)/syntax/vgrindefs.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1550
file path=usr/share/vim/$(VIMVER)/syntax/vhdl.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1551
file path=usr/share/vim/$(VIMVER)/syntax/vim.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1552
file path=usr/share/vim/$(VIMVER)/syntax/viminfo.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1553
file path=usr/share/vim/$(VIMVER)/syntax/virata.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1554
file path=usr/share/vim/$(VIMVER)/syntax/vmasm.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1555
file path=usr/share/vim/$(VIMVER)/syntax/voscm.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1556
file path=usr/share/vim/$(VIMVER)/syntax/vrml.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1557
file path=usr/share/vim/$(VIMVER)/syntax/vsejcl.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1558
file path=usr/share/vim/$(VIMVER)/syntax/wdiff.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1559
file path=usr/share/vim/$(VIMVER)/syntax/web.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1560
file path=usr/share/vim/$(VIMVER)/syntax/webmacro.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1561
file path=usr/share/vim/$(VIMVER)/syntax/wget.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1562
file path=usr/share/vim/$(VIMVER)/syntax/whitespace.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1563
file path=usr/share/vim/$(VIMVER)/syntax/winbatch.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1564
file path=usr/share/vim/$(VIMVER)/syntax/wml.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1565
file path=usr/share/vim/$(VIMVER)/syntax/wsh.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1566
file path=usr/share/vim/$(VIMVER)/syntax/wsml.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1567
file path=usr/share/vim/$(VIMVER)/syntax/wvdial.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1568
file path=usr/share/vim/$(VIMVER)/syntax/xbl.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1569
file path=usr/share/vim/$(VIMVER)/syntax/xdefaults.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1570
file path=usr/share/vim/$(VIMVER)/syntax/xf86conf.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1571
file path=usr/share/vim/$(VIMVER)/syntax/xhtml.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1572
file path=usr/share/vim/$(VIMVER)/syntax/xinetd.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1573
file path=usr/share/vim/$(VIMVER)/syntax/xkb.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1574
file path=usr/share/vim/$(VIMVER)/syntax/xmath.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1575
file path=usr/share/vim/$(VIMVER)/syntax/xml.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1576
file path=usr/share/vim/$(VIMVER)/syntax/xmodmap.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1577
file path=usr/share/vim/$(VIMVER)/syntax/xpm.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1578
file path=usr/share/vim/$(VIMVER)/syntax/xpm2.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1579
file path=usr/share/vim/$(VIMVER)/syntax/xquery.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1580
file path=usr/share/vim/$(VIMVER)/syntax/xs.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1581
file path=usr/share/vim/$(VIMVER)/syntax/xsd.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1582
file path=usr/share/vim/$(VIMVER)/syntax/xslt.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1583
file path=usr/share/vim/$(VIMVER)/syntax/xxd.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1584
file path=usr/share/vim/$(VIMVER)/syntax/yacc.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1585
file path=usr/share/vim/$(VIMVER)/syntax/yaml.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1586
file path=usr/share/vim/$(VIMVER)/syntax/z8a.vim
903
ebe1b43bc331 7179127 update vim to 7.3.584
Danek Duvall <danek.duvall@oracle.com>
parents: 820
diff changeset
  1587
file path=usr/share/vim/$(VIMVER)/syntax/zimbu.vim
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1588
file path=usr/share/vim/$(VIMVER)/syntax/zsh.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1589
file path=usr/share/vim/$(VIMVER)/tools/README.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1590
file path=usr/share/vim/$(VIMVER)/tools/blink.c
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1591
file path=usr/share/vim/$(VIMVER)/tools/ccfilter.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1592
file path=usr/share/vim/$(VIMVER)/tools/ccfilter.c
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1593
file path=usr/share/vim/$(VIMVER)/tools/ccfilter_README.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1594
file path=usr/share/vim/$(VIMVER)/tools/efm_filter.pl
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1595
file path=usr/share/vim/$(VIMVER)/tools/efm_filter.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1596
file path=usr/share/vim/$(VIMVER)/tools/efm_perl.pl
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1597
file path=usr/share/vim/$(VIMVER)/tools/mve.awk
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1598
file path=usr/share/vim/$(VIMVER)/tools/mve.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1599
file path=usr/share/vim/$(VIMVER)/tools/pltags.pl
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1600
file path=usr/share/vim/$(VIMVER)/tools/ref
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1601
file path=usr/share/vim/$(VIMVER)/tools/shtags.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1602
file path=usr/share/vim/$(VIMVER)/tools/shtags.pl
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1603
file path=usr/share/vim/$(VIMVER)/tools/unicode.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1604
file path=usr/share/vim/$(VIMVER)/tools/vim132
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1605
file path=usr/share/vim/$(VIMVER)/tools/vim_vs_net.cmd
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1606
file path=usr/share/vim/$(VIMVER)/tools/vimm
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1607
file path=usr/share/vim/$(VIMVER)/tools/vimspell.sh
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1608
file path=usr/share/vim/$(VIMVER)/tools/vimspell.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1609
file path=usr/share/vim/$(VIMVER)/tools/xcmdsrv_client.c
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1610
file path=usr/share/vim/$(VIMVER)/tutor/README.el.cp737.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1611
file path=usr/share/vim/$(VIMVER)/tutor/README.el.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1612
file path=usr/share/vim/$(VIMVER)/tutor/README.txt
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1613
file path=usr/share/vim/$(VIMVER)/tutor/tutor
379
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
  1614
file path=usr/share/vim/$(VIMVER)/tutor/tutor.bar
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
  1615
file path=usr/share/vim/$(VIMVER)/tutor/tutor.bar.utf-8
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1616
file path=usr/share/vim/$(VIMVER)/tutor/tutor.ca
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1617
file path=usr/share/vim/$(VIMVER)/tutor/tutor.ca.utf-8
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1618
file path=usr/share/vim/$(VIMVER)/tutor/tutor.cs
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1619
file path=usr/share/vim/$(VIMVER)/tutor/tutor.cs.cp1250
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1620
file path=usr/share/vim/$(VIMVER)/tutor/tutor.cs.utf-8
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1621
file path=usr/share/vim/$(VIMVER)/tutor/tutor.de
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1622
file path=usr/share/vim/$(VIMVER)/tutor/tutor.de.utf-8
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1623
file path=usr/share/vim/$(VIMVER)/tutor/tutor.el
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1624
file path=usr/share/vim/$(VIMVER)/tutor/tutor.el.cp737
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1625
file path=usr/share/vim/$(VIMVER)/tutor/tutor.el.utf-8
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1626
file path=usr/share/vim/$(VIMVER)/tutor/tutor.eo
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1627
file path=usr/share/vim/$(VIMVER)/tutor/tutor.eo.utf-8
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1628
file path=usr/share/vim/$(VIMVER)/tutor/tutor.es
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1629
file path=usr/share/vim/$(VIMVER)/tutor/tutor.es.utf-8
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1630
file path=usr/share/vim/$(VIMVER)/tutor/tutor.fr
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1631
file path=usr/share/vim/$(VIMVER)/tutor/tutor.fr.utf-8
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1632
file path=usr/share/vim/$(VIMVER)/tutor/tutor.hr
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1633
file path=usr/share/vim/$(VIMVER)/tutor/tutor.hr.cp1250
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1634
file path=usr/share/vim/$(VIMVER)/tutor/tutor.hr.utf-8
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1635
file path=usr/share/vim/$(VIMVER)/tutor/tutor.hu
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1636
file path=usr/share/vim/$(VIMVER)/tutor/tutor.hu.cp1250
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1637
file path=usr/share/vim/$(VIMVER)/tutor/tutor.hu.utf-8
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1638
file path=usr/share/vim/$(VIMVER)/tutor/tutor.it
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1639
file path=usr/share/vim/$(VIMVER)/tutor/tutor.it.utf-8
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1640
file path=usr/share/vim/$(VIMVER)/tutor/tutor.ja.euc
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1641
file path=usr/share/vim/$(VIMVER)/tutor/tutor.ja.sjis
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1642
file path=usr/share/vim/$(VIMVER)/tutor/tutor.ja.utf-8
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1643
file path=usr/share/vim/$(VIMVER)/tutor/tutor.ko.euc
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1644
file path=usr/share/vim/$(VIMVER)/tutor/tutor.ko.utf-8
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1645
file path=usr/share/vim/$(VIMVER)/tutor/tutor.nb
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1646
file path=usr/share/vim/$(VIMVER)/tutor/tutor.nb.utf-8
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1647
file path=usr/share/vim/$(VIMVER)/tutor/tutor.no
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1648
file path=usr/share/vim/$(VIMVER)/tutor/tutor.no.utf-8
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1649
file path=usr/share/vim/$(VIMVER)/tutor/tutor.pl
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1650
file path=usr/share/vim/$(VIMVER)/tutor/tutor.pl.cp1250
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1651
file path=usr/share/vim/$(VIMVER)/tutor/tutor.pl.utf-8
379
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
  1652
file path=usr/share/vim/$(VIMVER)/tutor/tutor.pt
c6a17bba1da3 7038754 vim 7.3
Danek Duvall <danek.duvall@oracle.com>
parents: 214
diff changeset
  1653
file path=usr/share/vim/$(VIMVER)/tutor/tutor.pt.utf-8
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1654
file path=usr/share/vim/$(VIMVER)/tutor/tutor.ru
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1655
file path=usr/share/vim/$(VIMVER)/tutor/tutor.ru.cp1251
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1656
file path=usr/share/vim/$(VIMVER)/tutor/tutor.ru.utf-8
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1657
file path=usr/share/vim/$(VIMVER)/tutor/tutor.sk
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1658
file path=usr/share/vim/$(VIMVER)/tutor/tutor.sk.cp1250
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1659
file path=usr/share/vim/$(VIMVER)/tutor/tutor.sk.utf-8
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1660
file path=usr/share/vim/$(VIMVER)/tutor/tutor.sv
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1661
file path=usr/share/vim/$(VIMVER)/tutor/tutor.sv.utf-8
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1662
file path=usr/share/vim/$(VIMVER)/tutor/tutor.tr.iso9
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1663
file path=usr/share/vim/$(VIMVER)/tutor/tutor.tr.utf-8
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1664
file path=usr/share/vim/$(VIMVER)/tutor/tutor.utf-8
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1665
file path=usr/share/vim/$(VIMVER)/tutor/tutor.vi.utf-8
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1666
file path=usr/share/vim/$(VIMVER)/tutor/tutor.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1667
file path=usr/share/vim/$(VIMVER)/tutor/tutor.zh.big5
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1668
file path=usr/share/vim/$(VIMVER)/tutor/tutor.zh.euc
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1669
file path=usr/share/vim/$(VIMVER)/tutor/tutor.zh.utf-8
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1670
file path=usr/share/vim/$(VIMVER)/vimrc_example.vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1671
link path=usr/bin/rview target=vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1672
link path=usr/bin/rvim target=vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1673
link path=usr/bin/vimdiff target=vim
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1674
link path=usr/share/man/fr.ISO8859-1/man1/rview.1 target=vim.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1675
link path=usr/share/man/fr.ISO8859-1/man1/rvim.1 target=vim.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1676
link path=usr/share/man/fr.UTF-8/man1/rview.1 target=vim.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1677
link path=usr/share/man/fr.UTF-8/man1/rvim.1 target=vim.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1678
link path=usr/share/man/fr/man1/rview.1 target=vim.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1679
link path=usr/share/man/fr/man1/rvim.1 target=vim.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1680
link path=usr/share/man/it.ISO8859-1/man1/rview.1 target=vim.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1681
link path=usr/share/man/it.ISO8859-1/man1/rvim.1 target=vim.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1682
link path=usr/share/man/it.UTF-8/man1/rview.1 target=vim.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1683
link path=usr/share/man/it.UTF-8/man1/rvim.1 target=vim.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1684
link path=usr/share/man/it/man1/rview.1 target=vim.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1685
link path=usr/share/man/it/man1/rvim.1 target=vim.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1686
link path=usr/share/man/man1/rview.1 target=vim.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1687
link path=usr/share/man/man1/rvim.1 target=vim.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1688
link path=usr/share/man/pl.ISO8859-2/man1/rview.1 target=vim.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1689
link path=usr/share/man/pl.ISO8859-2/man1/rvim.1 target=vim.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1690
link path=usr/share/man/pl.UTF-8/man1/rview.1 target=vim.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1691
link path=usr/share/man/pl.UTF-8/man1/rvim.1 target=vim.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1692
link path=usr/share/man/pl/man1/rview.1 target=vim.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1693
link path=usr/share/man/pl/man1/rvim.1 target=vim.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1694
link path=usr/share/man/ru.KOI8-R/man1/rview.1 target=vim.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1695
link path=usr/share/man/ru.KOI8-R/man1/rvim.1 target=vim.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1696
link path=usr/share/man/ru.UTF-8/man1/rview.1 target=vim.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1697
link path=usr/share/man/ru.UTF-8/man1/rvim.1 target=vim.1
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1698
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1699
license license license="VIM License"
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1700
214
7503f0ee070d 7036367 vim is too big (fix package name)
Danek Duvall <danek.duvall@oracle.com>
parents: 198
diff changeset
  1701
depend type=require fmri=editor/vim/vim-core@$(IPS_COMPONENT_VERSION)
198
172fc01ce997 7016732 move vim from sfw to userland
Danek Duvall <danek.duvall@oracle.com>
parents:
diff changeset
  1702
depend type=optional fmri=editor/gvim@$(IPS_COMPONENT_VERSION)