forked from aniani/vim
patch 8.2.3972: error messages are spread out
Problem: Error messages are spread out. Solution: Move the last errors from globals.h to errors.h.
This commit is contained in:
@@ -916,7 +916,7 @@ f_win_splitmove(typval_T *argvars, typval_T *rettv)
|
||||
|| !win_valid(wp) || !win_valid(targetwin)
|
||||
|| win_valid_popup(wp) || win_valid_popup(targetwin))
|
||||
{
|
||||
emsg(_(e_invalwindow));
|
||||
emsg(_(e_invalid_window_number));
|
||||
rettv->vval.v_number = -1;
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user