]> git.pld-linux.org Git - packages/vim.git/blob - vim-CAN-2005-0069.patch
- detect apache2 configs; rel 2
[packages/vim.git] / vim-CAN-2005-0069.patch
1 diff -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.021605 seconds and 3 git commands to generate.