]> git.pld-linux.org Git - packages/vim.git/blob - vim-spec-fix.patch
- now it works...
[packages/vim.git] / vim-spec-fix.patch
1 --- vim62/runtime/ftplugin/spec.vim.orig        2002-04-10 22:03:47.000000000 +0200
2 +++ vim62/runtime/ftplugin/spec.vim     2003-07-08 00:12:16.000000000 +0200
3 @@ -127,6 +127,7 @@
4         endfunction
5  endif
6  
7 +if !exists("*s:ParseRpmVars")
8  function s:ParseRpmVars(str, strline)
9         let end = -1
10         let ret = ""
11 @@ -154,6 +155,7 @@
12         endwhile
13         return ret
14  endfunction
15 +endif
16  
17  " The following lines, along with the macros/matchit.vim plugin,
18  " make it easy to navigate the different sections of a spec file
This page took 0.042727 seconds and 3 git commands to generate.