Преглед изворни кода

dirs and files can be created with parent dirs

master
Arun Prakash Jana пре 5 година
родитељ
комит
f0ca47afae
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/nnn.c

+ 1
- 1
src/nnn.c Прегледај датотеку

@@ -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


Loading…
Откажи
Сачувај