Explorar el Código

dirs and files can be created with parent dirs

master
Arun Prakash Jana hace 5 años
padre
commit
f0ca47afae
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: A75979F35C080412
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/nnn.c

+ 1
- 1
src/nnn.c Ver fichero

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


Cargando…
Cancelar
Guardar