ソースを参照

Extension order: show files without extension on top

master
Arun Prakash Jana 5年前
コミット
9a757c4905
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: A75979F35C080412
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      src/nnn.c

+ 2
- 2
src/nnn.c ファイルの表示

@@ -1870,10 +1870,10 @@ static int entrycmp(const void *va, const void *vb)

if (extna || extnb) {
if (!extna)
return 1;
return -1;

if (!extnb)
return -1;
return 1;

int ret = strcasecmp(extna, extnb);



読み込み中…
キャンセル
保存