diff options
author | 2008-11-17 20:28:23 +0000 | |
---|---|---|
committer | 2008-11-17 20:28:23 +0000 | |
commit | 10378b9bbca734e640f628b98d5e6eec9faa9dfd (patch) | |
tree | 7ce377ff9c4dca4868d7e1d7a8ace486b449f894 /app-vim/alternate/files | |
parent | Fix patch with absolute paths. (diff) | |
download | historical-10378b9bbca734e640f628b98d5e6eec9faa9dfd.tar.gz historical-10378b9bbca734e640f628b98d5e6eec9faa9dfd.tar.bz2 historical-10378b9bbca734e640f628b98d5e6eec9faa9dfd.zip |
Fix patch with absolute paths.
Package-Manager: portage-2.2_rc14/cvs/Linux 2.6.27-gentoo-r2 x86_64
Diffstat (limited to 'app-vim/alternate/files')
-rw-r--r-- | app-vim/alternate/files/alternate-2.12-hh-cc-alternation.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/alternate/files/alternate-2.12-hh-cc-alternation.patch b/app-vim/alternate/files/alternate-2.12-hh-cc-alternation.patch index a78804131e06..14b314aa0e0c 100644 --- a/app-vim/alternate/files/alternate-2.12-hh-cc-alternation.patch +++ b/app-vim/alternate/files/alternate-2.12-hh-cc-alternation.patch @@ -1,5 +1,5 @@ ---- /usr/share/vim/vimfiles/plugin/a.vim 2005-05-06 22:20:24.000000000 +0100 -+++ plugin/a.vim 2005-06-20 15:45:45.000000000 +0100 +--- a/plugin/a.vim 2005-05-06 22:20:24.000000000 +0100 ++++ b/plugin/a.vim 2005-06-20 15:45:45.000000000 +0100 @@ -57,13 +57,14 @@ " Mappings for C and C++ call <SID>AddAlternateExtensionMapping('h',"c,cpp,cxx,cc,CC") |