This repository has been archived by the owner on Aug 11, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
completion: don't break global COMP_WORDBREAKS
As described in #4530, #5820 modification of global variable COMP_WORDBREAKS causes global breakage of completion: ``` dd if=/dev/ze<tab> -> dd /dev/zero ``` Fixes: #4530 PR-URL: #8892
- Loading branch information