SOURCES: vim-dosini.vim-hash_comment.patch (NEW), vim-mysql.vim-sy...

glen glen at pld-linux.org
Tue Jan 23 17:31:57 CET 2007


Author: glen                         Date: Tue Jan 23 16:31:57 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- from debian

---- Files affected:
SOURCES:
   vim-dosini.vim-hash_comment.patch (NONE -> 1.1)  (NEW), vim-mysql.vim-syntax_comment.patch (NONE -> 1.1)  (NEW), vim-perl.vim-ftplugin_perldoc.patch (NONE -> 1.1)  (NEW), vim-python.vim-ftplugin_pydoc.patch (NONE -> 1.1)  (NEW), vim-ruby.vim-ftplugin_ri.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/vim-dosini.vim-hash_comment.patch
diff -u /dev/null SOURCES/vim-dosini.vim-hash_comment.patch:1.1
--- /dev/null	Tue Jan 23 17:31:57 2007
+++ SOURCES/vim-dosini.vim-hash_comment.patch	Tue Jan 23 17:31:52 2007
@@ -0,0 +1,13 @@
+Index: vim/runtime/syntax/dosini.vim
+===================================================================
+--- vim/runtime/syntax/dosini.vim.orig
++++ vim/runtime/syntax/dosini.vim
+@@ -17,7 +17,7 @@
+ 
+ syn match  dosiniLabel		"^.\{-}="
+ syn region dosiniHeader		start="\[" end="\]"
+-syn match  dosiniComment	"^;.*$"
++syn match  dosiniComment	"^[;#].*$"
+ 
+ " Define the default highlighting.
+ " For version 5.7 and earlier: only when not done already

================================================================
Index: SOURCES/vim-mysql.vim-syntax_comment.patch
diff -u /dev/null SOURCES/vim-mysql.vim-syntax_comment.patch:1.1
--- /dev/null	Tue Jan 23 17:31:57 2007
+++ SOURCES/vim-mysql.vim-syntax_comment.patch	Tue Jan 23 17:31:52 2007
@@ -0,0 +1,13 @@
+Index: vim/runtime/syntax/mysql.vim
+===================================================================
+--- vim/runtime/syntax/mysql.vim.orig
++++ vim/runtime/syntax/mysql.vim
+@@ -67,7 +67,7 @@
+ " Comments (c-style, mysql-style and modified sql-style)
+ syn region mysqlComment		 start="/\*"  end="\*/"
+ syn match mysqlComment		 "#.*"
+-syn match mysqlComment		 "-- .*"
++syn match mysqlComment		 "--\_s.*"
+ syn sync ccomment mysqlComment
+ 
+ " Column types

================================================================
Index: SOURCES/vim-perl.vim-ftplugin_perldoc.patch
diff -u /dev/null SOURCES/vim-perl.vim-ftplugin_perldoc.patch:1.1
--- /dev/null	Tue Jan 23 17:31:57 2007
+++ SOURCES/vim-perl.vim-ftplugin_perldoc.patch	Tue Jan 23 17:31:52 2007
@@ -0,0 +1,14 @@
+Index: vim/runtime/ftplugin/perl.vim
+===================================================================
+--- vim/runtime/ftplugin/perl.vim.orig
++++ vim/runtime/ftplugin/perl.vim
+@@ -39,6 +39,9 @@
+ set isfname+=:
+ "setlocal iskeyword=48-57,_,A-Z,a-z,:
+ 
++" Debian patch: use perldoc for keyword lookup
++setlocal keywordprg=perldoc\ -f
++
+ " Set this once, globally.
+ if !exists("perlpath")
+     if executable("perl")

================================================================
Index: SOURCES/vim-python.vim-ftplugin_pydoc.patch
diff -u /dev/null SOURCES/vim-python.vim-ftplugin_pydoc.patch:1.1
--- /dev/null	Tue Jan 23 17:31:57 2007
+++ SOURCES/vim-python.vim-ftplugin_pydoc.patch	Tue Jan 23 17:31:52 2007
@@ -0,0 +1,14 @@
+Index: vim/runtime/ftplugin/python.vim
+===================================================================
+--- vim/runtime/ftplugin/python.vim.orig
++++ vim/runtime/ftplugin/python.vim
+@@ -14,6 +14,9 @@
+ setlocal comments-=:%
+ setlocal commentstring=#%s
+ 
++" Debian patch: use pydoc for keyword lookup
++setlocal keywordprg=pydoc
++
+ setlocal omnifunc=pythoncomplete#Complete
+ 
+ set wildignore+=*.pyc

================================================================
Index: SOURCES/vim-ruby.vim-ftplugin_ri.patch
diff -u /dev/null SOURCES/vim-ruby.vim-ftplugin_ri.patch:1.1
--- /dev/null	Tue Jan 23 17:31:57 2007
+++ SOURCES/vim-ruby.vim-ftplugin_ri.patch	Tue Jan 23 17:31:52 2007
@@ -0,0 +1,15 @@
+Index: vim/runtime/ftplugin/ruby.vim
+===================================================================
+--- vim/runtime/ftplugin/ruby.vim.orig
++++ vim/runtime/ftplugin/ruby.vim
+@@ -20,6 +20,10 @@
+ let s:cpo_save = &cpo
+ set cpo&vim
+ 
++" Debian patch: use ri for keyword lookup
++setlocal keywordprg=ri
++setlocal iskeyword+=?,!
++
+ " Matchit support
+ if exists("loaded_matchit") && !exists("b:match_words")
+   let b:match_ignorecase = 0
================================================================


More information about the pld-cvs-commit mailing list