diff options
Diffstat (limited to 'app-editors/vim-core/files')
-rw-r--r-- | app-editors/vim-core/files/digest-vim-core-6.1 | 2 | ||||
-rw-r--r-- | app-editors/vim-core/files/ebuild.patch | 12 | ||||
-rw-r--r-- | app-editors/vim-core/files/rphillips-invalcolorpatch.diff | 18 | ||||
-rw-r--r-- | app-editors/vim-core/files/vimpatch.tar.bz2 | bin | 0 -> 3116 bytes |
4 files changed, 32 insertions, 0 deletions
diff --git a/app-editors/vim-core/files/digest-vim-core-6.1 b/app-editors/vim-core/files/digest-vim-core-6.1 new file mode 100644 index 000000000000..db4e9cbae0be --- /dev/null +++ b/app-editors/vim-core/files/digest-vim-core-6.1 @@ -0,0 +1,2 @@ +MD5 7fd0f915adc7c0dab89772884268b030 vim-6.1.tar.bz2 2890049 +MD5 47bca33d09261779066fe4dac36a1896 vimpatch-1-146.tar.bz2 107280 diff --git a/app-editors/vim-core/files/ebuild.patch b/app-editors/vim-core/files/ebuild.patch new file mode 100644 index 000000000000..1c52d3c9b0ed --- /dev/null +++ b/app-editors/vim-core/files/ebuild.patch @@ -0,0 +1,12 @@ +--- filetype.vim.old Thu Sep 27 09:36:02 2001 ++++ filetype.vim Wed Oct 17 07:26:31 2001 +@@ -951,6 +951,9 @@ + au BufNewFile,BufRead /etc/profile,.profile*,*.sh,*.env call SetFileTypeSH(getline(1)) + au BufNewFile,BufRead .login*,.cshrc*,csh.cshrc,csh.login,csh.logout,.tcshrc*,*.csh,*.tcsh,.alias setf csh + ++" Gentoo ebuilds are actually bash scripts ++au BufNewFile,BufRead *.ebuild call SetFileTypeSH("bash") ++ + fun! SetFileTypeSH(name) + if a:name =~ '\<ksh\>' + let b:is_kornshell = 1 diff --git a/app-editors/vim-core/files/rphillips-invalcolorpatch.diff b/app-editors/vim-core/files/rphillips-invalcolorpatch.diff new file mode 100644 index 000000000000..1284900fccce --- /dev/null +++ b/app-editors/vim-core/files/rphillips-invalcolorpatch.diff @@ -0,0 +1,18 @@ +Common subdirectories: src.orig/auto and src/auto +diff -u src.orig/gui.h src/gui.h +--- src.orig/gui.h Mon Jul 29 23:06:39 2002 ++++ src/gui.h Mon Jul 29 23:06:52 2002 +@@ -225,6 +225,10 @@ + be "Pixel", but that's an unsigned and we + need a signed value */ + ++#define INVALCOLOR (guicolor_T)-11111 /* number for invalid color; on 32 bit ++ displays there is a tiny chance this is an ++ actual color */ ++ + #ifdef FEAT_GUI_GTK + typedef GdkFont *GuiFont; /* handle for a GUI font */ + typedef GdkFont *GuiFontset; /* handle for a GUI fontset */ +Common subdirectories: src.orig/proto and src/proto +Common subdirectories: src.orig/testdir and src/testdir +Common subdirectories: src.orig/xxd and src/xxd diff --git a/app-editors/vim-core/files/vimpatch.tar.bz2 b/app-editors/vim-core/files/vimpatch.tar.bz2 Binary files differnew file mode 100644 index 000000000000..f150f41bbfeb --- /dev/null +++ b/app-editors/vim-core/files/vimpatch.tar.bz2 |