properly report import read message
This commit is contained in:
@ -129,7 +129,7 @@ static void callback_handler(char *line) {
|
|||||||
char filename[PATHLEN + 1];
|
char filename[PATHLEN + 1];
|
||||||
shellpath(filename, sizeof(filename), line);
|
shellpath(filename, sizeof(filename), line);
|
||||||
if (!readrefs(filename)) {
|
if (!readrefs(filename)) {
|
||||||
postmsg("Ignoring an empty file");
|
postmsg2("Ignoring an empty file");
|
||||||
}
|
}
|
||||||
window_change |= CH_INPUT | CH_RESULT;
|
window_change |= CH_INPUT | CH_RESULT;
|
||||||
input_mode = INPUT_NORMAL;
|
input_mode = INPUT_NORMAL;
|
||||||
|
Reference in New Issue
Block a user