mirror of
https://github.com/vim/vim.git
synced 2025-10-19 08:04:27 -04:00
patch 9.0.1594: some internal error messages are translated
Problem: Some internal error messages are translated. Solution: Consistently do not translate internal error messages. (closes #12459)
This commit is contained in:
committed by
Bram Moolenaar
parent
3c240f608c
commit
68ebcee023
@@ -1552,7 +1552,7 @@ tclsetdelcmd(
|
||||
reflist = reflist->next;
|
||||
}
|
||||
// This should never happen. Famous last word?
|
||||
iemsg(_(e_tcl_fatal_error_reflist_corrupt_please_report_this));
|
||||
iemsg(e_tcl_fatal_error_reflist_corrupt_please_report_this);
|
||||
Tcl_SetResult(interp, _("cannot register callback command: buffer/window reference not found"), TCL_STATIC);
|
||||
return TCL_ERROR;
|
||||
}
|
||||
|
Reference in New Issue
Block a user