From 1c942291f8a41d80d7db4e7513adf06edfe50277 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 30 Jan 2015 16:24:20 +0000 Subject: 34435: Update emulate completion. Add new feature to run command in emulation. Factor out handling of quoted command string to new function. --- Completion/Unix/Type/_cmdstring | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Completion/Unix/Type/_cmdstring (limited to 'Completion/Unix/Type/_cmdstring') diff --git a/Completion/Unix/Type/_cmdstring b/Completion/Unix/Type/_cmdstring new file mode 100644 index 000000000..fb19fdb76 --- /dev/null +++ b/Completion/Unix/Type/_cmdstring @@ -0,0 +1,6 @@ +#autoload + +# This is for a quoted argument that will be interpreted as a command. + +compset -q +_normal -- cgit 1.4.1