[arch-commits] Commit in vim/trunk (PKGBUILD archlinux.vim)

Thomas Dziedzic td123 at archlinux.org
Wed Jul 30 02:17:29 UTC 2014


    Date: Wednesday, July 30, 2014 @ 04:17:29
  Author: td123
Revision: 218352

upgpkg: vim 7.4.383-1

bump & fix FS#41376 - [vim-runtime] Add .jpg and .png to suffixes

Modified:
  vim/trunk/PKGBUILD
  vim/trunk/archlinux.vim

---------------+
 PKGBUILD      |    8 ++++----
 archlinux.vim |    5 ++---
 2 files changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-29 23:52:18 UTC (rev 218351)
+++ PKGBUILD	2014-07-30 02:17:29 UTC (rev 218352)
@@ -6,8 +6,8 @@
 pkgbase=vim
 pkgname=('vim' 'gvim' 'gvim-python3' 'vim-runtime')
 _topver=7.4
-_patchlevel=373
-__hgrev=32a77cc160d9
+_patchlevel=383
+__hgrev=7090d7f160f7
 _versiondir="vim${_topver//./}"
 pkgver=${_topver}.${_patchlevel}
 pkgrel=1
@@ -20,10 +20,10 @@
         'vimrc'
         'archlinux.vim'
         'gvim.desktop')
-md5sums=('74493914d81495f3cc6423d33a3de50d'
+md5sums=('43a4cc2905659697550c2fb2b282789e'
          'SKIP'
          'b9d4dcb9d3ee2e151dc4be1e94934f6a'
-         '10353a61aadc3f276692d0e17db1478e'
+         'f3c8931847a12949bdd14c9d48fdabb3'
          'd90413bd21f400313a785bb4010120cd')
 
 # source PKGBUILD && mksource

Modified: archlinux.vim
===================================================================
--- archlinux.vim	2014-07-29 23:52:18 UTC (rev 218351)
+++ archlinux.vim	2014-07-30 02:17:29 UTC (rev 218352)
@@ -1,6 +1,6 @@
 " The ArchLinux global vimrc - setting only a few sane defaults
 "
-" Maintainer:      Tobias Kieslich [tobias funnychar archlinux dot org]
+" Maintainer:      Thomas Dziedzic [gostrc at gmail.com]
 "
 " NEVER EDIT THIS FILE, IT'S OVERWRITTEN UPON UPGRADES, GLOBAL CONFIGURATION
 " SHALL BE DONE IN /etc/vimrc, USER SPECIFIC CONFIGURATION IN ~/.vimrc
@@ -16,9 +16,8 @@
 
 " Suffixes that get lower priority when doing tab completion for filenames.
 " These are files we are not likely to want to edit or read.
-set suffixes=.bak,~,.swp,.o,.info,.aux,.log,.dvi,.bbl,.blg,.brf,.cb,.ind,.idx,.ilg,.inx,.out,.toc
+set suffixes=.bak,~,.swp,.o,.info,.aux,.log,.dvi,.bbl,.blg,.brf,.cb,.ind,.idx,.ilg,.inx,.out,.toc,.png,.jpg
 
-
 if has('gui_running')
   " Make shift-insert work like in Xterm
   map <S-Insert> <MiddleMouse>




More information about the arch-commits mailing list