Explorar el Código

Clear selection after successful plugin invocation

master
Arun Prakash Jana hace 4 años
padre
commit
026f76f14c
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 3 adiciones y 0 borrados
  1. +3
    -0
      src/nnn.c

+ 3
- 0
src/nnn.c Ver fichero

@@ -6250,6 +6250,7 @@ nochange:
if (runfile[0])
runfile[0] = '\0';
clearfilter();
clearselection();
setdirwatch();
goto begin;
}
@@ -6984,6 +6985,8 @@ nochange:
goto nochange;
}

clearselection();

if (ndents)
copycurname();



Cargando…
Cancelar
Guardar