From dee7c36aee1e8016df3af31e90da48753d6b0c81 Mon Sep 17 00:00:00 2001 From: "Michael D. Lowis" Date: Sat, 5 Nov 2016 11:46:45 -0400 Subject: [PATCH] added wrapper script for passing a tags file to pick to mimic omnicomplete --- xtagpick | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 xtagpick diff --git a/xtagpick b/xtagpick new file mode 100755 index 0000000..a26366b --- /dev/null +++ b/xtagpick @@ -0,0 +1,6 @@ +#!/bin/sh +if [ "$#" -ne 1 ]; then + echo "Usage: $0 " + exit 1 +fi +cut -f1 "$1" | uniq | ./xpick -- 2.49.0