Merge branch 'master' of Berthold:projects/fugitive

This commit is contained in:
p4bl0 2010-09-18 00:47:57 +02:00
commit efac75fcf1
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
replace_string() {
sed "s/<?fugitive-install\s\+$1\s*?>/$2/"
sed "s/<?fugitive-install[[:space:]]\+$1[[:space:]]*?>/$2/"
}
fugitive_write_template() {