]> git.pld-linux.org Git - packages/vim.git/commitdiff
- updated to 7.0e
authorAdam Gołębiowski <adamg@pld-linux.org>
Tue, 18 Apr 2006 13:42:09 +0000 (13:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    021_all_vim-7.0-fstab-bogus-errors.patch -> 1.2
    vim.spec -> 1.347

021_all_vim-7.0-fstab-bogus-errors.patch
vim.spec

index afbde20d15f23c84ff8ca243f6c0884a4748789c..525086dadae36f58e7f6a33cdabbf85c0502ef96 100644 (file)
@@ -1,13 +1,12 @@
-# Remove some bogus 'error' indications in fstab highlighting.
---- vim7/runtime/syntax/fstab.vim.orig 2005-03-19 16:17:17.036115856 +0000
-+++ vim7/runtime/syntax/fstab.vim      2005-03-19 16:27:35.364115712 +0000
-@@ -19,14 +19,14 @@
+--- vim-7.0/runtime/syntax/fstab.vim~  2006-04-18 15:19:57.000000000 +0200
++++ vim-7.0/runtime/syntax/fstab.vim   2006-04-18 15:21:28.990442500 +0200
+@@ -23,14 +23,14 @@
  
  " Device
  syn cluster fsDeviceCluster contains=fsOperator,fsDeviceKeyword,fsDeviceError
--syn match fsDeviceError /\%([^a-zA-Z0-9_\/#@]\|^\w\{-}\ze\W\)/ contained
+-syn match fsDeviceError /\%([^a-zA-Z0-9_\/#@:]\|^\w\{-}\ze\W\)/ contained
 +syn match fsDeviceError /\%([^a-zA-Z0-9_\/#@\-:]\)/ contained
- syn keyword fsDeviceKeyword contained none proc linproc tmpfs
+ syn keyword fsDeviceKeyword contained none proc linproc tmpfs devpts sysfs usbfs
  syn keyword fsDeviceKeyword contained LABEL nextgroup=fsDeviceLabel
  syn match fsDeviceLabel contained /=[^ \t]\+/hs=s+1 contains=fsOperator
  
index 51ec1dd04de76892214d9707796260fe136567a3..8ee1b26345560d6b90691e303b97c12b5a366eee 100644 (file)
--- a/vim.spec
+++ b/vim.spec
@@ -17,8 +17,8 @@
 %bcond_without home_etc        # without home_etc support
 #
 %define                _ver            7.0
-%define                _patchlevel     c02
-%define                _rel            1.3
+%define                _patchlevel     e
+%define                _rel            1
 
 # cflags get changed while configuring
 %undefine      configure_cache
@@ -39,7 +39,7 @@ Epoch:                4
 License:       Charityware
 Group:         Applications/Editors/Vim
 Source0:       ftp://ftp.vim.org/pub/vim/unstable/snapshot/%{name}-%{_ver}%{_patchlevel}.zip
-# Source0-md5: fea526483d53fffc013a9dddf5c6787c
+# Source0-md5: cbae1e7a32ffc8ed75433707a5085049
 Source1:       ftp://ftp.vim.org/pub/vim/unstable/extra/vim-%{_ver}c-lang.tar.gz
 # Source1-md5: 7e05c56768e07149e9158dfa2349e344
 Source2:       ftp://ftp.vim.org/pub/vim/unstable/extra/vim-%{_ver}c-extra.tar.gz
This page took 0.208785 seconds and 4 git commands to generate.