cmp-cmdline
cmp-cmdline copied to clipboard
Changed fixed_input to accomodate --foo=bar
Some completion results include a fixed, static input along with dynamic contents. For example, --foo=bar. --foo= is the fixed part but bar is user input and is no longer part of fixed_input's computation.