aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/make.fish
diff options
context:
space:
mode:
authorGravatar liljencrantz <liljencrantz@gmail.com>2007-09-22 07:04:01 +1000
committerGravatar liljencrantz <liljencrantz@gmail.com>2007-09-22 07:04:01 +1000
commitdab7e6c7b98825879cc03016113b31b575f3f7af (patch)
tree676261c9edc32499ad36e71505acc612f1fd382a /share/completions/make.fish
parent06de2602cb455f222b12a8592f7739a43350b0aa (diff)
Move mkae completion function to its own file
darcs-hash:20070921210401-75c98-6b303317ba375f0c6402e81902e599e79a9c06ed.gz
Diffstat (limited to 'share/completions/make.fish')
-rw-r--r--share/completions/make.fish5
1 files changed, 0 insertions, 5 deletions
diff --git a/share/completions/make.fish b/share/completions/make.fish
index ee32172d..0c89d52a 100644
--- a/share/completions/make.fish
+++ b/share/completions/make.fish
@@ -1,10 +1,5 @@
# Completions for make
-function __fish_print_make_targets
- set files Makefile makefile GNUmakefile
- sgrep -h -E '^[^#%=$[:space:]][^#%=$]*:([^=]|$)' $files | cut -d ":" -f 1 | sed -e 's/^ *//;s/ *$//;s/ */\n/g' ^/dev/null
-end
-
# This completion is a bit ugly. It reenables file completion on
# assignments, so e.g. 'make foo FILES=<tab>' will recive standard
# filename completion. Unfortunatly, this turns out to be a bit