From cfcb4d92c6ee17469ed4b7a7e9e52a6364168e82 Mon Sep 17 00:00:00 2001 From: Sam Bostock Date: Mon, 9 Oct 2017 23:08:12 -0400 Subject: [PATCH] Remove arbitrary column limit on ignore-io --- bin/git-ignore-io | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/git-ignore-io b/bin/git-ignore-io index 5b72472..532e926 100755 --- a/bin/git-ignore-io +++ b/bin/git-ignore-io @@ -16,8 +16,7 @@ print_in_alphabetical_order() { } print_in_table_format() { - table_width=5 - echo "$gi_list" | xargs -n $table_width | column -t + echo "$gi_list" | column } search() {