]> git.pld-linux.org Git - packages/vim.git/blame - vim-CAN-2005-0069.patch
- updated apache config file detecting in SOURCES; rel 3
[packages/vim.git] / vim-CAN-2005-0069.patch
CommitLineData
12c15a4c
AG
1diff -burN vim63.orig/runtime/tools/vimspell.sh vim63/runtime/tools/vimspell.sh
2--- vim63.orig/runtime/tools/vimspell.sh 2005-03-19 15:54:53.345907600 +0100
3+++ vim63/runtime/tools/vimspell.sh 2005-03-19 15:56:32.960763840 +0100
4@@ -13,9 +13,7 @@
5 # March 1999
6
7 INFILE=$1
8-OUTFILE=/tmp/vimspell.$$
9-# if you have "tempfile", use the following line
10-#OUTFILE=`tempfile`
11+OUTFILE=`mktemp -t vimspellXXXXXX` || exit 1
12
13 #
14 # local spellings
This page took 0.022077 seconds and 4 git commands to generate.