update to 7.2.25. ok marco@, landry@
This commit is contained in:
parent
0c9dcd506d
commit
7145b91046
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.94 2008/06/20 05:24:39 ckuethe Exp $
|
||||
# $OpenBSD: Makefile,v 1.95 2008/10/17 14:56:53 ckuethe Exp $
|
||||
|
||||
COMMENT-main= vi clone, many additional features
|
||||
COMMENT-lang= vi clone, NLS subpackage
|
||||
|
||||
DISTNAME= vim-7.1
|
||||
REVISION= 315
|
||||
VERSION= 7.1.${REVISION}
|
||||
DISTNAME= vim-7.2
|
||||
REVISION= 25
|
||||
VERSION= 7.2.${REVISION}
|
||||
# keep PKGNAME for full version number
|
||||
PKGNAME= vim-${VERSION}
|
||||
PKGNAME-main= vim-${VERSION}
|
||||
@ -15,22 +15,21 @@ CATEGORIES= editors
|
||||
MASTER_SITES= ftp://ftp.vim.org/pub/vim/unix/ \
|
||||
ftp://ftp.home.vim.org/pub/vim/unix/ \
|
||||
ftp://ftp.berlin.de.vim.org/unix/
|
||||
MASTER_SITES0= ${MASTER_SITES:S/unix/patches\/7.1/}
|
||||
MASTER_SITES0= ${MASTER_SITES:S/unix/patches\/7.2/}
|
||||
MASTER_SITES1= ${MASTER_SITES:S/unix/extra/}
|
||||
DISTFILES= ${DISTNAME}.tar.bz2 \
|
||||
${DISTNAME}-lang.tar.gz:1
|
||||
DIST_SUBDIR= vim71
|
||||
DIST_SUBDIR= vim72
|
||||
|
||||
HOMEPAGE= http://www.vim.org/
|
||||
MAINTAINER= Chris Kuethe <ckuethe@openbsd.org>
|
||||
|
||||
PATCHFILES= #
|
||||
_patches!= jot -w%03d - 1 ${REVISION} 1 | \
|
||||
egrep -v '003|007|041|065|070|072|080|088|091|092|122|123|124|126|128|129|134|146|158|168|176|178|186|187|191|196|197|204|275|278|280|282|283|285|302|303|309'
|
||||
egrep -v '001|007|022'
|
||||
.for p in ${_patches}
|
||||
PATCHFILES+= 7.1.${p}:0
|
||||
PATCHFILES+= 7.2.${p}:0
|
||||
.endfor
|
||||
PATCHFILES+= 7.1.126ne:0
|
||||
|
||||
# allow vim to build on m68k and vax
|
||||
.if (${MACHINE_ARCH} == "m68k")
|
||||
|
1525
editors/vim/distinfo
1525
editors/vim/distinfo
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-runtime_filetype_vim,v 1.1 2008/02/17 18:10:04 espie Exp $
|
||||
--- runtime/filetype.vim.orig Sun Feb 17 13:49:37 2008
|
||||
+++ runtime/filetype.vim Sun Feb 17 13:51:54 2008
|
||||
@@ -68,6 +68,14 @@ func! s:Check_inp()
|
||||
$OpenBSD: patch-runtime_filetype_vim,v 1.2 2008/10/17 14:56:53 ckuethe Exp $
|
||||
--- runtime/filetype.vim.orig Sun Aug 3 12:38:46 2008
|
||||
+++ runtime/filetype.vim Thu Oct 16 12:10:25 2008
|
||||
@@ -71,6 +71,14 @@ func! s:Check_inp()
|
||||
endif
|
||||
endfunc
|
||||
|
||||
@ -16,7 +16,7 @@ $OpenBSD: patch-runtime_filetype_vim,v 1.1 2008/02/17 18:10:04 espie Exp $
|
||||
" A-A-P recipe
|
||||
au BufNewFile,BufRead *.aap setf aap
|
||||
|
||||
@@ -530,7 +538,7 @@ au BufNewFile,BufRead dict.conf,.dictrc setf dictconf
|
||||
@@ -572,7 +580,7 @@ au BufNewFile,BufRead dict.conf,.dictrc setf dictconf
|
||||
au BufNewFile,BufRead dictd.conf setf dictdconf
|
||||
|
||||
" Diff files
|
||||
@ -25,7 +25,7 @@ $OpenBSD: patch-runtime_filetype_vim,v 1.1 2008/02/17 18:10:04 espie Exp $
|
||||
|
||||
" Dircolors
|
||||
au BufNewFile,BufRead .dir_colors,/etc/DIR_COLORS setf dircolors
|
||||
@@ -939,7 +947,7 @@ au BufNewFile,BufRead /etc/mail/aliases,/etc/aliases s
|
||||
@@ -1016,7 +1024,7 @@ au BufNewFile,BufRead /etc/mail/aliases,/etc/aliases s
|
||||
au BufNewFile,BufRead .mailcap,mailcap setf mailcap
|
||||
|
||||
" Makefile
|
||||
@ -34,7 +34,7 @@ $OpenBSD: patch-runtime_filetype_vim,v 1.1 2008/02/17 18:10:04 espie Exp $
|
||||
|
||||
" MakeIndex
|
||||
au BufNewFile,BufRead *.ist,*.mst setf ist
|
||||
@@ -1960,7 +1968,10 @@ au BufNewFile,BufRead *.vim,*.vba,.exrc,_exrc setf vim
|
||||
@@ -2080,7 +2088,10 @@ au BufNewFile,BufRead *.vim,*.vba,.exrc,_exrc setf vim
|
||||
au BufNewFile,BufRead .viminfo,_viminfo setf viminfo
|
||||
|
||||
" Virata Config Script File
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-runtime_syntax_c_vim,v 1.1 2007/11/07 19:52:15 ckuethe Exp $
|
||||
--- runtime/syntax/c.vim.orig Wed Nov 7 12:30:06 2007
|
||||
+++ runtime/syntax/c.vim Wed Nov 7 12:31:10 2007
|
||||
@@ -169,6 +169,7 @@ if !exists("c_no_c99") " ISO C99
|
||||
$OpenBSD: patch-runtime_syntax_c_vim,v 1.2 2008/10/17 14:56:53 ckuethe Exp $
|
||||
--- runtime/syntax/c.vim.orig Wed Mar 19 13:44:52 2008
|
||||
+++ runtime/syntax/c.vim Thu Oct 16 12:10:33 2008
|
||||
@@ -174,6 +174,7 @@ if !exists("c_no_c99") " ISO C99
|
||||
syn keyword cType bool complex
|
||||
syn keyword cType int8_t int16_t int32_t int64_t
|
||||
syn keyword cType uint8_t uint16_t uint32_t uint64_t
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-runtime_syntax_make_vim,v 1.1 2008/05/16 20:19:12 espie Exp $
|
||||
--- runtime/syntax/make.vim.orig Tue May 1 11:18:11 2007
|
||||
+++ runtime/syntax/make.vim Sat Apr 5 20:38:11 2008
|
||||
$OpenBSD: patch-runtime_syntax_make_vim,v 1.2 2008/10/17 14:56:53 ckuethe Exp $
|
||||
--- runtime/syntax/make.vim.orig Mon Aug 4 14:28:31 2008
|
||||
+++ runtime/syntax/make.vim Thu Oct 16 12:13:38 2008
|
||||
@@ -22,6 +22,9 @@ syn match makeInclude "^ *[-s]\=include"
|
||||
syn match makeStatement "^ *vpath"
|
||||
syn match makeExport "^ *\(export\|unexport\)\>"
|
||||
@ -46,11 +46,11 @@ $OpenBSD: patch-runtime_syntax_make_vim,v 1.1 2008/05/16 20:19:12 espie Exp $
|
||||
|
||||
syn match makeCommandError "^\s\+\S.*" contained
|
||||
syn region makeCommands start=";"hs=s+1 start="^\t" end="^[^\t#]"me=e-1,re=e-1 end="^$" contained contains=makeCmdNextLine,makeSpecial,makeComment,makeIdent,makePreCondit,makeDefine,makeDString,makeSString nextgroup=makeCommandError
|
||||
@@ -63,14 +70,14 @@ syn match makeCmdNextLine "\\\n."he=e-1 contained
|
||||
@@ -63,14 +70,15 @@ syn match makeCmdNextLine "\\\n."he=e-1 contained
|
||||
|
||||
|
||||
" Statements / Functions (GNU make)
|
||||
-syn match makeStatement contained "(\(subst\|addprefix\|addsuffix\|basename\|call\|dir\|error\|eval\|filter-out\|filter\|findstring\|firstword\|foreach\|if\|join\|notdir\|origin\|patsubst\|shell\|sort\|strip\|suffix\|warning\|wildcard\|word\|wordlist\|words\)\>"ms=s+1
|
||||
-syn match makeStatement contained "(\(subst\|abspath\|addprefix\|addsuffix\|and\|basename\|call\|dir\|error\|eval\|filter-out\|filter\|findstring\|firstword\|flavor\|foreach\|if\|info\|join\|lastword\|notdir\|or\|origin\|patsubst\|realpath\|shell\|sort\|strip\|suffix\|value\|warning\|wildcard\|word\|wordlist\|words\)\>"ms=s+1
|
||||
+syn match makeStatement contained "(\(subst\|addprefix\|addsuffix\|basename\|call\|dir\|error\|filter-out\|filter\|findstring\|firstword\|foreach\|if\|join\|notdir\|origin\|patsubst\|shell\|sort\|strip\|suffix\|warning\|wildcard\|word\|wordlist\|words\)\>"ms=s+1
|
||||
|
||||
" Comment
|
||||
@ -62,6 +62,7 @@ $OpenBSD: patch-runtime_syntax_make_vim,v 1.1 2008/05/16 20:19:12 espie Exp $
|
||||
- syn match makeComment "#$" contains=@Spell
|
||||
+ syn region makeComment start="#" end="^$" end="[^\\]$" keepend contains=makeTodo
|
||||
+ syn match makeComment "#$"
|
||||
+
|
||||
endif
|
||||
syn keyword makeTodo TODO FIXME XXX contained
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-src_auto_configure,v 1.4 2008/02/17 18:10:04 espie Exp $
|
||||
--- src/auto/configure.orig Sun Feb 17 13:49:40 2008
|
||||
+++ src/auto/configure Sun Feb 17 13:49:42 2008
|
||||
@@ -10339,6 +10339,7 @@ cat confdefs.h >>conftest.$ac_ext
|
||||
$OpenBSD: patch-src_auto_configure,v 1.5 2008/10/17 14:56:53 ckuethe Exp $
|
||||
--- src/auto/configure.orig Thu Jul 24 05:40:36 2008
|
||||
+++ src/auto/configure Thu Oct 16 12:15:10 2008
|
||||
@@ -9988,6 +9988,7 @@ cat confdefs.h >>conftest.$ac_ext
|
||||
cat >>conftest.$ac_ext <<_ACEOF
|
||||
/* end confdefs.h. */
|
||||
$ac_includes_default
|
||||
@ -9,7 +9,7 @@ $OpenBSD: patch-src_auto_configure,v 1.4 2008/02/17 18:10:04 espie Exp $
|
||||
#include <$ac_header>
|
||||
_ACEOF
|
||||
rm -f conftest.$ac_objext
|
||||
@@ -13638,6 +13639,7 @@ cat confdefs.h >>conftest.$ac_ext
|
||||
@@ -14939,6 +14940,7 @@ cat confdefs.h >>conftest.$ac_ext
|
||||
cat >>conftest.$ac_ext <<_ACEOF
|
||||
/* end confdefs.h. */
|
||||
#include <sys/types.h>
|
||||
@ -17,10 +17,10 @@ $OpenBSD: patch-src_auto_configure,v 1.4 2008/02/17 18:10:04 espie Exp $
|
||||
#include <sys/sysctl.h>
|
||||
int
|
||||
main ()
|
||||
@@ -14372,7 +14374,7 @@ else
|
||||
@@ -15775,7 +15777,7 @@ else
|
||||
sed 's/^/| /' conftest.$ac_ext >&5
|
||||
|
||||
olibs=$LIBS
|
||||
olibs=$LIBS
|
||||
- LIBS="$LIBS -lintl"
|
||||
+ LIBS="$LIBS -lintl -liconv"
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
|
@ -1,9 +1,10 @@
|
||||
@comment $OpenBSD: PFRAG.no-no_x11-main,v 1.2 2006/12/25 19:08:08 ckuethe Exp $
|
||||
@comment $OpenBSD: PFRAG.no-no_x11-main,v 1.3 2008/10/17 14:56:53 ckuethe Exp $
|
||||
bin/eview
|
||||
bin/evim
|
||||
bin/gview
|
||||
bin/gvim
|
||||
bin/gvimdiff
|
||||
bin/gvimtutor
|
||||
bin/rgview
|
||||
bin/rgvim
|
||||
@man man/fr.ISO8859-1/man1/eview.1
|
||||
|
@ -1,14 +1,14 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.4 2007/05/18 15:18:59 ckuethe Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.5 2008/10/17 14:56:53 ckuethe Exp $
|
||||
@pkgpath ${BASE_PKGPATH}
|
||||
%%gtk2%%
|
||||
bin/ex
|
||||
bin/rview
|
||||
bin/rvim
|
||||
bin/view
|
||||
bin/vim
|
||||
@bin bin/vim
|
||||
bin/vimdiff
|
||||
bin/vimtutor
|
||||
bin/xxd
|
||||
@bin bin/xxd
|
||||
man/fr/
|
||||
man/fr.ISO8859-1/
|
||||
man/fr.ISO8859-1/man1/
|
||||
@ -226,6 +226,7 @@ share/vim/${P}/compiler/pbx.vim
|
||||
share/vim/${P}/compiler/perl.vim
|
||||
share/vim/${P}/compiler/php.vim
|
||||
share/vim/${P}/compiler/pyunit.vim
|
||||
share/vim/${P}/compiler/rspec.vim
|
||||
share/vim/${P}/compiler/rst.vim
|
||||
share/vim/${P}/compiler/ruby.vim
|
||||
share/vim/${P}/compiler/rubyunit.vim
|
||||
@ -238,7 +239,6 @@ share/vim/${P}/compiler/xmllint.vim
|
||||
share/vim/${P}/compiler/xmlwf.vim
|
||||
share/vim/${P}/delmenu.vim
|
||||
share/vim/${P}/doc/
|
||||
share/vim/${P}/doc/ada.txt
|
||||
share/vim/${P}/doc/arabic.txt
|
||||
share/vim/${P}/doc/autocmd.txt
|
||||
share/vim/${P}/doc/change.txt
|
||||
@ -253,6 +253,8 @@ share/vim/${P}/doc/eval.txt
|
||||
share/vim/${P}/doc/farsi.txt
|
||||
share/vim/${P}/doc/filetype.txt
|
||||
share/vim/${P}/doc/fold.txt
|
||||
share/vim/${P}/doc/ft_ada.txt
|
||||
share/vim/${P}/doc/ft_sql.txt
|
||||
share/vim/${P}/doc/gui.txt
|
||||
share/vim/${P}/doc/gui_w16.txt
|
||||
share/vim/${P}/doc/gui_w32.txt
|
||||
@ -315,7 +317,6 @@ share/vim/${P}/doc/scroll.txt
|
||||
share/vim/${P}/doc/sign.txt
|
||||
share/vim/${P}/doc/spell.txt
|
||||
share/vim/${P}/doc/sponsor.txt
|
||||
share/vim/${P}/doc/sql.txt
|
||||
share/vim/${P}/doc/starting.txt
|
||||
share/vim/${P}/doc/syntax.txt
|
||||
share/vim/${P}/doc/tabpage.txt
|
||||
@ -391,6 +392,7 @@ share/vim/${P}/ftplugin/bst.vim
|
||||
share/vim/${P}/ftplugin/btm.vim
|
||||
share/vim/${P}/ftplugin/c.vim
|
||||
share/vim/${P}/ftplugin/calendar.vim
|
||||
share/vim/${P}/ftplugin/cdrdaoconf.vim
|
||||
share/vim/${P}/ftplugin/ch.vim
|
||||
share/vim/${P}/ftplugin/changelog.vim
|
||||
share/vim/${P}/ftplugin/cobol.vim
|
||||
@ -405,25 +407,38 @@ share/vim/${P}/ftplugin/csh.vim
|
||||
share/vim/${P}/ftplugin/css.vim
|
||||
share/vim/${P}/ftplugin/cvsrc.vim
|
||||
share/vim/${P}/ftplugin/debchangelog.vim
|
||||
share/vim/${P}/ftplugin/debcontrol.vim
|
||||
share/vim/${P}/ftplugin/denyhosts.vim
|
||||
share/vim/${P}/ftplugin/dictconf.vim
|
||||
share/vim/${P}/ftplugin/dictdconf.vim
|
||||
share/vim/${P}/ftplugin/diff.vim
|
||||
share/vim/${P}/ftplugin/dircolors.vim
|
||||
share/vim/${P}/ftplugin/dosbatch.vim
|
||||
share/vim/${P}/ftplugin/dosini.vim
|
||||
share/vim/${P}/ftplugin/dtd.vim
|
||||
share/vim/${P}/ftplugin/dtrace.vim
|
||||
share/vim/${P}/ftplugin/elinks.vim
|
||||
share/vim/${P}/ftplugin/eruby.vim
|
||||
share/vim/${P}/ftplugin/eterm.vim
|
||||
share/vim/${P}/ftplugin/fetchmail.vim
|
||||
share/vim/${P}/ftplugin/flexwiki.vim
|
||||
share/vim/${P}/ftplugin/fortran.vim
|
||||
share/vim/${P}/ftplugin/framescript.vim
|
||||
share/vim/${P}/ftplugin/fvwm.vim
|
||||
share/vim/${P}/ftplugin/git.vim
|
||||
share/vim/${P}/ftplugin/gitcommit.vim
|
||||
share/vim/${P}/ftplugin/gitconfig.vim
|
||||
share/vim/${P}/ftplugin/gitrebase.vim
|
||||
share/vim/${P}/ftplugin/gitsendemail.vim
|
||||
share/vim/${P}/ftplugin/gpg.vim
|
||||
share/vim/${P}/ftplugin/group.vim
|
||||
share/vim/${P}/ftplugin/grub.vim
|
||||
share/vim/${P}/ftplugin/haml.vim
|
||||
share/vim/${P}/ftplugin/hamster.vim
|
||||
share/vim/${P}/ftplugin/haskell.vim
|
||||
share/vim/${P}/ftplugin/help.vim
|
||||
share/vim/${P}/ftplugin/hostconf.vim
|
||||
share/vim/${P}/ftplugin/hostsaccess.vim
|
||||
share/vim/${P}/ftplugin/html.vim
|
||||
share/vim/${P}/ftplugin/htmldjango.vim
|
||||
share/vim/${P}/ftplugin/indent.vim
|
||||
@ -441,6 +456,7 @@ share/vim/${P}/ftplugin/limits.vim
|
||||
share/vim/${P}/ftplugin/lisp.vim
|
||||
share/vim/${P}/ftplugin/loginaccess.vim
|
||||
share/vim/${P}/ftplugin/logindefs.vim
|
||||
share/vim/${P}/ftplugin/logtalk.vim
|
||||
share/vim/${P}/ftplugin/lprolog.vim
|
||||
share/vim/${P}/ftplugin/lua.vim
|
||||
share/vim/${P}/ftplugin/m4.vim
|
||||
@ -456,16 +472,19 @@ share/vim/${P}/ftplugin/modconf.vim
|
||||
share/vim/${P}/ftplugin/mp.vim
|
||||
share/vim/${P}/ftplugin/mplayerconf.vim
|
||||
share/vim/${P}/ftplugin/mrxvtrc.vim
|
||||
share/vim/${P}/ftplugin/msmessages.vim
|
||||
share/vim/${P}/ftplugin/mupad.vim
|
||||
share/vim/${P}/ftplugin/muttrc.vim
|
||||
share/vim/${P}/ftplugin/nanorc.vim
|
||||
share/vim/${P}/ftplugin/netrc.vim
|
||||
share/vim/${P}/ftplugin/nsis.vim
|
||||
share/vim/${P}/ftplugin/objc.vim
|
||||
share/vim/${P}/ftplugin/ocaml.vim
|
||||
share/vim/${P}/ftplugin/occam.vim
|
||||
share/vim/${P}/ftplugin/pamconf.vim
|
||||
share/vim/${P}/ftplugin/pascal.vim
|
||||
share/vim/${P}/ftplugin/passwd.vim
|
||||
share/vim/${P}/ftplugin/pdf.vim
|
||||
share/vim/${P}/ftplugin/perl.vim
|
||||
share/vim/${P}/ftplugin/php.vim
|
||||
share/vim/${P}/ftplugin/pinfo.vim
|
||||
@ -479,10 +498,12 @@ share/vim/${P}/ftplugin/python.vim
|
||||
share/vim/${P}/ftplugin/quake.vim
|
||||
share/vim/${P}/ftplugin/racc.vim
|
||||
share/vim/${P}/ftplugin/readline.vim
|
||||
share/vim/${P}/ftplugin/reva.vim
|
||||
share/vim/${P}/ftplugin/rnc.vim
|
||||
share/vim/${P}/ftplugin/rpl.vim
|
||||
share/vim/${P}/ftplugin/rst.vim
|
||||
share/vim/${P}/ftplugin/ruby.vim
|
||||
share/vim/${P}/ftplugin/sass.vim
|
||||
share/vim/${P}/ftplugin/scheme.vim
|
||||
share/vim/${P}/ftplugin/screen.vim
|
||||
share/vim/${P}/ftplugin/sensors.vim
|
||||
@ -549,11 +570,17 @@ share/vim/${P}/indent/d.vim
|
||||
share/vim/${P}/indent/dictconf.vim
|
||||
share/vim/${P}/indent/dictdconf.vim
|
||||
share/vim/${P}/indent/docbk.vim
|
||||
share/vim/${P}/indent/dtd.vim
|
||||
share/vim/${P}/indent/dtrace.vim
|
||||
share/vim/${P}/indent/dylan.vim
|
||||
share/vim/${P}/indent/eiffel.vim
|
||||
share/vim/${P}/indent/erlang.vim
|
||||
share/vim/${P}/indent/eruby.vim
|
||||
share/vim/${P}/indent/eterm.vim
|
||||
share/vim/${P}/indent/fortran.vim
|
||||
share/vim/${P}/indent/framescript.vim
|
||||
share/vim/${P}/indent/gitconfig.vim
|
||||
share/vim/${P}/indent/haml.vim
|
||||
share/vim/${P}/indent/hamster.vim
|
||||
share/vim/${P}/indent/html.vim
|
||||
share/vim/${P}/indent/htmldjango.vim
|
||||
@ -564,6 +591,7 @@ share/vim/${P}/indent/javascript.vim
|
||||
share/vim/${P}/indent/jsp.vim
|
||||
share/vim/${P}/indent/ld.vim
|
||||
share/vim/${P}/indent/lisp.vim
|
||||
share/vim/${P}/indent/logtalk.vim
|
||||
share/vim/${P}/indent/lua.vim
|
||||
share/vim/${P}/indent/make.vim
|
||||
share/vim/${P}/indent/matlab.vim
|
||||
@ -585,6 +613,7 @@ share/vim/${P}/indent/readline.vim
|
||||
share/vim/${P}/indent/rpl.vim
|
||||
share/vim/${P}/indent/rst.vim
|
||||
share/vim/${P}/indent/ruby.vim
|
||||
share/vim/${P}/indent/sass.vim
|
||||
share/vim/${P}/indent/scheme.vim
|
||||
share/vim/${P}/indent/sdl.vim
|
||||
share/vim/${P}/indent/sh.vim
|
||||
@ -593,6 +622,7 @@ share/vim/${P}/indent/sql.vim
|
||||
share/vim/${P}/indent/sqlanywhere.vim
|
||||
share/vim/${P}/indent/tcl.vim
|
||||
share/vim/${P}/indent/tcsh.vim
|
||||
share/vim/${P}/indent/tf.vim
|
||||
share/vim/${P}/indent/tilde.vim
|
||||
share/vim/${P}/indent/vb.vim
|
||||
share/vim/${P}/indent/verilog.vim
|
||||
@ -614,8 +644,11 @@ share/vim/${P}/keymap/arabic.vim
|
||||
share/vim/${P}/keymap/arabic_utf-8.vim
|
||||
share/vim/${P}/keymap/bulgarian-bds.vim
|
||||
share/vim/${P}/keymap/bulgarian-phonetic.vim
|
||||
share/vim/${P}/keymap/bulgarian.vim
|
||||
share/vim/${P}/keymap/canfr-win.vim
|
||||
share/vim/${P}/keymap/croatian.vim
|
||||
share/vim/${P}/keymap/croatian_cp1250.vim
|
||||
share/vim/${P}/keymap/croatian_iso-8859-2.vim
|
||||
share/vim/${P}/keymap/croatian_utf-8.vim
|
||||
share/vim/${P}/keymap/czech.vim
|
||||
share/vim/${P}/keymap/czech_utf-8.vim
|
||||
share/vim/${P}/keymap/esperanto.vim
|
||||
@ -645,6 +678,7 @@ share/vim/${P}/keymap/polish-slash_cp1250.vim
|
||||
share/vim/${P}/keymap/polish-slash_cp852.vim
|
||||
share/vim/${P}/keymap/polish-slash_iso-8859-2.vim
|
||||
share/vim/${P}/keymap/polish-slash_utf-8.vim
|
||||
share/vim/${P}/keymap/russian-dvorak.vim
|
||||
share/vim/${P}/keymap/russian-jcuken.vim
|
||||
share/vim/${P}/keymap/russian-jcukenwin.vim
|
||||
share/vim/${P}/keymap/russian-yawerty.vim
|
||||
@ -665,12 +699,30 @@ share/vim/${P}/keymap/slovak_utf-8.vim
|
||||
share/vim/${P}/keymap/tamil_tscii.vim
|
||||
share/vim/${P}/keymap/thaana-phonetic_utf-8.vim
|
||||
share/vim/${P}/keymap/thaana.vim
|
||||
share/vim/${P}/keymap/ukrainian-dvorak.vim
|
||||
share/vim/${P}/keymap/ukrainian-jcuken.vim
|
||||
share/vim/${P}/keymap/vietnamese-viqr_utf-8.vim
|
||||
share/vim/${P}/lang/
|
||||
share/vim/${P}/lang/eo/
|
||||
share/vim/${P}/lang/eo/LC_MESSAGES/
|
||||
share/vim/${P}/lang/eo/LC_MESSAGES/vim.mo
|
||||
share/vim/${P}/lang/fi/
|
||||
share/vim/${P}/lang/fi/LC_MESSAGES/
|
||||
share/vim/${P}/lang/fi/LC_MESSAGES/vim.mo
|
||||
share/vim/${P}/lang/menu_eo.utf-8.vim
|
||||
share/vim/${P}/lang/menu_eo_eo.utf-8.vim
|
||||
share/vim/${P}/lang/menu_eo_xx.utf-8.vim
|
||||
share/vim/${P}/lang/menu_fi.latin1.vim
|
||||
share/vim/${P}/lang/menu_fi.utf-8.vim
|
||||
share/vim/${P}/lang/menu_fi_fi.latin1.vim
|
||||
share/vim/${P}/lang/menu_fi_fi.utf-8.vim
|
||||
share/vim/${P}/lang/menu_finnish_finland.1252.vim
|
||||
share/vim/${P}/lang/menu_sl_si.cp1250.vim
|
||||
share/vim/${P}/lang/menu_sl_si.latin2.vim
|
||||
share/vim/${P}/lang/menu_sl_si.utf-8.vim
|
||||
share/vim/${P}/lang/pt_BR/
|
||||
share/vim/${P}/lang/pt_BR/LC_MESSAGES/
|
||||
share/vim/${P}/lang/pt_BR/LC_MESSAGES/vim.mo
|
||||
share/vim/${P}/macros/
|
||||
share/vim/${P}/macros/README.txt
|
||||
share/vim/${P}/macros/dvorak
|
||||
@ -819,6 +871,7 @@ share/vim/${P}/syntax/c.vim
|
||||
share/vim/${P}/syntax/calendar.vim
|
||||
share/vim/${P}/syntax/catalog.vim
|
||||
share/vim/${P}/syntax/cdl.vim
|
||||
share/vim/${P}/syntax/cdrdaoconf.vim
|
||||
share/vim/${P}/syntax/cdrtoc.vim
|
||||
share/vim/${P}/syntax/cf.vim
|
||||
share/vim/${P}/syntax/cfg.vim
|
||||
@ -835,6 +888,7 @@ share/vim/${P}/syntax/clipper.vim
|
||||
share/vim/${P}/syntax/cmake.vim
|
||||
share/vim/${P}/syntax/cmusrc.vim
|
||||
share/vim/${P}/syntax/cobol.vim
|
||||
share/vim/${P}/syntax/coco.vim
|
||||
share/vim/${P}/syntax/colortest.vim
|
||||
share/vim/${P}/syntax/conaryrecipe.vim
|
||||
share/vim/${P}/syntax/conf.vim
|
||||
@ -850,6 +904,7 @@ share/vim/${P}/syntax/csp.vim
|
||||
share/vim/${P}/syntax/css.vim
|
||||
share/vim/${P}/syntax/cterm.vim
|
||||
share/vim/${P}/syntax/ctrlh.vim
|
||||
share/vim/${P}/syntax/cuda.vim
|
||||
share/vim/${P}/syntax/cupl.vim
|
||||
share/vim/${P}/syntax/cuplsim.vim
|
||||
share/vim/${P}/syntax/cvs.vim
|
||||
@ -864,6 +919,7 @@ share/vim/${P}/syntax/debchangelog.vim
|
||||
share/vim/${P}/syntax/debcontrol.vim
|
||||
share/vim/${P}/syntax/debsources.vim
|
||||
share/vim/${P}/syntax/def.vim
|
||||
share/vim/${P}/syntax/denyhosts.vim
|
||||
share/vim/${P}/syntax/desc.vim
|
||||
share/vim/${P}/syntax/desktop.vim
|
||||
share/vim/${P}/syntax/dictconf.vim
|
||||
@ -884,6 +940,7 @@ share/vim/${P}/syntax/dracula.vim
|
||||
share/vim/${P}/syntax/dsl.vim
|
||||
share/vim/${P}/syntax/dtd.vim
|
||||
share/vim/${P}/syntax/dtml.vim
|
||||
share/vim/${P}/syntax/dtrace.vim
|
||||
share/vim/${P}/syntax/dylan.vim
|
||||
share/vim/${P}/syntax/dylanintr.vim
|
||||
share/vim/${P}/syntax/dylanlid.vim
|
||||
@ -921,6 +978,11 @@ share/vim/${P}/syntax/fvwm2m4.vim
|
||||
share/vim/${P}/syntax/gdb.vim
|
||||
share/vim/${P}/syntax/gdmo.vim
|
||||
share/vim/${P}/syntax/gedcom.vim
|
||||
share/vim/${P}/syntax/git.vim
|
||||
share/vim/${P}/syntax/gitcommit.vim
|
||||
share/vim/${P}/syntax/gitconfig.vim
|
||||
share/vim/${P}/syntax/gitrebase.vim
|
||||
share/vim/${P}/syntax/gitsendemail.vim
|
||||
share/vim/${P}/syntax/gkrellmrc.vim
|
||||
share/vim/${P}/syntax/gnuplot.vim
|
||||
share/vim/${P}/syntax/gp.vim
|
||||
@ -933,14 +995,18 @@ share/vim/${P}/syntax/group.vim
|
||||
share/vim/${P}/syntax/grub.vim
|
||||
share/vim/${P}/syntax/gsp.vim
|
||||
share/vim/${P}/syntax/gtkrc.vim
|
||||
share/vim/${P}/syntax/haml.vim
|
||||
share/vim/${P}/syntax/hamster.vim
|
||||
share/vim/${P}/syntax/haskell.vim
|
||||
share/vim/${P}/syntax/haste.vim
|
||||
share/vim/${P}/syntax/hastepreproc.vim
|
||||
share/vim/${P}/syntax/hb.vim
|
||||
share/vim/${P}/syntax/help.vim
|
||||
share/vim/${P}/syntax/hercules.vim
|
||||
share/vim/${P}/syntax/hex.vim
|
||||
share/vim/${P}/syntax/hitest.vim
|
||||
share/vim/${P}/syntax/hog.vim
|
||||
share/vim/${P}/syntax/hostconf.vim
|
||||
share/vim/${P}/syntax/html.vim
|
||||
share/vim/${P}/syntax/htmlcheetah.vim
|
||||
share/vim/${P}/syntax/htmldjango.vim
|
||||
@ -998,6 +1064,7 @@ share/vim/${P}/syntax/lout.vim
|
||||
share/vim/${P}/syntax/lpc.vim
|
||||
share/vim/${P}/syntax/lprolog.vim
|
||||
share/vim/${P}/syntax/lscript.vim
|
||||
share/vim/${P}/syntax/lsl.vim
|
||||
share/vim/${P}/syntax/lss.vim
|
||||
share/vim/${P}/syntax/lua.vim
|
||||
share/vim/${P}/syntax/lynx.vim
|
||||
@ -1023,6 +1090,7 @@ share/vim/${P}/syntax/mgp.vim
|
||||
share/vim/${P}/syntax/mib.vim
|
||||
share/vim/${P}/syntax/mma.vim
|
||||
share/vim/${P}/syntax/mmix.vim
|
||||
share/vim/${P}/syntax/mmp.vim
|
||||
share/vim/${P}/syntax/modconf.vim
|
||||
share/vim/${P}/syntax/model.vim
|
||||
share/vim/${P}/syntax/modsim3.vim
|
||||
@ -1034,6 +1102,7 @@ share/vim/${P}/syntax/mp.vim
|
||||
share/vim/${P}/syntax/mplayerconf.vim
|
||||
share/vim/${P}/syntax/mrxvtrc.vim
|
||||
share/vim/${P}/syntax/msidl.vim
|
||||
share/vim/${P}/syntax/msmessages.vim
|
||||
share/vim/${P}/syntax/msql.vim
|
||||
share/vim/${P}/syntax/mupad.vim
|
||||
share/vim/${P}/syntax/mush.vim
|
||||
@ -1065,6 +1134,7 @@ share/vim/${P}/syntax/pascal.vim
|
||||
share/vim/${P}/syntax/passwd.vim
|
||||
share/vim/${P}/syntax/pcap.vim
|
||||
share/vim/${P}/syntax/pccts.vim
|
||||
share/vim/${P}/syntax/pdf.vim
|
||||
share/vim/${P}/syntax/perl.vim
|
||||
share/vim/${P}/syntax/pf.vim
|
||||
share/vim/${P}/syntax/pfmain.vim
|
||||
@ -1091,6 +1161,7 @@ share/vim/${P}/syntax/privoxy.vim
|
||||
share/vim/${P}/syntax/procmail.vim
|
||||
share/vim/${P}/syntax/progress.vim
|
||||
share/vim/${P}/syntax/prolog.vim
|
||||
share/vim/${P}/syntax/promela.vim
|
||||
share/vim/${P}/syntax/protocols.vim
|
||||
share/vim/${P}/syntax/psf.vim
|
||||
share/vim/${P}/syntax/ptcap.vim
|
||||
@ -1111,6 +1182,7 @@ share/vim/${P}/syntax/rebol.vim
|
||||
share/vim/${P}/syntax/registry.vim
|
||||
share/vim/${P}/syntax/remind.vim
|
||||
share/vim/${P}/syntax/resolv.vim
|
||||
share/vim/${P}/syntax/reva.vim
|
||||
share/vim/${P}/syntax/rexx.vim
|
||||
share/vim/${P}/syntax/rhelp.vim
|
||||
share/vim/${P}/syntax/rib.vim
|
||||
@ -1124,6 +1196,7 @@ share/vim/${P}/syntax/rtf.vim
|
||||
share/vim/${P}/syntax/ruby.vim
|
||||
share/vim/${P}/syntax/samba.vim
|
||||
share/vim/${P}/syntax/sas.vim
|
||||
share/vim/${P}/syntax/sass.vim
|
||||
share/vim/${P}/syntax/sather.vim
|
||||
share/vim/${P}/syntax/scheme.vim
|
||||
share/vim/${P}/syntax/scilab.vim
|
||||
@ -1232,6 +1305,7 @@ share/vim/${P}/syntax/vim.vim
|
||||
share/vim/${P}/syntax/viminfo.vim
|
||||
share/vim/${P}/syntax/virata.vim
|
||||
share/vim/${P}/syntax/vmasm.vim
|
||||
share/vim/${P}/syntax/voscm.vim
|
||||
share/vim/${P}/syntax/vrml.vim
|
||||
share/vim/${P}/syntax/vsejcl.vim
|
||||
share/vim/${P}/syntax/wdiff.vim
|
||||
@ -1244,6 +1318,7 @@ share/vim/${P}/syntax/wml.vim
|
||||
share/vim/${P}/syntax/wsh.vim
|
||||
share/vim/${P}/syntax/wsml.vim
|
||||
share/vim/${P}/syntax/wvdial.vim
|
||||
share/vim/${P}/syntax/xbl.vim
|
||||
share/vim/${P}/syntax/xdefaults.vim
|
||||
share/vim/${P}/syntax/xf86conf.vim
|
||||
share/vim/${P}/syntax/xhtml.vim
|
||||
@ -1285,29 +1360,40 @@ share/vim/${P}/tools/vimspell.sh
|
||||
share/vim/${P}/tools/vimspell.txt
|
||||
share/vim/${P}/tools/xcmdsrv_client.c
|
||||
share/vim/${P}/tutor/
|
||||
share/vim/${P}/tutor/README.gr.cp737.txt
|
||||
share/vim/${P}/tutor/README.gr.txt
|
||||
share/vim/${P}/tutor/README.el.cp737.txt
|
||||
share/vim/${P}/tutor/README.el.txt
|
||||
share/vim/${P}/tutor/README.txt
|
||||
share/vim/${P}/tutor/tutor
|
||||
share/vim/${P}/tutor/tutor.ca
|
||||
share/vim/${P}/tutor/tutor.ca.utf-8
|
||||
share/vim/${P}/tutor/tutor.cs
|
||||
share/vim/${P}/tutor/tutor.cs.cp1250
|
||||
share/vim/${P}/tutor/tutor.cs.utf-8
|
||||
share/vim/${P}/tutor/tutor.de
|
||||
share/vim/${P}/tutor/tutor.de.utf-8
|
||||
share/vim/${P}/tutor/tutor.el
|
||||
share/vim/${P}/tutor/tutor.el.cp737
|
||||
share/vim/${P}/tutor/tutor.el.utf-8
|
||||
share/vim/${P}/tutor/tutor.eo.utf-8
|
||||
share/vim/${P}/tutor/tutor.es
|
||||
share/vim/${P}/tutor/tutor.es.utf-8
|
||||
share/vim/${P}/tutor/tutor.fr
|
||||
share/vim/${P}/tutor/tutor.gr
|
||||
share/vim/${P}/tutor/tutor.gr.cp737
|
||||
share/vim/${P}/tutor/tutor.gr.utf-8
|
||||
share/vim/${P}/tutor/tutor.fr.utf-8
|
||||
share/vim/${P}/tutor/tutor.hr
|
||||
share/vim/${P}/tutor/tutor.hr.cp1250
|
||||
share/vim/${P}/tutor/tutor.hr.utf-8
|
||||
share/vim/${P}/tutor/tutor.hu
|
||||
share/vim/${P}/tutor/tutor.hu.cp1250
|
||||
share/vim/${P}/tutor/tutor.hu.utf-8
|
||||
share/vim/${P}/tutor/tutor.it
|
||||
share/vim/${P}/tutor/tutor.it.utf-8
|
||||
share/vim/${P}/tutor/tutor.ja.euc
|
||||
share/vim/${P}/tutor/tutor.ja.sjis
|
||||
share/vim/${P}/tutor/tutor.ja.utf-8
|
||||
share/vim/${P}/tutor/tutor.ko.euc
|
||||
share/vim/${P}/tutor/tutor.ko.utf-8
|
||||
share/vim/${P}/tutor/tutor.no
|
||||
share/vim/${P}/tutor/tutor.no.utf-8
|
||||
share/vim/${P}/tutor/tutor.pl
|
||||
share/vim/${P}/tutor/tutor.pl.cp1250
|
||||
share/vim/${P}/tutor/tutor.pl.utf-8
|
||||
@ -1318,10 +1404,14 @@ share/vim/${P}/tutor/tutor.sk
|
||||
share/vim/${P}/tutor/tutor.sk.cp1250
|
||||
share/vim/${P}/tutor/tutor.sk.utf-8
|
||||
share/vim/${P}/tutor/tutor.sv
|
||||
share/vim/${P}/tutor/tutor.sv.utf-8
|
||||
share/vim/${P}/tutor/tutor.tr.iso9
|
||||
share/vim/${P}/tutor/tutor.tr.utf-8
|
||||
share/vim/${P}/tutor/tutor.utf-8
|
||||
share/vim/${P}/tutor/tutor.vi.utf-8
|
||||
share/vim/${P}/tutor/tutor.vim
|
||||
share/vim/${P}/tutor/tutor.zh.big5
|
||||
share/vim/${P}/tutor/tutor.zh.euc
|
||||
share/vim/${P}/tutor/tutor.zh.utf-8
|
||||
share/vim/${P}/vimrc_example.vim
|
||||
!%%no_x11%%
|
||||
|
Loading…
Reference in New Issue
Block a user