[arch-commits] Commit in vim/trunk (PKGBUILD vimrc)
Thomas Dziedzic
td123 at nymeria.archlinux.org
Wed Aug 14 04:02:51 UTC 2013
Date: Wednesday, August 14, 2013 @ 06:02:51
Author: td123
Revision: 192552
fix fs #36498 - [vim/gvim] Incorrect path in comment in provided "vimrc" file
Modified:
vim/trunk/PKGBUILD
vim/trunk/vimrc
----------+
PKGBUILD | 4 ++--
vimrc | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-08-14 01:31:48 UTC (rev 192551)
+++ PKGBUILD 2013-08-14 04:02:51 UTC (rev 192552)
@@ -10,7 +10,7 @@
__hgrev=a643d80b6507
_versiondir="vim${_topver//./}"
pkgver=${_topver}.${_patchlevel}
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
license=('custom:vim')
url="http://www.vim.org"
@@ -22,7 +22,7 @@
'gvim.desktop')
md5sums=('1dfdea2e3fbf778647286d7e23ef9f54'
'SKIP'
- '20fceda56badf201695c57999b0bc609'
+ 'b9d4dcb9d3ee2e151dc4be1e94934f6a'
'10353a61aadc3f276692d0e17db1478e'
'd90413bd21f400313a785bb4010120cd')
Modified: vimrc
===================================================================
--- vimrc 2013-08-14 01:31:48 UTC (rev 192551)
+++ vimrc 2013-08-14 04:02:51 UTC (rev 192552)
@@ -11,6 +11,6 @@
runtime! archlinux.vim
" If you prefer the old-style vim functionalty, add 'runtime! vimrc_example.vim'
-" Or better yet, read /usr/share/vim/vim73/vimrc_example.vim or the vim manual
+" Or better yet, read /usr/share/vim/vim74/vimrc_example.vim or the vim manual
" and configure vim to your own liking!
More information about the arch-commits
mailing list