summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-07-30 19:32:50 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-07-30 19:32:50 -0300
commit106a78793b19c9b5d54a7d660c0c362ffd7ef9dd (patch)
tree7abbdfa114d9f043d6a50b36ffaa151e8fdb5288
parentaa6c470cb2d9cb7a722d3f99d6fe066281ef1afb (diff)
vim-runtime-7.4.383-1: updating version
-rw-r--r--libre/vim-runtime/PKGBUILD8
-rw-r--r--libre/vim-runtime/parabola.vim7
2 files changed, 7 insertions, 8 deletions
diff --git a/libre/vim-runtime/PKGBUILD b/libre/vim-runtime/PKGBUILD
index d0c6602d9..e682f107d 100644
--- a/libre/vim-runtime/PKGBUILD
+++ b/libre/vim-runtime/PKGBUILD
@@ -8,8 +8,8 @@
pkgbase=vim
pkgname=vim-runtime
_topver=7.4
-_patchlevel=373
-__hgrev=32a77cc160d9
+_patchlevel=383
+__hgrev=7090d7f160f7
_versiondir="vim${_topver//./}"
pkgver=${_topver}.${_patchlevel}
pkgrel=1
@@ -21,10 +21,10 @@ source=("ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz"
"ftp://ftp.archlinux.org/other/vim/vim-${pkgver}.tar.xz.sig"
'vimrc'
'parabola.vim')
-md5sums=('74493914d81495f3cc6423d33a3de50d'
+md5sums=('43a4cc2905659697550c2fb2b282789e'
'SKIP'
'27820c2bdc34624674c561ae6476bc6a'
- 'a8c21928eefd766e211f987879a9199c')
+ '41c9a52bbd972f009437450a003ad3cd')
build() {
cp -a ${pkgbase}-${pkgver} vim-build
diff --git a/libre/vim-runtime/parabola.vim b/libre/vim-runtime/parabola.vim
index bc3c1f82e..3db882946 100644
--- a/libre/vim-runtime/parabola.vim
+++ b/libre/vim-runtime/parabola.vim
@@ -1,7 +1,7 @@
" The Parabola GNU/Linux-libre global vimrc - setting only a few sane defaults
"
-" Maintainer: Tobias Kieslich [tobias funnychar archlinux dot org]
-" Maintainer for Parabola rebranding: André Silva [emulatorman funnychar parabola dot nu]
+" Maintainer: Thomas Dziedzic [gostrc@gmail.com]
+" Maintainer for Parabola rebranding: André Silva [emulatorman@parabola.nu]
"
" NEVER EDIT THIS FILE, IT'S OVERWRITTEN UPON UPGRADES, GLOBAL CONFIGURATION
" SHALL BE DONE IN /etc/vimrc, USER SPECIFIC CONFIGURATION IN ~/.vimrc
@@ -17,8 +17,7 @@ set ruler " show the cursor position all the time
" 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