fish-shell/share
Xiretza fff320b56b completions: make: respect line continuations in recipes
Without this, a recipe containing a trailing backslash followed by a line not
beginning with tab (like any non-continued recipe lines would) would result in
the continuation showing up in completions.

Whenever a line ends in a backslash, consider the next line invalid as a target.

Regex explanation:

^([^#]*[^#\\])? -- optional prefix not containing comment character and not
                   ending in backslash
(\\\\)*\\$      -- 2n+1 backslashes at end of line (handles escaped backslashes)
2023-09-05 11:40:05 +02:00
..
completions completions: make: respect line continuations in recipes 2023-09-05 11:40:05 +02:00
functions funced: Note --wait 2023-09-05 09:19:21 +02:00
groff
tools webconfig: Fix box shadow in dark mode 2023-08-29 14:29:20 +02:00
__fish_build_paths.fish.in
config.fish share/config.fish: Quit if job expansion hack errors 2023-06-10 15:36:36 +02:00