瀏覽代碼

Make showsel print warning when nothing is selected (#423)

master
Maxim Baz Mischievous Meerkat 5 年之前
父節點
當前提交
4e59ffd9d0
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      src/nnn.c

+ 1
- 0
src/nnn.c 查看文件

@@ -5007,6 +5007,7 @@ nochange:
presel = FILTER;
break;
}
printwait(messages[MSG_0_SELECTED], &presel);
goto nochange;
case SEL_SELEDIT:
r = editselection();


Loading…
取消
儲存