Skip to content

Commit c14986a

Browse files
committed
refactor(aspell): _comp_cmd_aspell__dictionary main command convention
1 parent d9bf3f8 commit c14986a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completions/aspell

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
_comp_cmd_aspell__dictionary()
44
{
5-
local datadir aspell=${1:-aspell}
5+
local datadir aspell=$1
66
datadir=$("$aspell" config data-dir 2>/dev/null || echo /usr/lib/aspell)
77
# First, get aliases (dicts dump does not list them)
88
COMPREPLY=($datadir/*.alias)

0 commit comments

Comments
 (0)