Files
fish-shell/src
Mahmoud Al-Qudsi c8af566330 Stop completion skipping in case of valid ./command
complete.cpp strips the path from commands before parsing for
completions, meaning that when we called `path_get_path()` against
`cmd`, if `./cmd` were typed in at the command line but `cmd` does not
exist in the PATH, then the command would incorrectly be flagged as not
present and the completions would be skipped.

This is also faster when an absolute/relative path is used for a
command, as we now search with the original path which skips searching
PATH directories unnecessarily.

Found when debugging why completions for `./configure` wouldn't work.
2018-04-17 21:34:22 -05:00
..
2017-07-12 22:38:24 -07:00
2018-01-30 12:36:50 -08:00
2018-02-12 10:49:22 -08:00
2017-11-16 10:48:21 -08:00
2018-02-18 19:12:45 -08:00
2017-02-14 18:48:27 -08:00
2018-04-01 17:59:42 -07:00
2018-03-24 12:37:15 -07:00
2018-03-31 17:06:13 -07:00
2018-03-31 17:06:13 -07:00
2018-03-05 12:20:56 -08:00
2018-03-31 17:06:13 -07:00
2017-06-16 21:01:56 -07:00
2017-02-11 21:30:38 -08:00
2016-05-29 22:24:29 -07:00
2018-04-01 16:10:59 -07:00
2018-02-18 19:12:45 -08:00
2017-02-14 18:48:27 -08:00
2017-05-01 22:05:35 -07:00
2018-03-05 13:51:05 -08:00
2018-02-25 21:29:24 +01:00
2018-02-18 20:29:28 -08:00
2017-09-24 13:43:50 -05:00
2017-01-24 15:24:13 -08:00
2018-02-18 19:12:45 -08:00
2018-03-01 13:09:35 +01:00
2018-03-01 13:09:35 +01:00
2018-04-01 13:48:21 -07:00
2017-02-14 18:48:27 -08:00
2017-02-14 18:48:27 -08:00
2017-06-17 22:51:25 -07:00
2018-03-31 16:54:50 -07:00
2017-10-11 00:08:26 -07:00
2017-10-11 00:08:26 -07:00