fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
7 lines
369 B
Text
7 lines
369 B
Text
This package provides some generic completion routines that follow the
|
|
Complete convention. The main routine is complete_array_elem which
|
|
tries to complete a word using choices from elements of supplied array.
|
|
|
|
The routine will first try a simple substring prefix matching; if that
|
|
fails, will try some other methods like word-mode, character-mode, or
|
|
fuzzy matching.
|