From 55026f8ed92c14ebaf59228b69d73bf2c1ba5ce3 Mon Sep 17 00:00:00 2001 From: Shohei YOSHIDA Date: Mon, 10 Aug 2020 13:17:28 +0900 Subject: [PATCH] Update nano completion Add '-u', '--unix' flag --- src/_nano | 1 + 1 file changed, 1 insertion(+) diff --git a/src/_nano b/src/_nano index 6259f5f..6a90ddc 100644 --- a/src/_nano +++ b/src/_nano @@ -45,6 +45,7 @@ _arguments -s -C \ {-r+,--fill=}'[Set width for hard-wrap and justify]:init'\ {-s+,--speller=}'[Enable alternate speller]:prog'\ {-t,--tempfile}'[Auto save on exit, do not prompt]'\ + {-u,--unix}'[Save a file by default in Unix format]'\ {-w,--nowrap}'[Do not hard-wrap long lines default]'\ {-x,--nohelp}'[Do not show the two help lines]'\ {-y,--afterends}'[Make Ctrl+Right stop at word ends]'\