]> git.pld-linux.org Git - packages/vim.git/commitdiff
rediff patches
authorJan Palus <atler@pld-linux.org>
Tue, 2 Mar 2021 13:28:01 +0000 (14:28 +0100)
committerJan Palus <atler@pld-linux.org>
Tue, 2 Mar 2021 13:28:01 +0000 (14:28 +0100)
16 files changed:
010_all_vim-6.3-vixie.patch
020_all_vim-7.0-fstab-tmpfs-size.patch
desktop.patch
vim-apache.patch
vim-autopaste.patch
vim-awk.patch
vim-filetype_vim-perl_tests.patch
vim-ft-lib-udevrules.patch
vim-ft-mysql.patch
vim-home_etc.patch
vim-localedir.patch
vim-man_installation.patch
vim-nagios.patch
vim-phpscript.patch
vim-smarty.patch
vim-vimrc.patch

index 9440f655cf1ea84b210535a1a1524a1cc584fb14..eb6b6e5dba9923378d62cf6b3801b7216675ecc5 100644 (file)
@@ -1,8 +1,15 @@
---- vim-7.4.979/runtime/syntax/crontab.vim~    2015-12-22 11:05:52.000000000 +0200
-+++ vim-7.4.979/runtime/syntax/crontab.vim     2015-12-22 11:06:53.383500266 +0200
-@@ -18,17 +18,20 @@
-   finish
- endif
+--- vim-8.2.2529/runtime/syntax/crontab.vim.orig       2021-03-02 13:31:41.344169187 +0100
++++ vim-8.2.2529/runtime/syntax/crontab.vim    2021-03-02 13:33:36.243347329 +0100
+@@ -19,25 +19,34 @@
+ syntax match crontabVar "^\s*\k\w*\s*="me=e-1
++syntax match crontabVar /^[A-Za-z][A-Za-z0-9\-\_]*/ nextgroup=crontabVarEq skipwhite
++syntax match crontabVarEq contained /=/ nextgroup=CrontabVarValQ,CrontabVarVal skipwhite
++syntax match crontabVarValQ contained /\(["']\).*\1/ skipwhite
++syntax match crontabVarVal contained /["']\@!\S\+/ skipwhite
++
+ syntax case ignore
  
 -syntax match crontabMin "^\s*[-0-9/,.*]\+" nextgroup=crontabHr skipwhite
 -syntax match crontabHr "\s[-0-9/,.*]\+" nextgroup=crontabDay skipwhite contained
  syntax match crontabCmnt "^\s*#.*" contains=@Spell
  syntax match crontabPercent "[^\\]%.*"lc=1 contained
  
-@@ -36,6 +39,11 @@
- syntax match crontabVar "^\s*\k\w*\s*="me=e-1
-+syntax match crontabVar /^[A-Za-z][A-Za-z0-9\-\_]*/ nextgroup=crontabVarEq skipwhite
-+syntax match crontabVarEq contained /=/ nextgroup=CrontabVarValQ,CrontabVarVal skipwhite
-+syntax match crontabVarValQ contained /\(["']\).*\1/ skipwhite
-+syntax match crontabVarVal contained /["']\@!\S\+/ skipwhite
-+
  " Define the default highlighting.
- " For version 5.7 and earlier: only when not done already
- " For version 5.8 and later: only when an item doesn't have highlighting yet
-@@ -63,6 +57,7 @@
-               command -nargs=+ hi def link hi def link <args>
-       endif
+ " Only when an item doesn't have highlighting yet
  
 +hi def link crontabSpecial            PreProc
  hi def link crontabMin                Number
  hi def link crontabHr         PreProc
  hi def link crontabDay                Type
-@@ -84,6 +79,13 @@
+@@ -59,6 +68,13 @@
  " comment out next line for to suppress unix commands coloring.
  hi def link crontabCmd                Statement
  
@@ -58,4 +52,4 @@
 +
  hi def link crontabCmnt               Comment
  
- hi def link
index 019f8e47953a93a7b333f17e074cd6ee7eac1665..fff3f522f133a6ba730f9a3f5b5b2a9a4dd20867 100644 (file)
@@ -2,12 +2,12 @@
 --- vim7/runtime/syntax/fstab.vim.orig 2005-03-19 16:14:59.057091856 +0000
 +++ vim7/runtime/syntax/fstab.vim      2005-03-19 16:17:17.036115856 +0000
 @@ -120,6 +120,9 @@
- syn keyword fsOptionsReiserHash contained rupasov tea r5 detect
- syn keyword fsOptionsKeywords contained hashed_relocation noborder nolog notail no_unhashed_relocation replayonly
+ " Options: tmpfs
+ syn match fsOptionsKeywords contained /\<nr_\%(blocks\|inodes\)=/ nextgroup=fsOptionsNumber
  
 +" Options: tmpfs
 +syn match fsOptionsKeywords contained /size=/ nextgroup=fsOptionsString
 +
  " Options: udf
- syn match fsOptionsKeywords contained /\%(anchor\|partition\|lastblock\|fileset\|rootdir\)=/ nextgroup=fsOptionsString
+ syn match fsOptionsKeywords contained /\<\%(anchor\|partition\|lastblock\|fileset\|rootdir\)=/ nextgroup=fsOptionsString
  syn keyword fsOptionsKeywords contained unhide undelete strict novrs
index 1a801b4926c4edd1def154bc8fd4fbe3f6c7e601..dfd7cf000c989ccd033cc9d716db63ad021bedc8 100644 (file)
---- vim-7.4.979/runtime/vim.desktop~   2015-12-19 16:28:18.000000000 +0200
-+++ vim-7.4.979/runtime/vim.desktop    2015-12-28 08:15:06.355590605 +0200
-@@ -75,6 +75,6 @@
- Terminal=true
- Type=Application
- Icon=gvim
--Categories=Utility;TextEditor;
-+Categories=ConsoleOnly;TextEditor;
- StartupNotify=false
- MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++;
---- vim-7.4.979/gvim-athena.desktop~   2015-12-19 16:28:18.000000000 +0200
-+++ vim-7.4.979/gvim-athena.desktop    2015-12-28 08:24:02.106735918 +0200
-@@ -1,5 +1,5 @@
- # Translators: This is the Application Name used in the GVim desktop file
- Name[eo]=GVim
+diff --color -ur vim-8.2.2529.orig/gvim-athena.desktop vim-8.2.2529/gvim-athena.desktop
+--- vim-8.2.2529.orig/gvim-athena.desktop      2021-02-17 21:57:03.000000000 +0100
++++ vim-8.2.2529/gvim-athena.desktop   2021-03-02 14:24:51.277064340 +0100
+@@ -8,7 +8,7 @@
+ Name[ru]=GVim
+ Name[sr]=GVim
  Name[tr]=GVim
 -Name=GVim
 +Name=GVim Athena
  # Translators: This is the Generic Application Name used in the Vim desktop file
  GenericName[de]=Texteditor
  GenericName[eo]=Tekstoredaktilo
-@@ -71,7 +71,7 @@
- Comment[zh_CN]=编辑文本文件
- Comment[zh_TW]=編輯文字檔
--TryExec=gvim
--Exec=gvim -f %F
-+TryExec=gvim.gnome
-+Exec=gvim.gnome -f %F
- Terminal=false
- Type=Application
- Icon=gvim
---- vim-7.4.979/gvim-gnome.desktop~    2015-12-28 08:32:38.000000000 +0200
-+++ vim-7.4.979/gvim-gnome.desktop     2015-12-28 08:33:14.285396908 +0200
-@@ -1,5 +1,5 @@
- # Translators: This is the Application Name used in the GVim desktop file
- Name[eo]=GVim
+Only in vim-8.2.2529: gvim-athena.desktop.orig
+diff --color -ur vim-8.2.2529.orig/gvim-gnome.desktop vim-8.2.2529/gvim-gnome.desktop
+--- vim-8.2.2529.orig/gvim-gnome.desktop       2021-02-17 21:57:03.000000000 +0100
++++ vim-8.2.2529/gvim-gnome.desktop    2021-03-02 14:24:51.277064340 +0100
+@@ -8,7 +8,7 @@
+ Name[ru]=GVim
+ Name[sr]=GVim
  Name[tr]=GVim
 -Name=GVim
 +Name=GVim GNOME
  # Translators: This is the Generic Application Name used in the Vim desktop file
  GenericName[de]=Texteditor
  GenericName[eo]=Tekstoredaktilo
-@@ -1,14 +1,14
- Comment[de]=Textdateien bearbeiten
- Comment[eo]=Redakti tekstajn dosierojn
- Comment[ja]=テキストファイルを編集します
--Comment=Edit text files
-+Comment=The vi editor for X Window System with GNOME L&F
- # The translations should come from the po file. Leave them here for now, they will
- # be overwritten by the po file when generating the desktop.file!
- GenericName[da]=Teksteditor
-@@ -55,7 +55,7 @@ Comment[nn]=Rediger tekstfiler
- Comment[no]=Rediger tekstfiler
- Comment[or]=ପାଠ୍ଯ ଫାଇଲଗୁଡ଼ିକୁ ସମ୍ପାଦନ କରନ୍ତୁ
- Comment[pa]=ਪਾਠ ਫਾਇਲਾਂ ਸੰਪਾਦਨ
--Comment[pl]=Edytuj pliki tekstowe
-+Comment[pl]=Edytor vi dla Systemu X Window jako aplikacja GNOME
- Comment[pt]=Editar ficheiros de texto
- Comment[pt_BR]=Edite arquivos de texto
- Comment[ro]=Editare fişiere text
-@@ -70,11 +70,11 @@
- Comment[zh_CN]=编辑文本文件
- Comment[zh_TW]=編輯文字檔
--TryExec=gvim
--Exec=gvim -f %F
-+TryExec=gvim.gnome
-+Exec=gvim.gnome -f %F
- Terminal=false
- Type=Application
- Keywords=Text;editor;
- Icon=gvim
--Categories=Utility;TextEditor;
-+Categories=GTK;GNOME;TextEditor;
- StartupNotify=true
- MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++;
---- vim-7.4.979/gvim-gtk.desktop~      2015-12-19 16:28:18.000000000 +0200
-+++ vim-7.4.979/gvim-gtk.desktop       2015-12-28 08:29:28.577015888 +0200
-@@ -1,5 +1,5 @@
- # Translators: This is the Application Name used in the GVim desktop file
- Name[eo]=GVim
+Only in vim-8.2.2529: gvim-gnome.desktop.orig
+diff --color -ur vim-8.2.2529.orig/gvim-gtk.desktop vim-8.2.2529/gvim-gtk.desktop
+--- vim-8.2.2529.orig/gvim-gtk.desktop 2021-02-17 21:57:03.000000000 +0100
++++ vim-8.2.2529/gvim-gtk.desktop      2021-03-02 14:24:51.277064340 +0100
+@@ -8,7 +8,7 @@
+ Name[ru]=GVim
+ Name[sr]=GVim
  Name[tr]=GVim
 -Name=GVim
 +Name=GVim GTK
  # Translators: This is the Generic Application Name used in the Vim desktop file
  GenericName[de]=Texteditor
  GenericName[eo]=Tekstoredaktilo
-@@ -1,14 +1,14 @@
- Comment[de]=Textdateien bearbeiten
- Comment[eo]=Redakti tekstajn dosierojn
- Comment[ja]=テキストファイルを編集します
--Comment=Edit text files
-+Comment=The vi editor for X Window System with GTK L&F
- # The translations should come from the po file. Leave them here for now, they will
- # be overwritten by the po file when generating the desktop.file!
- GenericName[da]=Teksteditor
-@@ -55,7 +55,7 @@ Comment[nn]=Rediger tekstfiler
- Comment[no]=Rediger tekstfiler
- Comment[or]=ପାଠ୍ଯ ଫାଇଲଗୁଡ଼ିକୁ ସମ୍ପାଦନ କରନ୍ତୁ
- Comment[pa]=ਪਾਠ ਫਾਇਲਾਂ ਸੰਪਾਦਨ
--Comment[pl]=Edytuj pliki tekstowe
-+Comment[pl]=Edytor vi dla Systemu X Window jako aplikacja GTK
- Comment[pt]=Editar ficheiros de texto
- Comment[pt_BR]=Edite arquivos de texto
- Comment[ro]=Editare fişiere text
-@@ -70,11 +70,11 @@
- Comment[zh_CN]=编辑文本文件
- Comment[zh_TW]=編輯文字檔
--TryExec=gvim
--Exec=gvim -f %F
-+TryExec=gvim.gtk
-+Exec=gvim.gtk -f %F
- Terminal=false
- Type=Application
- Keywords=Text;editor;
- Icon=gvim
--Categories=Utility;TextEditor;
-+Categories=GTK;TextEditor;
- StartupNotify=true
- MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++;
---- vim-7.4.979/gvim-motif.desktop~    2015-12-19 16:28:18.000000000 +0200
-+++ vim-7.4.979/gvim-motif.desktop     2015-12-28 08:31:11.245677767 +0200
-@@ -1,5 +1,5 @@
- # Translators: This is the Application Name used in the GVim desktop file
- Name[eo]=GVim
+Only in vim-8.2.2529: gvim-gtk.desktop.orig
+diff --color -ur vim-8.2.2529.orig/gvim-motif.desktop vim-8.2.2529/gvim-motif.desktop
+--- vim-8.2.2529.orig/gvim-motif.desktop       2021-02-17 21:57:03.000000000 +0100
++++ vim-8.2.2529/gvim-motif.desktop    2021-03-02 14:24:51.277064340 +0100
+@@ -8,7 +8,7 @@
+ Name[ru]=GVim
+ Name[sr]=GVim
  Name[tr]=GVim
 -Name=GVim
 +Name=GVim Motif
  # Translators: This is the Generic Application Name used in the Vim desktop file
  GenericName[de]=Texteditor
  GenericName[eo]=Tekstoredaktilo
-@@ -1,14 +1,14 @@
- Comment[de]=Textdateien bearbeiten
- Comment[eo]=Redakti tekstajn dosierojn
- Comment[ja]=テキストファイルを編集します
--Comment=Edit text files
-+Comment=The vi editor for X Window System with Motif L&F
- # The translations should come from the po file. Leave them here for now, they will
- # be overwritten by the po file when generating the desktop.file!
- GenericName[da]=Teksteditor
-@@ -55,7 +55,7 @@ Comment[nn]=Rediger tekstfiler
- Comment[no]=Rediger tekstfiler
- Comment[or]=ପାଠ୍ଯ ଫାଇଲଗୁଡ଼ିକୁ ସମ୍ପାଦନ କରନ୍ତୁ
- Comment[pa]=ਪਾਠ ਫਾਇਲਾਂ ਸੰਪਾਦਨ
--Comment[pl]=Edytuj pliki tekstowe
-+Comment[pl]=Edytor vi dla Systemu X Window jako aplikacja Motif
- Comment[pt]=Editar ficheiros de texto
- Comment[pt_BR]=Edite arquivos de texto
- Comment[ro]=Editare fişiere text
-@@ -70,11 +70,11 @@
- Comment[zh_CN]=编辑文本文件
- Comment[zh_TW]=編輯文字檔
--TryExec=gvim
--Exec=gvim -f %F
-+TryExec=gvim.motif
-+Exec=gvim.motif -f %F
- Terminal=false
- Type=Application
- Keywords=Text;editor;
+Only in vim-8.2.2529: gvim-motif.desktop.orig
+diff --color -ur vim-8.2.2529.orig/runtime/vim.desktop vim-8.2.2529/runtime/vim.desktop
+--- vim-8.2.2529.orig/runtime/vim.desktop      2021-02-17 21:57:03.000000000 +0100
++++ vim-8.2.2529/runtime/vim.desktop   2021-03-02 14:24:51.273731018 +0100
+@@ -113,6 +113,6 @@
+ Icon[fr]=gvim
+ Icon[ru]=gvim
  Icon=gvim
 -Categories=Utility;TextEditor;
-+Categories=Motif;TextEditor;
- StartupNotify=true
++Categories=ConsoleOnly;TextEditor;
+ StartupNotify=false
  MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++;
+Only in vim-8.2.2529/runtime: vim.desktop.orig
index 6b401a926ad70b85ace11f5b44e65aa5429544da..5290a06292ce24d46c09056d39eb4747aac23155 100644 (file)
@@ -1,7 +1,7 @@
 --- vim74/runtime/filetype.vim~        2013-09-06 00:03:38.000000000 +0300
 +++ vim74/runtime/filetype.vim 2013-09-06 00:04:54.205952274 +0300
 @@ -110,8 +110,8 @@
- au BufNewFile,BufRead proftpd.conf*           call s:StarSetf('apachestyle')
+ au BufNewFile,BufRead *.ino,*.pde             setf arduino
  
  " Apache config file
 -au BufNewFile,BufRead .htaccess,*/etc/httpd/*.conf            setf apache
index ac5148c7b03cb3f1bfdf6a5f8c26c505db949439..b50c71db87a9c607f7616c128be1419626df69ff 100644 (file)
@@ -1,44 +1,39 @@
-diff -cr vim70.orig/src/getchar.c vim70/src/getchar.c
-*** vim70.orig/src/getchar.c   2006-09-12 21:47:30.000000000 -0400
---- vim70/src/getchar.c        2006-09-12 21:53:35.000000000 -0400
-***************
-*** 1495,1500 ****
---- 1495,1507 ----
-      int
-  vgetc()
-  {
-+     static time_t last_call = 0;
-+     static int cps = 0;
-+     char_u sPaste[] = "paste";
-+     time_t now;
-+     if (p_apa)
-+       now = time(NULL);
-+ 
-      int              c, c2;
-  #ifdef FEAT_MBYTE
-      int              n;
-***************
-*** 1502,1507 ****
---- 1509,1527 ----
-      int              i;
-  #endif
-  
-+     if (p_apa && !p_paste) {
-+       if (last_call == now)
-+         ++cps;
-+       else
-+         cps = 0;
-+       if (cps >= 30) {
-+         cps = 0;
-+      do_set(&sPaste, 0);
-+      showmode();
-+       }
-+       last_call = now;
-+     }
-+ 
-      /*
-       * If a character was put back with vungetc, it was already processed.
-       * Return it directly.
+--- vim-8.2.2529/src/getchar.c.orig    2021-02-17 21:57:03.000000000 +0100
++++ vim-8.2.2529/src/getchar.c 2021-03-02 14:00:33.809422212 +0100
+@@ -1637,6 +1637,13 @@
+     int
+ vgetc(void)
+ {
++    static time_t last_call = 0;
++    static int cps = 0;
++    char_u sPaste[] = "paste";
++    time_t now;
++    if (p_apa)
++      now = time(NULL);
++
+     int               c, c2;
+     int               n;
+     char_u    buf[MB_MAXBYTES + 1];
+@@ -1649,6 +1656,19 @@
+       garbage_collect(FALSE);
+ #endif
++    if (p_apa && !p_paste) {
++      if (last_call == now)
++        ++cps;
++      else
++        cps = 0;
++      if (cps >= 30) {
++        cps = 0;
++      do_set(&sPaste, 0);
++      showmode();
++      }
++      last_call = now;
++    }
++
+     /*
+      * If a character was put back with vungetc, it was already processed.
+      * Return it directly.
 --- vim72/src/optiondefs.h~    2009-05-18 22:23:40.000000000 +0300
 +++ vim72/src/optiondefs.h     2009-05-18 22:30:25.277259155 +0300
 @@ -377,6 +377,9 @@
index 38a56f1a6e4815d4387b099b880cf26ae51e905a..33cb03b583e17c189a5b631f8a46b81bb78a7877 100644 (file)
@@ -10,4 +10,4 @@
 +      sed -e "s+/usr/bin/nawk+/bin/awk+" $(TOOLSSOURCE)/mve.awk >$(DEST_TOOLS)/mve.awk
        -chmod $(SCRIPTMOD) `grep -l "^#!" $(DEST_TOOLS)/*`
  
- # install the language specific files, if they were unpacked
+ # install the language specific files for tools, if they were unpacked
index 65d40b69ab37c59882aeeec6b5bd0839750cc7c8..2775dbd241b735543b05a6e81e9f87d0fb13d885 100644 (file)
@@ -7,6 +7,6 @@
 +" tests for perl modules
 +au BufNewFile,BufRead t/*.t                   call s:FTpl()
 +
- " Sysctl
- au BufNewFile,BufRead /etc/sysctl.conf          setf sysctl
+ " Sratus VOS command macro
+ au BufNewFile,BufRead *.cm                    setf voscm
  
index 5cec7f56ae0988f831fd69049f7777d898cab016..dbf2aff507f88cfe8df0287b6099164a22deb171 100644 (file)
@@ -1,7 +1,7 @@
 --- vim72/runtime/autoload/dist/ft.vim~        2010-03-16 20:11:19.304293041 +0200
 +++ vim72/runtime/autoload/dist/ft.vim 2010-03-16 20:03:33.541017783 +0200
 @@ -1830,6 +1830,10 @@
-     setf udevrules
+     setf javascript
      return
    endif
 +  if expand('<amatch>:p') =~ '^/lib/udev/\%(rules\.d/\)\=.*\.rules$'
index 451df8e5f1bf5d690f5fff11ad123e6e355cff90..1149602c4e2028eb2d8823f1464aeb7e41956335 100644 (file)
@@ -7,5 +7,5 @@
 -au BufNewFile,BufRead *.mysql                 setf mysql
 +au BufNewFile,BufRead *.mysql,.*mysql_history*                        setf mysql
  
- " M$ Resource files
- au BufNewFile,BufRead *.rc                    setf rc
+ " Mutt setup files (must be before catch *.rc)
+ au BufNewFile,BufRead */etc/Muttrc.d/*                call s:StarSetf('muttrc')
index faf93c9e79701fb87b7b766cc4f52a5885af2917..9fb574eb3ee82397ecc86e72f1e341c8e19e5021 100644 (file)
@@ -58,7 +58,7 @@ diff -Nru vim62.orig/src/misc1.c vim62/src/misc1.c
 +#   define VIMINFO_FILE "$HOME_ETC/.viminfo"
  #  endif
  # endif
- # if !defined(VIMINFO_FILE2) && defined(OS2)
+ # if !defined(VIMINFO_FILE2) && defined(VMS)
 @@ -358,7 +358,7 @@ typedef struct dsc$descriptor   DESC;
  # ifdef VMS
  #  define DFLT_VDIR    "sys$login:vimfiles/view"
index 5a4c8e0ab5baac22caa1d13a344cc67985227aad..05313b051cd04b9a32582239b6f13ea70f18e144 100644 (file)
@@ -42,7 +42,7 @@
 -#endif
  }
  
- #if defined(FEAT_CMDL_COMPL) || defined(PROTO)
+ /*
 --- vim72/src/Makefile~        2009-04-15 01:00:48.000000000 +0300
 +++ vim72/src/Makefile 2009-04-15 01:19:18.519171979 +0300
 @@ -957,6 +957,7 @@
@@ -63,7 +63,7 @@
  DEST_MACRO = $(DESTDIR)$(MACROSUBLOC)
 @@ -1988,7 +1988,7 @@
        -$(SHELL) ./installml.sh install "$(GUI_MAN_TARGETS)" \
-               $(DEST_MAN_RU_U) $(INSTALLMLARGS)
+               $(DEST_MAN_TR_U) $(INSTALLMLARGS)
        if test -n "$(MAKEMO)" -a -f $(PODIR)/Makefile; then \
 -         cd $(PODIR); $(MAKE) prefix=$(DESTDIR)$(prefix) LOCALEDIR=$(DEST_LANG) \
 +         cd $(PODIR); $(MAKE) prefix=$(DESTDIR)$(prefix) LOCALEDIR=$(DEST_LOCALE) \
@@ -73,7 +73,7 @@
 --- vim73/src/po/Makefile~     2013-02-22 17:28:18.000000000 +0200
 +++ vim73/src/po/Makefile      2013-02-22 17:46:40.771918175 +0200
 @@ -38,6 +38,7 @@ check: $(CHECKFILES)
+ # installing for real
  install: $(MOFILES) $(MOCONVERTED)
        @$(MAKE) prefixcheck
 +      install -d $(LOCALEDIR); \
index eed368f067ce7f19deee66f32f881e27813eae67..a4d615db1a6fda0a222112e9e03f3ddc12b0ef36 100644 (file)
@@ -74,9 +74,9 @@
        fi
     fi
  fi
---- vim70/src/Makefile~        2006-06-06 14:56:14.000000000 +0200
-+++ vim70/src/Makefile 2006-06-06 14:56:14.000000000 +0200
-@@ -1325,7 +1325,8 @@
+--- vim-8.2.2529/src/Makefile.orig     2021-03-02 13:50:22.236523989 +0100
++++ vim-8.2.2529/src/Makefile  2021-03-02 13:50:34.519785983 +0100
+@@ -1565,7 +1565,8 @@
  DEST_MAN_PL = $(DEST_MAN_TOP)/pl$(MAN1DIR)
  DEST_MAN_PL_I = $(DEST_MAN_TOP)/pl.ISO8859-2$(MAN1DIR)
  DEST_MAN_PL_U = $(DEST_MAN_TOP)/pl.UTF-8$(MAN1DIR)
 +DEST_MAN_RU = $(DEST_MAN_TOP)/ru$(MAN1DIR)
 +DEST_MAN_RU_K = $(DEST_MAN_TOP)/ru.KOI8-R$(MAN1DIR)
  DEST_MAN_RU_U = $(DEST_MAN_TOP)/ru.UTF-8$(MAN1DIR)
- #          BASIC_SRC: files that are always used
-@@ -1912,6 +1913,7 @@
+ DEST_MAN_TR = $(DEST_MAN_TOP)/tr$(MAN1DIR)
+ DEST_MAN_TR_I = $(DEST_MAN_TOP)/tr.ISO8859-9$(MAN1DIR)
+@@ -2577,6 +2578,7 @@
        -$(SHELL) ./installman.sh xxd $(DEST_MAN_PL_I) "-pl" $(INSTALLMANARGS)
        -$(SHELL) ./installman.sh xxd $(DEST_MAN_PL_U) "-pl.UTF-8" $(INSTALLMANARGS)
        -$(SHELL) ./installman.sh xxd $(DEST_MAN_RU) "-ru" $(INSTALLMANARGS)
 +      -$(SHELL) ./installman.sh xxd $(DEST_MAN_RU_K) "-ru" $(INSTALLMANARGS)
        -$(SHELL) ./installman.sh xxd $(DEST_MAN_RU_U) "-ru.UTF-8" $(INSTALLMANARGS)
- # install the language specific files, if they were unpacked
-@@ -1926,6 +1928,7 @@
+       -$(SHELL) ./installman.sh xxd $(DEST_MAN_TR) "-tr" $(INSTALLMANARGS)
+       -$(SHELL) ./installman.sh xxd $(DEST_MAN_TR_I) "-tr" $(INSTALLMANARGS)
+@@ -2602,6 +2604,7 @@
        -$(SHELL) ./installman.sh install $(DEST_MAN_PL_I) "-pl" $(INSTALLMANARGS)
        -$(SHELL) ./installman.sh install $(DEST_MAN_PL_U) "-pl.UTF-8" $(INSTALLMANARGS)
        -$(SHELL) ./installman.sh install $(DEST_MAN_RU) "-ru" $(INSTALLMANARGS)
 +      -$(SHELL) ./installman.sh install $(DEST_MAN_RU_K) "-ru" $(INSTALLMANARGS)
        -$(SHELL) ./installman.sh install $(DEST_MAN_RU_U) "-ru.UTF-8" $(INSTALLMANARGS)
-       -$(SHELL) ./installml.sh install "$(GUI_MAN_TARGETS)" \
-               $(DEST_MAN_FR) $(INSTALLMLARGS)
-@@ -1948,6 +1951,8 @@
+       -$(SHELL) ./installman.sh install $(DEST_MAN_TR) "-tr" $(INSTALLMANARGS)
+       -$(SHELL) ./installman.sh install $(DEST_MAN_TR_I) "-tr" $(INSTALLMANARGS)
+@@ -2641,6 +2644,8 @@
        -$(SHELL) ./installml.sh install "$(GUI_MAN_TARGETS)" \
                $(DEST_MAN_RU) $(INSTALLMLARGS)
        -$(SHELL) ./installml.sh install "$(GUI_MAN_TARGETS)" \
 +              $(DEST_MAN_RU_K) $(INSTALLMLARGS)
 +      -$(SHELL) ./installml.sh install "$(GUI_MAN_TARGETS)" \
                $(DEST_MAN_RU_U) $(INSTALLMLARGS)
-       if test -n "$(MAKEMO)" -a -f $(PODIR)/Makefile; then \
-          cd $(PODIR); $(MAKE) prefix=$(DESTDIR)$(prefix) LOCALEDIR=$(DEST_LANG) \
-@@ -2088,6 +2093,7 @@
+       -$(SHELL) ./installml.sh install "$(GUI_MAN_TARGETS)" \
+               $(DEST_MAN_TR) $(INSTALLMLARGS)
+@@ -2820,6 +2825,7 @@
        -$(SHELL) ./installman.sh uninstall $(DEST_MAN_PL_I) "" $(INSTALLMANARGS)
        -$(SHELL) ./installman.sh uninstall $(DEST_MAN_PL_U) "" $(INSTALLMANARGS)
        -$(SHELL) ./installman.sh uninstall $(DEST_MAN_RU) "" $(INSTALLMANARGS)
 +      -$(SHELL) ./installman.sh uninstall $(DEST_MAN_RU_K) "" $(INSTALLMANARGS)
        -$(SHELL) ./installman.sh uninstall $(DEST_MAN_RU_U) "" $(INSTALLMANARGS)
-       -$(SHELL) ./installml.sh uninstall "$(GUI_MAN_TARGETS)" \
-               $(DEST_MAN) $(INSTALLMLARGS)
-@@ -2660,6 +2660,8 @@ uninstall_runtime:
+       -$(SHELL) ./installman.sh uninstall $(DEST_MAN_TR) "" $(INSTALLMANARGS)
+       -$(SHELL) ./installman.sh uninstall $(DEST_MAN_TR_I) "" $(INSTALLMANARGS)
+@@ -2865,6 +2871,8 @@
        -$(SHELL) ./installml.sh uninstall "$(GUI_MAN_TARGETS)" \
                $(DEST_MAN_TR) $(INSTALLMLARGS)
        -$(SHELL) ./installml.sh uninstall "$(GUI_MAN_TARGETS)" \
                $(DEST_MAN_TR_I) $(INSTALLMLARGS)
        -$(SHELL) ./installml.sh uninstall "$(GUI_MAN_TARGETS)" \
                $(DEST_MAN_TR_U) $(INSTALLMLARGS)
-@@ -2679,7 +2681,7 @@ uninstall_runtime:
+@@ -2875,7 +2883,7 @@
        -rm -f $(DEST_MAN_IT)/xxd.1 $(DEST_MAN_IT_I)/xxd.1 $(DEST_MAN_IT_U)/xxd.1
        -rm -f $(DEST_MAN_JA_U)/xxd.1
        -rm -f $(DEST_MAN_PL)/xxd.1 $(DEST_MAN_PL_I)/xxd.1 $(DEST_MAN_PL_U)/xxd.1
        -rm -f $(DEST_HELP)/*.txt $(DEST_HELP)/tags $(DEST_HELP)/*.pl
        -rm -f $(DEST_HELP)/*.??x $(DEST_HELP)/tags-??
        -rm -f $(SYS_RGB_FILE)
-
index 31ce630c4bb2c9fb9212125a1b1d19b9352d4345..ed478695bdf6b19fa484c5e03accc4fd699f7cab 100644 (file)
@@ -1,11 +1,11 @@
 --- vim-7.0/runtime/filetype.vim~      2006-03-30 22:10:33.046344554 +0300
 +++ vim-7.0/runtime/filetype.vim       2006-03-30 23:14:19.721780355 +0300
 @@ -2095,6 +2095,8 @@
- " Z-Shell script
+ au BufNewFile,BufRead .zsh*,.zlog*,.zcompdump*  call s:StarSetf('zsh')
  au BufNewFile,BufRead zsh*,zlog*              call s:StarSetf('zsh')
  
 +" Nagios config
 +au BufNewFile,BufRead /*etc/nagios/*.cfg,*sample-config/template-object/*.cfg{,.in},/var/lib/nagios/objects.cache set filetype=nagios
  
- " Generic configuration file (check this last, it's just guessing!)
- au BufNewFile,BufRead,StdinReadPost *
+ " Plain text files, needs to be far down to not override others.  This avoids
+ " the "conf" type being used if there is a line starting with '#'.
index d342b0e524c472753b922211afeaf908d7633844..c38719a08d1059dd14755527114bfa0b2a7b231d 100644 (file)
@@ -1,7 +1,7 @@
 --- vim72/runtime/scripts.vim~ 2008-10-09 03:12:50.000000000 +0300
 +++ vim72/runtime/scripts.vim  2008-10-09 03:12:54.703954160 +0300
 @@ -246,6 +246,10 @@
-   elseif s:line1 =~ '^\x\{7}: \x\{2} \=\x\{2} \=\x\{2} \=\x\{2} '
+   elseif s:line1 =~# '^\x\{7}: \x\{2} \=\x\{2} \=\x\{2} \=\x\{2} '
      set ft=xxd
  
 +    " PHP script tag
@@ -9,7 +9,7 @@
 +    set ft=php
 +
      " RCS/CVS log output
-   elseif s:line1 =~ '^RCS file:' || s:line2 =~ '^RCS file:'
+   elseif s:line1 =~# '^RCS file:' || s:line2 =~# '^RCS file:'
      set ft=rcslog
 --- vim73/runtime/filetype.vim~        2010-10-31 13:26:19.000000000 +0200
 +++ vim73/runtime/filetype.vim 2010-10-31 13:27:17.615314321 +0200
@@ -21,5 +21,5 @@
 +" Also .phpt for PHP Test files
 +au BufNewFile,BufRead *.php,*.php\d,*.phtml,*.ctp,*.phpt      setf php
  
- " Pike
- au BufNewFile,BufRead *.pike,*.lpc,*.ulpc,*.pmod setf pike
+ " PHP config
+ au BufNewFile,BufRead php.ini-*                       setf dosini
index 506a715112a344c8c2c0788548d10a7db73a02ba..f8c82d23b22ce2973a73265267cac3dbe712b5e5 100644 (file)
@@ -7,8 +7,8 @@
 +" Smarty templates (must be before HTML)
 +au BufNewFile,BufRead *.tpl.html,*.tpl                        setf smarty
 +
- " Tilde (must be before HTML)
- au BufNewFile,BufRead *.t.html                        setf tilde
+ " Hollywood
+ au BufRead,BufNewFile *.hws                   setf hollywood
  
 @@ -1396,9 +1399,6 @@
        \  setf st |
index 40bf9ff1790cac52c4b619e1965f2dc919beeed8..a1b03876e5974f9d8a906da15e0bd8eb4f005970 100644 (file)
@@ -11,7 +11,7 @@
  endif
 @@ -56,3 +53,11 @@ endif " has("autocmd")
  if has('syntax') && has('eval')
-   packadd matchit
+   packadd! matchit
  endif
 +
 +" Use :help colorscheme for info
@@ -53,8 +53,8 @@
 +"  endif
 +"endif
  
- " Switch syntax highlighting on when the terminal has colors or when using the
- " GUI (which always has colors).
+ " Only do this part when Vim was compiled with the +eval feature.
+ if 1
 @@ -99,7 +103,7 @@
  " file it was loaded from, thus the changes you made.
  " Only define it when not defined already.
This page took 0.211619 seconds and 4 git commands to generate.