From 43f13964802bf1d865ed4325117047770d0bf6a7 Mon Sep 17 00:00:00 2001 From: Joe Bloggs Date: Tue, 25 Mar 2014 23:18:39 +0000 Subject: [PATCH] update --- zsh-completions-howto.org | 2 -- 1 file changed, 2 deletions(-) diff --git a/zsh-completions-howto.org b/zsh-completions-howto.org index 7961f38..9a0c8a3 100644 --- a/zsh-completions-howto.org +++ b/zsh-completions-howto.org @@ -145,8 +145,6 @@ The first specification 'args:custom args:(a b c)' adds completion candidates a, 'custom args'. The second specification calls the _net_interfaces command which adds network interfaces as completion candidates. - - ** Writing completion functions using _arguments The _arguments function makes it easy to create completion functions. As arguments it takes special strings specifying the options & arguments to the function being completed,