From 5af1909a1e33c484e79ae0b6c172964f5624529c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Mon, 17 Oct 2005 11:17:13 +0000 Subject: [PATCH] - update Changed files: vim-CAN-2005-0069.patch -> 1.2 --- vim-CAN-2005-0069.patch | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/vim-CAN-2005-0069.patch b/vim-CAN-2005-0069.patch index 1820110..1c462f9 100644 --- a/vim-CAN-2005-0069.patch +++ b/vim-CAN-2005-0069.patch @@ -1,16 +1,3 @@ -diff -burN vim63.orig/runtime/tools/tcltags vim63/runtime/tools/tcltags ---- vim63.orig/runtime/tools/tcltags 2005-03-19 15:54:53.345907600 +0100 -+++ vim63/runtime/tools/tcltags 2005-03-19 15:55:45.333004360 +0100 -@@ -8,7 +8,8 @@ - program_version="0.3" - program_author="Darren Hiebert" - author_email="darren@hiebert.com" --tmp_tagfile=/tmp/${program_name}.$$ -+tmp_tagfile=`mktem -t tcltagXXXXXX` || exit 1 -+trap "rm -rf $tmp_tagfile" 0 1 2 3 9 11 13 15 - - usage="\ - Usage: $program_name [-au] [-{f|o} tagfile] [--format=n] file(s) diff -burN vim63.orig/runtime/tools/vimspell.sh vim63/runtime/tools/vimspell.sh --- vim63.orig/runtime/tools/vimspell.sh 2005-03-19 15:54:53.345907600 +0100 +++ vim63/runtime/tools/vimspell.sh 2005-03-19 15:56:32.960763840 +0100 -- 2.44.0