Skip to content

Commit d758556

Browse files
committed
completion/subversion: load system completion
Load the completion script from the subversion package installed on the system, instead of bundling a copy. This addresses Bash-it#1818. NOTE: If `completions/system` is enabled, then it will load this same file anyway automatically.
1 parent 09864d6 commit d758556

File tree

2 files changed

+7
-1514
lines changed

2 files changed

+7
-1514
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# shellcheck shell=bash
2+
3+
scm
4+
if test -s "${SVN_EXE%/*}/../etc/bash_completion.d/subversion"
5+
then
6+
source "$_"
7+
fi

0 commit comments

Comments
 (0)