packages: vim/vim.spec, vim/vim-syntax-sshconfig.patch (NEW) - syntax/sshco...
pawelz
pawelz at pld-linux.org
Fri Feb 26 20:56:15 CET 2010
Author: pawelz Date: Fri Feb 26 19:56:15 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- syntax/sshconfig: not every string begining with '#' is comment. Comments
are only *lines* begining with #.
---- Files affected:
packages/vim:
vim.spec (1.495 -> 1.496) , vim-syntax-sshconfig.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/vim/vim.spec
diff -u packages/vim/vim.spec:1.495 packages/vim/vim.spec:1.496
--- packages/vim/vim.spec:1.495 Thu Feb 25 16:53:31 2010
+++ packages/vim/vim.spec Fri Feb 26 20:56:10 2010
@@ -88,6 +88,7 @@
Patch22: %{name}-man_installation.patch
Patch23: %{name}-vimrc.patch
Patch24: %{name}-syntax-exports.patch
+Patch25: %{name}-syntax-sshconfig.patch
Patch102: %{name}-gtkfilechooser.patch
Patch104: %{name}-home_etc.patch
Patch105: %{name}-autopaste.patch
@@ -690,6 +691,7 @@
%patch22 -p1
%patch23 -p1
%patch24 -p1
+%patch25 -p1
# home etc
%{?with_home_etc:%patch104 -p1}
@@ -1350,6 +1352,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.496 2010/02/26 19:56:10 pawelz
+- syntax/sshconfig: not every string begining with '#' is comment. Comments
+ are only *lines* begining with #.
+
Revision 1.495 2010/02/25 15:53:31 baggins
- rel 2
- added fsid and sec options to exports syntax
================================================================
Index: packages/vim/vim-syntax-sshconfig.patch
diff -u /dev/null packages/vim/vim-syntax-sshconfig.patch:1.1
--- /dev/null Fri Feb 26 20:56:15 2010
+++ packages/vim/vim-syntax-sshconfig.patch Fri Feb 26 20:56:10 2010
@@ -0,0 +1,11 @@
+--- vim72/runtime/syntax/sshconfig.vim~ 2006-03-05 22:55:08.000000000 +0100
++++ vim72/runtime/syntax/sshconfig.vim 2010-02-26 20:30:51.000000000 +0100
+@@ -23,7 +23,7 @@
+ syn case ignore
+
+ " Comments
+-syn match sshconfigComment "#.*$" contains=sshconfigTodo
++syn match sshconfigComment "^[[:space:]]*#.*$" contains=sshconfigTodo
+ syn keyword sshconfigTodo TODO FIXME NOT contained
+
+ " Constants
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/vim/vim.spec?r1=1.495&r2=1.496&f=u
More information about the pld-cvs-commit
mailing list