update to vim 7.3.003. ok kevlo@ sthen@ and much "squeee" from marco@
This commit is contained in:
parent
4233f87456
commit
c7fb933e9d
@ -1,35 +1,33 @@
|
||||
# $OpenBSD: Makefile,v 1.109 2010/08/31 19:38:38 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.110 2010/09/09 22:29:28 ckuethe Exp $
|
||||
|
||||
COMMENT-main= vi clone, many additional features
|
||||
COMMENT-lang= vi clone, NLS subpackage
|
||||
|
||||
DISTNAME= vim-7.2
|
||||
REV= 444
|
||||
VERSION= 7.2.${REV}
|
||||
DISTNAME= vim-7.3
|
||||
REV= 3
|
||||
VERSION= 7.3.${REV}
|
||||
# keep PKGNAME for full version number
|
||||
PKGNAME= vim-${VERSION}
|
||||
PKGNAME-main= vim-${VERSION}
|
||||
PKGNAME-lang= vim-lang-${VERSION}
|
||||
REVISION-main= 0
|
||||
P= ${DISTNAME:C/[-\.]//g}
|
||||
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.2/}
|
||||
MASTER_SITES1= ${MASTER_SITES:S/unix/extra/}
|
||||
DISTFILES= ${DISTNAME}.tar.bz2 \
|
||||
${DISTNAME}-lang.tar.gz:1
|
||||
DIST_SUBDIR= vim72
|
||||
MASTER_SITES0= ${MASTER_SITES:S/unix/patches\/7.3/}
|
||||
DISTFILES= ${DISTNAME}.tar.bz2
|
||||
DIST_SUBDIR= vim73
|
||||
|
||||
HOMEPAGE= http://www.vim.org/
|
||||
MAINTAINER= Chris Kuethe <ckuethe@openbsd.org>
|
||||
|
||||
PATCHFILES= #
|
||||
_patches!= jot -w%03d - 1 ${REV} 1 | \
|
||||
egrep -v '001|007|022|036|041|049|071|072|074|088|089|093|101|138|150|172|173|191|194|204|205|206|212|216|219|233|236|247|248|250|260|302|320|323|326|336|350|352|362|364|365|372|374|377|384|388|393|399|400|403|415'
|
||||
_patches!= jot -w%03d - 1 ${REV} 1
|
||||
#_patches!= jot -w%03d - 1 ${REV} 1 | \
|
||||
# egrep -v 'xxx|yyy|xxx|...'
|
||||
.for p in ${_patches}
|
||||
PATCHFILES+= 7.2.${p}:0
|
||||
PATCHFILES+= 7.3.${p}:0
|
||||
.endfor
|
||||
|
||||
# allow vim to build on m68k and vax
|
||||
|
1995
editors/vim/distinfo
1995
editors/vim/distinfo
File diff suppressed because it is too large
Load Diff
@ -24,12 +24,13 @@ setlocal foldmethod=syntax
|
||||
syn sync fromstart
|
||||
|
||||
syn cluster pfNotLS contains=pfComment,pfTodo,pfVarAssign
|
||||
syn keyword pfCmd altq antispoof binat block nat pass queue rdr scrub table set
|
||||
syn keyword pfCmd altq antispoof binat binat-to block match nat
|
||||
syn keyword pfCmd nat-to pass queue rdr rdr-to scrub table set
|
||||
syn keyword pfService auth bgp domain finger ftp ftp-data http https
|
||||
syn keyword pfService ident imap irc isakmp kerberos mail nameserver
|
||||
syn keyword pfService nfs nntp ntp pop3 portmap pptp rpcbind rsync
|
||||
syn keyword pfService smtp snmp snmp-trap snmptrap socks ssh sunrpc
|
||||
syn keyword pfService syslog telnet tftp www
|
||||
syn keyword pfService nfs nntp ntp ospf pop3 portmap pptp rpcbind
|
||||
syn keyword pfService rsync smtp snmp snmp-trap snmptrap socks
|
||||
syn keyword pfService ssh sunrpc syslog telnet tftp www
|
||||
syn keyword pfTodo TODO XXX contained
|
||||
syn keyword pfWildAddr all any
|
||||
syn match pfComment /#.*$/ contains=pfTodo
|
||||
|
@ -1,6 +1,6 @@
|
||||
$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
|
||||
$OpenBSD: patch-runtime_filetype_vim,v 1.3 2010/09/09 22:29:29 ckuethe Exp $
|
||||
--- runtime/filetype.vim.orig Tue Aug 3 13:44:00 2010
|
||||
+++ runtime/filetype.vim Tue Sep 7 15:55:08 2010
|
||||
@@ -71,6 +71,14 @@ func! s:Check_inp()
|
||||
endif
|
||||
endfunc
|
||||
@ -16,7 +16,7 @@ $OpenBSD: patch-runtime_filetype_vim,v 1.2 2008/10/17 14:56:53 ckuethe Exp $
|
||||
" A-A-P recipe
|
||||
au BufNewFile,BufRead *.aap setf aap
|
||||
|
||||
@@ -572,7 +580,7 @@ au BufNewFile,BufRead dict.conf,.dictrc setf dictconf
|
||||
@@ -583,7 +591,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.2 2008/10/17 14:56:53 ckuethe Exp $
|
||||
|
||||
" Dircolors
|
||||
au BufNewFile,BufRead .dir_colors,/etc/DIR_COLORS setf dircolors
|
||||
@@ -1016,7 +1024,7 @@ au BufNewFile,BufRead /etc/mail/aliases,/etc/aliases s
|
||||
@@ -1037,7 +1045,7 @@ au BufNewFile,BufRead /etc/mail/aliases,/etc/aliases s
|
||||
au BufNewFile,BufRead .mailcap,mailcap setf mailcap
|
||||
|
||||
" Makefile
|
||||
@ -34,14 +34,18 @@ $OpenBSD: patch-runtime_filetype_vim,v 1.2 2008/10/17 14:56:53 ckuethe Exp $
|
||||
|
||||
" MakeIndex
|
||||
au BufNewFile,BufRead *.ist,*.mst setf ist
|
||||
@@ -2080,7 +2088,10 @@ au BufNewFile,BufRead *.vim,*.vba,.exrc,_exrc setf vim
|
||||
@@ -2139,12 +2147,14 @@ au BufNewFile,BufRead *.vim,*.vba,.exrc,_exrc setf vim
|
||||
au BufNewFile,BufRead .viminfo,_viminfo setf viminfo
|
||||
|
||||
" Virata Config Script File
|
||||
-au BufRead,BufNewFile *.hw,*.module,*.pkg setf virata
|
||||
+au BufRead,BufNewFile *.hw,*.pkg setf virata
|
||||
" Virata Config Script File or Drupal module
|
||||
-au BufRead,BufNewFile *.hw,*.module,*.pkg
|
||||
+au BufRead,BufNewFile *.hw,*.pkg
|
||||
\ if getline(1) =~ '<?php' |
|
||||
\ setf php |
|
||||
\ else |
|
||||
\ setf virata |
|
||||
\ endif
|
||||
+
|
||||
+" Virata and drupal
|
||||
+au BufRead,BufNewFile *.module call s:Check_module()
|
||||
|
||||
" Visual Basic (also uses *.bas) or FORM
|
||||
|
@ -1,7 +1,7 @@
|
||||
$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
|
||||
$OpenBSD: patch-runtime_syntax_c_vim,v 1.3 2010/09/09 22:29:29 ckuethe Exp $
|
||||
--- runtime/syntax/c.vim.orig Fri Aug 13 02:17:32 2010
|
||||
+++ runtime/syntax/c.vim Tue Sep 7 15:51:44 2010
|
||||
@@ -179,6 +179,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.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
|
||||
$OpenBSD: patch-runtime_syntax_make_vim,v 1.3 2010/09/09 22:29:29 ckuethe Exp $
|
||||
--- runtime/syntax/make.vim.orig Sat May 15 04:03:57 2010
|
||||
+++ runtime/syntax/make.vim Tue Sep 7 15:51:10 2010
|
||||
@@ -22,6 +22,9 @@ syn match makeInclude "^ *[-s]\=include"
|
||||
syn match makeStatement "^ *vpath"
|
||||
syn match makeExport "^ *\(export\|unexport\)\>"
|
||||
|
@ -1,28 +1,20 @@
|
||||
$OpenBSD: patch-src_auto_configure,v 1.6 2010/03/21 10:53:37 jasper Exp $
|
||||
--- src/auto/configure.orig Fri Feb 5 14:16:55 2010
|
||||
+++ src/auto/configure Fri Feb 5 14:16:56 2010
|
||||
@@ -10073,6 +10073,7 @@ cat confdefs.h >>conftest.$ac_ext
|
||||
cat >>conftest.$ac_ext <<_ACEOF
|
||||
/* end confdefs.h. */
|
||||
$ac_includes_default
|
||||
+#include <sys/param.h>
|
||||
#include <$ac_header>
|
||||
_ACEOF
|
||||
rm -f conftest.$ac_objext
|
||||
@@ -15156,6 +15157,7 @@ cat confdefs.h >>conftest.$ac_ext
|
||||
cat >>conftest.$ac_ext <<_ACEOF
|
||||
$OpenBSD: patch-src_auto_configure,v 1.7 2010/09/09 22:29:29 ckuethe Exp $
|
||||
--- src/auto/configure.orig Fri Aug 13 07:17:15 2010
|
||||
+++ src/auto/configure Tue Sep 7 16:02:23 2010
|
||||
@@ -11396,6 +11396,7 @@ $as_echo_n "checking for sysctl... " >&6; }
|
||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
/* end confdefs.h. */
|
||||
#include <sys/types.h>
|
||||
+#include <sys/param.h>
|
||||
#include <sys/sysctl.h>
|
||||
int
|
||||
main ()
|
||||
@@ -15992,7 +15994,7 @@ else
|
||||
sed 's/^/| /' conftest.$ac_ext >&5
|
||||
|
||||
olibs=$LIBS
|
||||
@@ -12017,7 +12018,7 @@ if ac_fn_c_try_link "$LINENO"; then :
|
||||
$as_echo "gettext() works" >&6; }; have_gettext="yes"
|
||||
else
|
||||
olibs=$LIBS
|
||||
- LIBS="$LIBS -lintl"
|
||||
+ LIBS="$LIBS -lintl -liconv"
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
/* confdefs.h. */
|
||||
_ACEOF
|
||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
/* end confdefs.h. */
|
||||
#include <libintl.h>
|
||||
|
@ -1,11 +1,11 @@
|
||||
$OpenBSD: patch-src_vim_h,v 1.1 2009/05/31 18:59:51 ckuethe Exp $
|
||||
--- src/vim.h.orig Sun May 31 12:52:45 2009
|
||||
+++ src/vim.h Sun May 31 12:54:18 2009
|
||||
@@ -261,6 +261,7 @@
|
||||
#ifndef __PARMS
|
||||
# define __PARMS(x) __ARGS(x)
|
||||
$OpenBSD: patch-src_vim_h,v 1.2 2010/09/09 22:29:29 ckuethe Exp $
|
||||
--- src/vim.h.orig Thu Jul 29 11:46:39 2010
|
||||
+++ src/vim.h Tue Sep 7 15:50:20 2010
|
||||
@@ -259,6 +259,7 @@
|
||||
# include "os_beos.h"
|
||||
# define __ARGS(x) x
|
||||
#endif
|
||||
+#define UNUSED __attribute__((unused))
|
||||
|
||||
/* if we're compiling in C++ (currently only KVim), the system
|
||||
* headers must have the correct prototypes or nothing will build.
|
||||
#if (defined(UNIX) || defined(__EMX__) || defined(VMS)) \
|
||||
&& (!defined(MACOS_X) || defined(HAVE_CONFIG_H))
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.6 2010/05/12 02:44:29 ckuethe Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.7 2010/09/09 22:29:29 ckuethe Exp $
|
||||
@pkgpath ${BASE_PKGPATH}
|
||||
%%gtk2%%
|
||||
bin/ex
|
||||
@ -146,12 +146,14 @@ share/vim/${P}/autoload/netrwFileHandlers.vim
|
||||
share/vim/${P}/autoload/netrwSettings.vim
|
||||
share/vim/${P}/autoload/paste.vim
|
||||
share/vim/${P}/autoload/phpcomplete.vim
|
||||
share/vim/${P}/autoload/python3complete.vim
|
||||
share/vim/${P}/autoload/pythoncomplete.vim
|
||||
share/vim/${P}/autoload/rubycomplete.vim
|
||||
share/vim/${P}/autoload/spellfile.vim
|
||||
share/vim/${P}/autoload/sqlcomplete.vim
|
||||
share/vim/${P}/autoload/syntaxcomplete.vim
|
||||
share/vim/${P}/autoload/tar.vim
|
||||
share/vim/${P}/autoload/tohtml.vim
|
||||
share/vim/${P}/autoload/vimball.vim
|
||||
share/vim/${P}/autoload/xml/
|
||||
share/vim/${P}/autoload/xml/html32.vim
|
||||
@ -196,6 +198,7 @@ share/vim/${P}/compiler/bcc.vim
|
||||
share/vim/${P}/compiler/bdf.vim
|
||||
share/vim/${P}/compiler/checkstyle.vim
|
||||
share/vim/${P}/compiler/cs.vim
|
||||
share/vim/${P}/compiler/cucumber.vim
|
||||
share/vim/${P}/compiler/decada.vim
|
||||
share/vim/${P}/compiler/dot.vim
|
||||
share/vim/${P}/compiler/eruby.vim
|
||||
@ -262,8 +265,10 @@ share/vim/${P}/doc/gui_x11.txt
|
||||
share/vim/${P}/doc/hangulin.txt
|
||||
share/vim/${P}/doc/hebrew.txt
|
||||
share/vim/${P}/doc/help.txt
|
||||
share/vim/${P}/doc/helphelp.txt
|
||||
share/vim/${P}/doc/howto.txt
|
||||
share/vim/${P}/doc/if_cscop.txt
|
||||
share/vim/${P}/doc/if_lua.txt
|
||||
share/vim/${P}/doc/if_mzsch.txt
|
||||
share/vim/${P}/doc/if_ole.txt
|
||||
share/vim/${P}/doc/if_perl.txt
|
||||
@ -375,7 +380,6 @@ share/vim/${P}/filetype.vim
|
||||
share/vim/${P}/ftoff.vim
|
||||
share/vim/${P}/ftplugin/
|
||||
share/vim/${P}/ftplugin.vim
|
||||
share/vim/${P}/ftplugin/AppendMatchGroup.vim
|
||||
share/vim/${P}/ftplugin/README.txt
|
||||
share/vim/${P}/ftplugin/a2ps.vim
|
||||
share/vim/${P}/ftplugin/aap.vim
|
||||
@ -405,6 +409,7 @@ share/vim/${P}/ftplugin/cs.vim
|
||||
share/vim/${P}/ftplugin/csc.vim
|
||||
share/vim/${P}/ftplugin/csh.vim
|
||||
share/vim/${P}/ftplugin/css.vim
|
||||
share/vim/${P}/ftplugin/cucumber.vim
|
||||
share/vim/${P}/ftplugin/cvsrc.vim
|
||||
share/vim/${P}/ftplugin/debchangelog.vim
|
||||
share/vim/${P}/ftplugin/debcontrol.vim
|
||||
@ -453,7 +458,9 @@ share/vim/${P}/ftplugin/ld.vim
|
||||
share/vim/${P}/ftplugin/lftp.vim
|
||||
share/vim/${P}/ftplugin/libao.vim
|
||||
share/vim/${P}/ftplugin/limits.vim
|
||||
share/vim/${P}/ftplugin/liquid.vim
|
||||
share/vim/${P}/ftplugin/lisp.vim
|
||||
share/vim/${P}/ftplugin/logcheck.vim
|
||||
share/vim/${P}/ftplugin/loginaccess.vim
|
||||
share/vim/${P}/ftplugin/logindefs.vim
|
||||
share/vim/${P}/ftplugin/logtalk.dict
|
||||
@ -467,6 +474,7 @@ share/vim/${P}/ftplugin/mailcap.vim
|
||||
share/vim/${P}/ftplugin/make.vim
|
||||
share/vim/${P}/ftplugin/man.vim
|
||||
share/vim/${P}/ftplugin/manconf.vim
|
||||
share/vim/${P}/ftplugin/markdown.vim
|
||||
share/vim/${P}/ftplugin/matlab.vim
|
||||
share/vim/${P}/ftplugin/mf.vim
|
||||
share/vim/${P}/ftplugin/modconf.vim
|
||||
@ -474,7 +482,6 @@ 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
|
||||
@ -487,6 +494,7 @@ 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/perl6.vim
|
||||
share/vim/${P}/ftplugin/php.vim
|
||||
share/vim/${P}/ftplugin/pinfo.vim
|
||||
share/vim/${P}/ftplugin/plaintex.vim
|
||||
@ -496,6 +504,7 @@ share/vim/${P}/ftplugin/prolog.vim
|
||||
share/vim/${P}/ftplugin/protocols.vim
|
||||
share/vim/${P}/ftplugin/pyrex.vim
|
||||
share/vim/${P}/ftplugin/python.vim
|
||||
share/vim/${P}/ftplugin/qf.vim
|
||||
share/vim/${P}/ftplugin/quake.vim
|
||||
share/vim/${P}/ftplugin/racc.vim
|
||||
share/vim/${P}/ftplugin/readline.vim
|
||||
@ -507,6 +516,7 @@ 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/scss.vim
|
||||
share/vim/${P}/ftplugin/sensors.vim
|
||||
share/vim/${P}/ftplugin/services.vim
|
||||
share/vim/${P}/ftplugin/setserial.vim
|
||||
@ -522,6 +532,7 @@ share/vim/${P}/ftplugin/sshconfig.vim
|
||||
share/vim/${P}/ftplugin/sudoers.vim
|
||||
share/vim/${P}/ftplugin/svg.vim
|
||||
share/vim/${P}/ftplugin/sysctl.vim
|
||||
share/vim/${P}/ftplugin/tcl.vim
|
||||
share/vim/${P}/ftplugin/tcsh.vim
|
||||
share/vim/${P}/ftplugin/terminfo.vim
|
||||
share/vim/${P}/ftplugin/tex.vim
|
||||
@ -548,7 +559,6 @@ share/vim/${P}/ftplugof.vim
|
||||
share/vim/${P}/gvimrc_example.vim
|
||||
share/vim/${P}/indent/
|
||||
share/vim/${P}/indent.vim
|
||||
share/vim/${P}/indent/GenericIndent.vim
|
||||
share/vim/${P}/indent/README.txt
|
||||
share/vim/${P}/indent/aap.vim
|
||||
share/vim/${P}/indent/ada.vim
|
||||
@ -560,6 +570,7 @@ share/vim/${P}/indent/bst.vim
|
||||
share/vim/${P}/indent/c.vim
|
||||
share/vim/${P}/indent/cdl.vim
|
||||
share/vim/${P}/indent/ch.vim
|
||||
share/vim/${P}/indent/chaiscript.vim
|
||||
share/vim/${P}/indent/changelog.vim
|
||||
share/vim/${P}/indent/cmake.vim
|
||||
share/vim/${P}/indent/cobol.vim
|
||||
@ -567,6 +578,8 @@ share/vim/${P}/indent/config.vim
|
||||
share/vim/${P}/indent/cpp.vim
|
||||
share/vim/${P}/indent/cs.vim
|
||||
share/vim/${P}/indent/css.vim
|
||||
share/vim/${P}/indent/cucumber.vim
|
||||
share/vim/${P}/indent/cuda.vim
|
||||
share/vim/${P}/indent/d.vim
|
||||
share/vim/${P}/indent/dictconf.vim
|
||||
share/vim/${P}/indent/dictdconf.vim
|
||||
@ -591,19 +604,22 @@ share/vim/${P}/indent/java.vim
|
||||
share/vim/${P}/indent/javascript.vim
|
||||
share/vim/${P}/indent/jsp.vim
|
||||
share/vim/${P}/indent/ld.vim
|
||||
share/vim/${P}/indent/lifelines.vim
|
||||
share/vim/${P}/indent/liquid.vim
|
||||
share/vim/${P}/indent/lisp.vim
|
||||
share/vim/${P}/indent/logtalk.vim
|
||||
share/vim/${P}/indent/lua.vim
|
||||
share/vim/${P}/indent/mail.vim
|
||||
share/vim/${P}/indent/make.vim
|
||||
share/vim/${P}/indent/matlab.vim
|
||||
share/vim/${P}/indent/mma.vim
|
||||
share/vim/${P}/indent/mp.vim
|
||||
share/vim/${P}/indent/mupad.vim
|
||||
share/vim/${P}/indent/objc.vim
|
||||
share/vim/${P}/indent/ocaml.vim
|
||||
share/vim/${P}/indent/occam.vim
|
||||
share/vim/${P}/indent/pascal.vim
|
||||
share/vim/${P}/indent/perl.vim
|
||||
share/vim/${P}/indent/perl6.vim
|
||||
share/vim/${P}/indent/php.vim
|
||||
share/vim/${P}/indent/postscr.vim
|
||||
share/vim/${P}/indent/pov.vim
|
||||
@ -616,6 +632,7 @@ 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/scss.vim
|
||||
share/vim/${P}/indent/sdl.vim
|
||||
share/vim/${P}/indent/sh.vim
|
||||
share/vim/${P}/indent/sml.vim
|
||||
@ -652,6 +669,7 @@ 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/dvorak.vim
|
||||
share/vim/${P}/keymap/esperanto.vim
|
||||
share/vim/${P}/keymap/esperanto_utf-8.vim
|
||||
share/vim/${P}/keymap/greek.vim
|
||||
@ -710,6 +728,9 @@ 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/ko.UTF-8/
|
||||
share/vim/${P}/lang/ko.UTF-8/LC_MESSAGES/
|
||||
share/vim/${P}/lang/ko.UTF-8/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
|
||||
@ -721,6 +742,13 @@ 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/menu_sr_rs.ascii.vim
|
||||
share/vim/${P}/lang/menu_sr_rs.iso_8859-2.vim
|
||||
share/vim/${P}/lang/menu_sr_rs.iso_8859-5.vim
|
||||
share/vim/${P}/lang/menu_sr_rs.utf-8.vim
|
||||
share/vim/${P}/lang/nb/
|
||||
share/vim/${P}/lang/nb/LC_MESSAGES/
|
||||
share/vim/${P}/lang/nb/LC_MESSAGES/vim.mo
|
||||
share/vim/${P}/lang/pt_BR/
|
||||
share/vim/${P}/lang/pt_BR/LC_MESSAGES/
|
||||
share/vim/${P}/lang/pt_BR/LC_MESSAGES/vim.mo
|
||||
@ -808,6 +836,7 @@ share/vim/${P}/print/mac-roman.ps
|
||||
share/vim/${P}/print/prolog.ps
|
||||
share/vim/${P}/scripts.vim
|
||||
share/vim/${P}/spell/
|
||||
share/vim/${P}/spell/check_locales.vim
|
||||
share/vim/${P}/spell/cleanadd.vim
|
||||
share/vim/${P}/spell/en.ascii.spl
|
||||
share/vim/${P}/spell/en.ascii.sug
|
||||
@ -815,6 +844,7 @@ share/vim/${P}/spell/en.latin1.spl
|
||||
share/vim/${P}/spell/en.latin1.sug
|
||||
share/vim/${P}/spell/en.utf-8.spl
|
||||
share/vim/${P}/spell/en.utf-8.sug
|
||||
share/vim/${P}/spell/fixdup.vim
|
||||
share/vim/${P}/spell/he.vim
|
||||
share/vim/${P}/spell/yi.vim
|
||||
share/vim/${P}/synmenu.vim
|
||||
@ -869,6 +899,7 @@ share/vim/${P}/syntax/bst.vim
|
||||
share/vim/${P}/syntax/btm.vim
|
||||
share/vim/${P}/syntax/bzr.vim
|
||||
share/vim/${P}/syntax/c.vim
|
||||
share/vim/${P}/syntax/cabal.vim
|
||||
share/vim/${P}/syntax/calendar.vim
|
||||
share/vim/${P}/syntax/catalog.vim
|
||||
share/vim/${P}/syntax/cdl.vim
|
||||
@ -877,6 +908,7 @@ share/vim/${P}/syntax/cdrtoc.vim
|
||||
share/vim/${P}/syntax/cf.vim
|
||||
share/vim/${P}/syntax/cfg.vim
|
||||
share/vim/${P}/syntax/ch.vim
|
||||
share/vim/${P}/syntax/chaiscript.vim
|
||||
share/vim/${P}/syntax/change.vim
|
||||
share/vim/${P}/syntax/changelog.vim
|
||||
share/vim/${P}/syntax/chaskell.vim
|
||||
@ -905,6 +937,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/cucumber.vim
|
||||
share/vim/${P}/syntax/cuda.vim
|
||||
share/vim/${P}/syntax/cupl.vim
|
||||
share/vim/${P}/syntax/cuplsim.vim
|
||||
@ -914,6 +947,7 @@ share/vim/${P}/syntax/cweb.vim
|
||||
share/vim/${P}/syntax/cynlib.vim
|
||||
share/vim/${P}/syntax/cynpp.vim
|
||||
share/vim/${P}/syntax/d.vim
|
||||
share/vim/${P}/syntax/datascript.vim
|
||||
share/vim/${P}/syntax/dcd.vim
|
||||
share/vim/${P}/syntax/dcl.vim
|
||||
share/vim/${P}/syntax/debchangelog.vim
|
||||
@ -961,6 +995,7 @@ share/vim/${P}/syntax/eviews.vim
|
||||
share/vim/${P}/syntax/exim.vim
|
||||
share/vim/${P}/syntax/expect.vim
|
||||
share/vim/${P}/syntax/exports.vim
|
||||
share/vim/${P}/syntax/fan.vim
|
||||
share/vim/${P}/syntax/fasm.vim
|
||||
share/vim/${P}/syntax/fdcc.vim
|
||||
share/vim/${P}/syntax/fetchmail.vim
|
||||
@ -1054,6 +1089,7 @@ share/vim/${P}/syntax/libao.vim
|
||||
share/vim/${P}/syntax/lifelines.vim
|
||||
share/vim/${P}/syntax/lilo.vim
|
||||
share/vim/${P}/syntax/limits.vim
|
||||
share/vim/${P}/syntax/liquid.vim
|
||||
share/vim/${P}/syntax/lisp.vim
|
||||
share/vim/${P}/syntax/lite.vim
|
||||
share/vim/${P}/syntax/litestep.vim
|
||||
@ -1078,6 +1114,7 @@ share/vim/${P}/syntax/man.vim
|
||||
share/vim/${P}/syntax/manconf.vim
|
||||
share/vim/${P}/syntax/manual.vim
|
||||
share/vim/${P}/syntax/maple.vim
|
||||
share/vim/${P}/syntax/markdown.vim
|
||||
share/vim/${P}/syntax/masm.vim
|
||||
share/vim/${P}/syntax/mason.vim
|
||||
share/vim/${P}/syntax/master.vim
|
||||
@ -1121,6 +1158,7 @@ share/vim/${P}/syntax/nosyntax.vim
|
||||
share/vim/${P}/syntax/nqc.vim
|
||||
share/vim/${P}/syntax/nroff.vim
|
||||
share/vim/${P}/syntax/nsis.vim
|
||||
share/vim/${P}/syntax/obj.vim
|
||||
share/vim/${P}/syntax/objc.vim
|
||||
share/vim/${P}/syntax/objcpp.vim
|
||||
share/vim/${P}/syntax/ocaml.vim
|
||||
@ -1137,6 +1175,7 @@ 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/perl6.vim
|
||||
share/vim/${P}/syntax/pf.vim
|
||||
share/vim/${P}/syntax/pfmain.vim
|
||||
share/vim/${P}/syntax/php.vim
|
||||
@ -1202,7 +1241,9 @@ share/vim/${P}/syntax/sather.vim
|
||||
share/vim/${P}/syntax/scheme.vim
|
||||
share/vim/${P}/syntax/scilab.vim
|
||||
share/vim/${P}/syntax/screen.vim
|
||||
share/vim/${P}/syntax/scss.vim
|
||||
share/vim/${P}/syntax/sd.vim
|
||||
share/vim/${P}/syntax/sdc.vim
|
||||
share/vim/${P}/syntax/sdl.vim
|
||||
share/vim/${P}/syntax/sed.vim
|
||||
share/vim/${P}/syntax/sendpr.vim
|
||||
@ -1260,6 +1301,7 @@ share/vim/${P}/syntax/stata.vim
|
||||
share/vim/${P}/syntax/stp.vim
|
||||
share/vim/${P}/syntax/strace.vim
|
||||
share/vim/${P}/syntax/sudoers.vim
|
||||
share/vim/${P}/syntax/svg.vim
|
||||
share/vim/${P}/syntax/svn.vim
|
||||
share/vim/${P}/syntax/syncolor.vim
|
||||
share/vim/${P}/syntax/synload.vim
|
||||
@ -1271,6 +1313,8 @@ share/vim/${P}/syntax/tak.vim
|
||||
share/vim/${P}/syntax/takcmp.vim
|
||||
share/vim/${P}/syntax/takout.vim
|
||||
share/vim/${P}/syntax/tar.vim
|
||||
share/vim/${P}/syntax/taskdata.vim
|
||||
share/vim/${P}/syntax/taskedit.vim
|
||||
share/vim/${P}/syntax/tasm.vim
|
||||
share/vim/${P}/syntax/tcl.vim
|
||||
share/vim/${P}/syntax/tcsh.vim
|
||||
@ -1368,6 +1412,8 @@ 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.bj
|
||||
share/vim/${P}/tutor/tutor.bj.utf-8
|
||||
share/vim/${P}/tutor/tutor.ca
|
||||
share/vim/${P}/tutor/tutor.ca.utf-8
|
||||
share/vim/${P}/tutor/tutor.cs
|
||||
@ -1378,6 +1424,7 @@ 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
|
||||
share/vim/${P}/tutor/tutor.eo.utf-8
|
||||
share/vim/${P}/tutor/tutor.es
|
||||
share/vim/${P}/tutor/tutor.es.utf-8
|
||||
@ -1396,11 +1443,15 @@ 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.nb
|
||||
share/vim/${P}/tutor/tutor.nb.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
|
||||
share/vim/${P}/tutor/tutor.pt
|
||||
share/vim/${P}/tutor/tutor.pt.utf-8
|
||||
share/vim/${P}/tutor/tutor.ru
|
||||
share/vim/${P}/tutor/tutor.ru.cp1251
|
||||
share/vim/${P}/tutor/tutor.ru.utf-8
|
||||
|
Loading…
Reference in New Issue
Block a user