aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/functions/__fish_complete_ant_targets.fish
diff options
context:
space:
mode:
authorGravatar Sanne Wouda <sanne.wouda@gmail.com>2015-04-05 20:07:17 +0200
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2015-04-19 16:56:48 -0700
commit32936b0eb95c9cee54d3887328e4bfd01c961922 (patch)
treedfbaf159a3f6d20acaa4ab9de3515c76feb64ee4 /share/functions/__fish_complete_ant_targets.fish
parent3559f20c8ffca8b036ff4aa6833e9e4c67eea7fc (diff)
Change lookahead_list into a queue
Using builtin `commandline -f`, one would expect to have commands executed in the order that they were given. This motivates the change to a queue. Unfortunately, fish internals still need lookahead_list to act as a stack. Add and rename functions to support both cases and have lookahead_list as a std::deque internally. This code is delicate, and we should probably dog-food this in nightly for a while before the next-minor release. Fixes #1567
Diffstat (limited to 'share/functions/__fish_complete_ant_targets.fish')
0 files changed, 0 insertions, 0 deletions