From 7614bf92895c107d60222b12a52ae4c3c8b7aaf6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Sun, 5 Jul 2009 15:47:41 +0000 Subject: [PATCH] - obsolete files Changed files: spec.vim -> 1.96 vim-dosini.vim-hash_comment.patch -> 1.2 vim-ftplugin-spec.vim -> 1.7 vim-mysql.vim-syntax_comment.patch -> 1.2 vim-noruntimeperl.patch -> 1.2 vim-perl.vim-ftplugin_perldoc.patch -> 1.2 vim-python.vim-ftplugin_pydoc.patch -> 1.2 vim-ruby.vim-ftplugin_ri.patch -> 1.2 --- spec.vim | 334 ---------------------------- vim-dosini.vim-hash_comment.patch | 13 -- vim-ftplugin-spec.vim | 18 -- vim-mysql.vim-syntax_comment.patch | 13 -- vim-noruntimeperl.patch | 8 - vim-perl.vim-ftplugin_perldoc.patch | 14 -- vim-python.vim-ftplugin_pydoc.patch | 14 -- vim-ruby.vim-ftplugin_ri.patch | 15 -- 8 files changed, 429 deletions(-) delete mode 100644 spec.vim delete mode 100644 vim-dosini.vim-hash_comment.patch delete mode 100644 vim-ftplugin-spec.vim delete mode 100644 vim-mysql.vim-syntax_comment.patch delete mode 100644 vim-noruntimeperl.patch delete mode 100644 vim-perl.vim-ftplugin_perldoc.patch delete mode 100644 vim-python.vim-ftplugin_pydoc.patch delete mode 100644 vim-ruby.vim-ftplugin_ri.patch diff --git a/spec.vim b/spec.vim deleted file mode 100644 index 3794d45..0000000 --- a/spec.vim +++ /dev/null @@ -1,334 +0,0 @@ -" Filename: spec.vim -" Purpose: Vim syntax file -" Language: SPEC: Build/install scripts for PLD Linux RPM packages -" Maintainer: PLD Linux -" URL: http://www.pld-linux.org/ -" Last Change: $Date$ (UTC) -" Version: $Revision$ - -" For version 5.x: Clear all syntax items -" For version 6.x: Quit when a syntax file was already loaded -if version < 600 - syntax clear -elseif exists("b:current_syntax") - finish -endif - -" we're quite strict on spec syntax, so match case for everything -syn case match - -syn sync minlines=1000 - -syn match specSpecialChar contained '[][!$()\\|>^;:]' -syn match specColon contained ':' -syn match specPercent contained '%' -syn match specSubstChar contained '[#%]' - -syn match specVariables contained '\$\h\w*' contains=specSpecialVariablesNames,specSpecialChar -syn match specVariables contained '\${\w*}' contains=specSpecialVariablesNames,specSpecialChar -syn match specVariables contained '\${\w*[#%][^}]*}' contains=specSubstChar - -syn match specMacroIdentifier contained '%\h\w*' contains=specMacroNameLocal,specMacroNameOther,specPercent,specSpecialChar -syn region specMacroIdentifier oneline matchgroup=Special start='%{' skip='\\}' end='}' contains=specMacroNameLocal,specMacroNameOther,specPercent,specSpecialChar -syn match specBcond contained '%{with\(out\)\?\s\+[a-zA-Z0-9_-]\+}' - -syn match specSpecialVariables contained '\$[0-9]\|\${[0-9]}' -syn match specCommandOpts contained '\s\(-\w\+\|--\w[a-zA-Z0-9_-]\+\)'ms=s+1 -syn match specComment '^\s*#.*$' - -" matches with no highlight -syn match specNoNumberHilite 'X11\|X11R6\|[a-zA-Z]*\.\d\|[a-zA-Z][-/]\d' -syn match specManpageFile '[a-zA-Z]\.1' - -" Day, Month and most used license acronyms -syn keyword specLicense contained GPL LGPL BSD MIT GNU Apache PHP -syn keyword specLicenseWarning contained unknown -syn match specLicenseWarning contained /same as perl/ -syn match specLicenseWarning contained "(enter GPL/LGPL/BSD/BSD-like/Artistic/other license name here)" -syn keyword specWeekday contained Mon Tue Wed Thu Fri Sat Sun -syn keyword specMonth contained Jan Feb Mar Apr Jun Jul Aug Sep Oct Nov Dec -syn keyword specMonth contained January February March April May June July August September October November December - -" #, @, www -syn match specNumber '\(^-\=\|[ \t]-\=\|-\)[0-9.-]*[0-9]' -syn match specEmail contained "<\=\<[A-Za-z0-9_.-]\+@\([A-Za-z0-9_-]\+\.\)\+[A-Za-z]\+\>>\=" -syn match specURL contained '\<\(\(https\{0,1}\|ftp\)://\|\(www[23]\{0,1}\.\|ftp\.\)\)[A-Za-z0-9._/~:,#?=-]\+\>' -syn match specURLMacro contained '\<\(\(https\{0,1}\|ftp\)://\|\(www[23]\{0,1}\.\|ftp\.\)\)[A-Za-z0-9._/~:,#%{}-]\+\>' contains=specMacroIdentifier - -" TODO take specSpecialVariables out of the cluster for the sh* contains (ALLBUT) -" Special system directories -syn match specListedFilesPrefix contained '/\(usr\|local\|opt\|X11R6\|X11\)/'me=e-1 -syn match specListedFilesBin contained '/s\=bin/'me=e-1 -syn match specListedFilesLib contained '/\(lib\|include\)/'me=e-1 -syn match specListedFilesDoc contained '/\(man\d*\|doc\|info\)\>' -syn match specListedFilesEtc contained '/etc/'me=e-1 -syn match specListedFilesShare contained '/share/'me=e-1 -syn cluster specListedFiles contains=specListedFilesBin,specListedFilesLib,specListedFilesDoc,specListedFilesEtc,specListedFilesShare,specListedFilesPrefix,specSpecialChar - -" specComands -syn match specConfigure contained '\./configure' -syn match specTarCommand contained '\' - -" valid _macro names from /usr/lib/rpm/macros* -syn keyword specMacroNameLocal contained _aclocaldir _applnkdir _arch _binary_payload _bindir _build _build_arch _build_alias -syn keyword specMacroNameLocal contained _build_cpu _builddir _build_os _buildshell _buildsubdir _build_vendor _bzip2bin _datadir -syn keyword specMacroNameLocal contained _dbpath _dbpath_rebuild _defaultdocdir _desktopdir _docdir _examplesdir _excludedocs _kdedocdir -syn keyword specMacroNameLocal contained _exec_prefix _fixgroup _fixowner _fixperms _fontsdir _ftpport _ftpproxy _gnu _gpg_name -syn keyword specMacroNameLocal contained _gpg_path _gtkdocdir _gzipbin _host _host_alias _host_cpu _host_os _host_vendor -syn keyword specMacroNameLocal contained _httpport _httpproxy _iconsdir _includedir _infodir _initrddir _install_langs -syn keyword specMacroNameLocal contained _install_script_path _instchangelog _javaclasspath _javadir _javadocdir _kernelsrcdir -syn keyword specMacroNameLocal contained _kernel_ver _kernel_ver_str _kernel_vermagic _langpatt _lib _libdir _libexecdir _localstatedir _mandir -syn keyword specMacroNameLocal contained _netsharedpath _oldincludedir _omf_dest_dir _os _package_version _pgpbin _pgp_name -syn keyword specMacroNameLocal contained _pgp_path _pixmapsdir _pkgconfigdir _prefix _preScriptEnvironment _provides _rpmdir -syn keyword specMacroNameLocal contained _rpmfilename _sbindir _sharedstatedir _signature _smp_mflags _sourcedir _source_payload -syn keyword specMacroNameLocal contained _specdir _srcrpmdir _sysconfdir _target _target_alias _target_cpu _target_os _target_platform -syn keyword specMacroNameLocal contained _target_vendor _target_base_arch _timecheck _tmppath _topdir _usr _usrsrc _var _vendor -syn keyword specMacroNameLocal contained __cxx __cc __ar __libtoolize __autopoint __aclocal __autoconf __automake __autoheader -syn keyword specMacroNameLocal contained __gettextize __glib_gettextize __intltoolize -syn keyword specMacroNameLocal contained __bzip2 __cat __chgrp __chmod __chown __cp __cpio __file __gpg __grep __gzip -syn keyword specMacroNameLocal contained __id __install __ld __make __mkdir __mkdir_p __mv __nm __objcopy __objdump -syn keyword specMacroNameLocal contained __patch __perl __pgp __python __rm __rsh __sed __ssh __strip __tar __unzip - - - -" ------------------------------------------------------------------------------ -" here's is all the spec sections definitions: PreAmble, Description, Package, -" Scripts, Files and Changelog - -" One line macros - valid in all ScriptAreas -" tip: remember do include new items on specScriptArea's skip section -syn region specSectionMacroArea oneline matchgroup=specSectionMacro start='^%\(\(un\)\?define\|dump\|trace\|patch\d*\|setup\|configure2_13\|configure\|GNUconfigure\|find_lang\|makeinstall\|cmake\|scons\|waf\|bcond_with\(out\)\?\|include\)\>' end='$' contains=specCommandOpts,specMacroIdentifier,specSectionMacroBcondArea -syn region specSectionMacroBracketArea oneline matchgroup=specSectionMacro start='^%{\(configure2_13\|configure\|GNUconfigure\|find_lang\|makeinstall\|cmake\|scons\|waf\)}' end='$' contains=specCommandOpts,specMacroIdentifier -syn region specSectionMacroBcondArea oneline matchgroup=specBlock start='%{!\??\(with\(out\)\?_[a-zA-Z0-9_]\+\|debug\):' skip='\\}' end='}' contains=ALL - -" %% Files Section %% -" TODO %config valid parameters: missingok\|noreplace -" TODO %verify valid parameters: \(not\)\= \(md5\|atime\|...\) -syn region specFilesArea matchgroup=specSection start="^%files\>" - \ skip="%\(attrib\|defattr\|attr\|dir\|config\|docdir\|doc\|lang\|verify\|ghost\|exclude\|dev\|if\|ifarch\|ifnarch\|else\|endif\)\>" - \ end='^%[a-zA-Z]'me=e-2 - \ contains=specFilesOpts,specFilesDirective,@specListedFiles,specComment,specCommandSpecial,specMacroIdentifier,specSectionMacroBcondArea,specIf - -" tip: remember to include new items in specFilesArea above -syn match specFilesDirective contained '%\(dir\|docdir\|doc\|ghost\|exclude\)\>' -syn region specFilesDirective contained start="%\(attrib\|attr\|defattr\|config\|lang\|verify\|dev\)(" end=")" contains=specAttr transparent -syn match specAttr contained "%\(attrib\|attr\|defattr\|config\|lang\|verify\|dev\)" - -" valid options for certain section headers -syn match specDescriptionOpts contained '\s-[ln]\s\a'ms=s+1,me=e-1 contains=specDescriptionCharset -"syn match specDescriptionOptLang contained '\s-l\s*[a-zA-Z0-9.-]\+'ms=s+1 -syn match specPackageOpts contained '\s-n\s*\w'ms=s+1,me=e-1 -syn match specFilesOpts contained '\s-f\s*\w'ms=s+1,me=e-1 - -" charset: et,et.UTF-8,pl.UTF-8,pt_BR, ... etc -syn match specDescriptionCharset contained '-l\s[a-z_A-Z]\+\(\.UTF-8\)\?'ms=s+2 -syn match specPreAmbleCharset contained '([a-z_A-Z]\+\(\.UTF-8\)\?):' - - -" %% PreAmble Section %% -" Copyright and Serial were deprecated by License and Epoch -" PreReq and BuildPreReq deprecated by Requires ans BuildRequires -syn region specPreAmbleDeprecated oneline matchgroup=specError start='^\(Copyright\|Serial\|PreReq\|BuildPreReq\(uires\)\?\)' end='$' contains=specEmail,specURL,specURLMacro,specLicense,specColon,specVariables,specSpecialChar,specMacroIdentifier -syn region specPreAmble oneline matchgroup=specPreambleField - \ start='\(^\|\(^%{!\??\(with\(out\)\?_[a-zA-Z0-9_]\+\|debug\):\)\@<=\)\(Name\|Version\|Packager\|Requires\|Suggests\|Icon\|URL\|Source\d*\|Patch\d*\|Prefix\|Packager\|Group\|License\|Release\|BuildRoot\|Distribution\|Vendor\|Provides\|ExclusiveArch\|ExcludeArch\|ExclusiveOS\|Obsoletes\|BuildArch\|BuildArchitectures\|BuildRequires\|BuildConflicts\|Conflicts\|AutoRequires\|AutoReqProv\|AutoReq\|AutoProv\|Epoch\|NoSource\)' - \ end='$\|}\@=' - \ contains=specEmail,specURL,specURLMacro,specLicense,specLicenseWarning,specColon,specVariables,specSpecialChar,specMacroIdentifier,specSectionMacroBcondArea - -syn region specPreAmble oneline matchgroup=specPreambleField - \ start='\(Summary\)' - \ end='$\|}\@=' - \ contains=specPreambleCharset,specURLMacro,specMacroIdentifier,specSectionMacroBcondArea - -" %% Description Section %% -syn region specDescriptionArea matchgroup=specSection start='^%description' end='^%'me=e-1 - \ contains=specDescriptionOpts,specEmail,specURL,specNumber,specMacroIdentifier,specComment - -" %% Package Section %% -syn region specPackageArea matchgroup=specSection start='^%package' end='^%'me=e-1 - \ contains=specPackageOpts,specPreAmble,specComment,specMacroNameOther - -" %% Scripts Section %% -syn region specScriptArea matchgroup=specSection - \ start='^%\(prep\|build\|install\|clean\|pre\|postun\|preun\|post\|triggerprein\|triggerin\|triggerun\|triggerpostun\|pretrans\|posttrans\|verifyscript\|check\)\>' - \ skip='^%{\|^%\(define\|patch\d*\|configure2_13\|configure\|ant\|GNUconfigure\|setup\|find_lang\|makeinstall\|cmake\|scons\|waf\|useradd\|groupadd\|addusertogroup\|banner\|service\|env_update\|py_o\?comp\|py_postclean\|py_lint\|\(openldap_schema\|webapp\)_\(un\)\?register\|depmod\|pear_package_\(setup\|install\)\|\(build\|install\)_kernel_modules\|php_webserver_restart\|php4_webserver_restart\|update_browser_plugins\|gconf_schema_\(un\)?install\|scrollkeeper_update_post\(un\)?\|update_icon_cache\|update_mime_database\)\>' - \ end='^%'me=e-1 - \ contains=specSpecialVariables,specVariables,@specCommands,specVariables,shDo,shFor,shCaseEsac,specNoNumberHilite,specCommandOpts,shComment,shIf,specSpecialChar,specMacroIdentifier,specSectionMacroArea,specSectionMacroBracketArea,shOperator,shQuote1,shQuote2,specSectionMacroBcondArea -" XXX don't forget to update specMacro when updating specScriptArea skip definition - -" %% Changelog Section %% -syn region specChangelogArea matchgroup=specSection start='^%changelog' end='^%'me=e-1 - \ contains=specEmail,specURL,specWeekday,specMonth,specNumber,specComment,specLicense,specRevision,specLogMessage,specLogError - -syn match specRevision contained "^Revision [.0-9]\+ [-/0-9]\+ [:0-9]\+ [a-zA-Z0-9]\+$" -syn region specLogMessage contained start="^[- ] " end="$" contains=specLogError,specURL,specEmail -syn match specLogError contained "%%" - -" ------------------------------------------------------------------------------ -" here's the shell syntax for all the Script Sections - -" sh-like comment style, only valid in script part -syn match shComment contained '#.*$' - -syn region shQuote1 contained matchgroup=shQuoteDelim start=+'+ skip=+\\'+ end=+'+ contains=specMacroIdentifier -syn region shQuote2 contained matchgroup=shQuoteDelim start=+"+ skip=+\\"+ end=+"+ contains=specVariables,specMacroIdentifier,specSectionMacroBcondArea - -syn match shOperator contained '[><|!&;]\|[!=]=' -syn region shDo transparent matchgroup=specBlock start="\(^\|\s\)do\(\s\|$\)" end="\(^\|\s\)done\(\s\|$\)" contains=ALLBUT,shDoError,shCase,specPreAmble,@specListedFiles -syn region shIf transparent matchgroup=specBlock start="\(^\|\s\)if\(\s\|$\)" end="\(^\|\s\)fi\(\s\|$\)" contains=ALLBUT,shIfError,shCase,@specListedFiles - -syn region shFor matchgroup=specBlock start="\(^\|\s\)for\(\s\|$\)" end="\(^\|\s\)in\(\s\|$\)" contains=ALLBUT,shInError,shCase,@specListedFiles - -syn region shCaseEsac transparent matchgroup=specBlock start="\(^\|\s\)case\(\s\|$\)" matchgroup=NONE end="\(^\|\s\)in\(\s\|$\)"me=s-1 contains=ALLBUT,@specListedFiles nextgroup=shCaseEsac -syn region shCaseEsac matchgroup=specBlock start="\(^\|\s\)in\(\s\|$\)" end="\(^\|\s\)esac\(\s\|$\)" contains=ALLBUT,@specListedFilesBin -syn region shCase matchgroup=specBlock contained start=")" end=";;" contains=ALLBUT,shCase,@specListedFiles - -syn sync match shDoSync grouphere shDo "\" -syn sync match shDoSync groupthere shDo "\" -syn sync match shIfSync grouphere shIf "\" -syn sync match shIfSync groupthere shIf "\" -syn sync match shForSync grouphere shFor "\" -syn sync match shForSync groupthere shFor "\" -syn sync match shCaseEsacSync grouphere shCaseEsac "\" -syn sync match shCaseEsacSync groupthere shCaseEsac "\" - -syn region specIf matchgroup=specBlock start="%ifosf\|%ifos\|%ifnos\|%ifarch\|%ifnarch\|ifdef\|ifndef\|%if\|%else" end='%endif' contains=ALLBUT, specOutSkip, specOut2 - -" %if 0 handing -if exists("spec_if0") - syn region specOut start="^\s*%if\s\+0$" end="$" contains=specOut2 - syn region specOut2 contained start="%if\s\+0" end="^\s*%\(endif\>\|else\>\)" contains=specOutSkip - - syn region specOutSkip contained start="^\s*%if\>" end="^\s*%endif\>" contains=specOutSkip - - syn sync match specIfSync grouphere specIf "%ifarch\|%ifos\|%ifnos" - syn sync match specIfSync groupthere specIf "%endIf" -endif - -" Define the default highlighting. -" For version 5.7 and earlier: only when not done already -" For version 5.8 and later: only when an item doesn't have highlighting yet -if version >= 508 || !exists("did_spec_syntax_inits") - if version < 508 - let did_spec_syntax_inits = 1 - command -nargs=+ HiLink hi link - else - command -nargs=+ HiLink hi def link - endif - - "main types color definitions - HiLink specSection Structure - HiLink specSectionMacro Macro - HiLink specWWWlink PreProc - HiLink specOpts Operator - - "yes, it's ugly, but white is sooo cool - if &background == "dark" - hi def specGlobalMacro ctermfg=white - else - HiLink specGlobalMacro Identifier - endif - - "sh colors - HiLink shComment Comment - HiLink shIf Statement - HiLink shOperator Special - HiLink shQuote1 String - HiLink shQuote2 String - HiLink shQuoteDelim Statement - - " spec colors - HiLink specBlock Function - HiLink specBcond Function - HiLink specColon Special - HiLink specCommand Statement - HiLink specPreambleField Statement - HiLink specCommandOpts specOpts - HiLink specCommandSpecial Special - HiLink specComment Comment - HiLink specConfigure specCommand - HiLink specDate String - HiLink specPreAmbleCharset String - HiLink specDescriptionCharset String - HiLink specDescriptionOpts specOpts - HiLink specEmail specWWWlink - HiLink specError Error - HiLink specFilesDirective specSectionMacro - HiLink specAttr specSectionMacro - HiLink specFilesOpts specOpts - HiLink specLicense String - HiLink specLicenseWarning specError - HiLink specMacroNameLocal specGlobalMacro - HiLink specMacroNameOther specGlobalMacro - HiLink specManpageFile NONE - HiLink specMonth specDate - HiLink specNoNumberHilite NONE - HiLink specNumber Number - HiLink specPackageOpts specOpts - HiLink specPercent Special - HiLink specSpecialChar Special - HiLink specSubstChar Special - HiLink specSpecialVariables specGlobalMacro - HiLink specSpecialVariablesNames specGlobalMacro - HiLink specTarCommand specCommand - HiLink specMacro Macro - HiLink specURL specWWWlink - HiLink specURLMacro specWWWlink - HiLink specVariables Identifier - HiLink specWeekday specDate - HiLink specListedFilesBin Statement - HiLink specListedFilesDoc Statement - HiLink specListedFilesEtc Statement - HiLink specListedFilesLib Statement - HiLink specListedFilesPrefix Statement - HiLink specListedFilesShare Statement - - HiLink specRevision Number - HiLink specLogMessage Identifier - HiLink specLogError Error - - HiLink specOutSkip specOut - HiLink specOut2 specOut - HiLink specOut Comment - - delcommand HiLink -endif - -let b:current_syntax = "spec" - -" vim: ts=8 diff --git a/vim-dosini.vim-hash_comment.patch b/vim-dosini.vim-hash_comment.patch deleted file mode 100644 index 871e8fc..0000000 --- a/vim-dosini.vim-hash_comment.patch +++ /dev/null @@ -1,13 +0,0 @@ -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 diff --git a/vim-ftplugin-spec.vim b/vim-ftplugin-spec.vim deleted file mode 100644 index 69ed695..0000000 --- a/vim-ftplugin-spec.vim +++ /dev/null @@ -1,18 +0,0 @@ -" Vim filetype plugin file -" Language: RPM spec file -" Author: Elan Ruusamäe -" Copyright: Copyright (c) 2005 PLD Linux -" Licence: You may redistribute this under the same terms as Vim itself -" -" This sets up filetype specific options for RPM spec files. - -"setlocal tw=70 - -map :!./builder -5 % -map :!./adapter % -map :!rpmbuild -bb % -map :!cvs diff -u % \| diffcol \| less -nR -map :!./builder -bb -R -u % - -" PLD specfiles are in latin2 encoding for -pl -setlocal fileencodings=ucs-bom,utf-8,default,latin2 diff --git a/vim-mysql.vim-syntax_comment.patch b/vim-mysql.vim-syntax_comment.patch deleted file mode 100644 index 79b412a..0000000 --- a/vim-mysql.vim-syntax_comment.patch +++ /dev/null @@ -1,13 +0,0 @@ -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 diff --git a/vim-noruntimeperl.patch b/vim-noruntimeperl.patch deleted file mode 100644 index 049f3ff..0000000 --- a/vim-noruntimeperl.patch +++ /dev/null @@ -1,8 +0,0 @@ ---- vim70/runtime/doc/vim2html.pl~ 2007-01-23 18:31:20.596518416 +0200 -+++ vim70/runtime/doc/vim2html.pl 2007-01-23 18:44:16.584047238 +0200 -@@ -1,4 +1,4 @@ --#!/usr/bin/perl -+#!/usr/bin/env perl - - # converts vim documentation to simple html - # Sirtaj Singh Kang (taj@kde.org) diff --git a/vim-perl.vim-ftplugin_perldoc.patch b/vim-perl.vim-ftplugin_perldoc.patch deleted file mode 100644 index 388b94a..0000000 --- a/vim-perl.vim-ftplugin_perldoc.patch +++ /dev/null @@ -1,14 +0,0 @@ -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") diff --git a/vim-python.vim-ftplugin_pydoc.patch b/vim-python.vim-ftplugin_pydoc.patch deleted file mode 100644 index 7b54018..0000000 --- a/vim-python.vim-ftplugin_pydoc.patch +++ /dev/null @@ -1,14 +0,0 @@ -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 diff --git a/vim-ruby.vim-ftplugin_ri.patch b/vim-ruby.vim-ftplugin_ri.patch deleted file mode 100644 index a072934..0000000 --- a/vim-ruby.vim-ftplugin_ri.patch +++ /dev/null @@ -1,15 +0,0 @@ -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 -- 2.44.0