dirs and files can be created with parent dirs

This commit is contained in:
Arun Prakash Jana 2019-11-20 21:11:13 +05:30
parent 5b7448bac9
commit f0ca47afae
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions

View File

@ -4873,7 +4873,7 @@ nochange:
case SEL_NEW:
r = get_input("create 'f'(ile) / 'd'(ir) / 's'(ym) / 'h'(ard)?");
if (r == 'f' || r == 'd')
tmp = xreadline(NULL, "name: ");
tmp = xreadline(NULL, "relative path: ");
else if (r == 's' || r == 'h')
tmp = xreadline(NULL, "link suffix [@ for none]: ");
else