Ver código fonte

Clear selection after successful plugin invocation

master
Arun Prakash Jana 3 anos atrás
pai
commit
026f76f14c
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: A75979F35C080412
1 arquivos alterados com 3 adições e 0 exclusões
  1. +3
    -0
      src/nnn.c

+ 3
- 0
src/nnn.c Ver arquivo

@@ -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();



Carregando…
Cancelar
Salvar