-
Notifications
You must be signed in to change notification settings - Fork 406
Open
Description
Describe the bug
To reproduce
- rename the Makefile.txt to Makefile (github won't let me upload it with it's correct name) and put it in a folder
- cd to 'directory_that_contains_attached_Makefile'
- Type 'make inst' and press the TAB key
- See that it autocompletes to make install/
Expected behavior
It should autocomplete to make install like it used to (given that there is an install target in the Makefile)
Versions (please complete the following information)
- Operating system name/distribution and version: ArchLinux
- bash version,
echo "$BASH_VERSION": 5.2.26(1)-release - bash-completion version,
(IFS=.; echo "${BASH_COMPLETION_VERSINFO[*]}"): 2.14.0
Additional context
This used to work with bash completion 2.11
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels