mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
patch 8.2.4928: various white space and cosmetic mistakes
Problem: Various white space and cosmetic mistakes. Solution: Change spaces to tabs, improve comments.
This commit is contained in:
@@ -1778,10 +1778,10 @@ ex_xrestore(exarg_T *eap)
|
||||
{
|
||||
if (eap->arg != NULL && STRLEN(eap->arg) > 0)
|
||||
{
|
||||
if (xterm_display_allocated)
|
||||
vim_free(xterm_display);
|
||||
xterm_display = (char *)vim_strsave(eap->arg);
|
||||
xterm_display_allocated = TRUE;
|
||||
if (xterm_display_allocated)
|
||||
vim_free(xterm_display);
|
||||
xterm_display = (char *)vim_strsave(eap->arg);
|
||||
xterm_display_allocated = TRUE;
|
||||
}
|
||||
smsg(_("restoring display %s"), xterm_display == NULL
|
||||
? (char *)mch_getenv((char_u *)"DISPLAY") : xterm_display);
|
||||
@@ -7210,7 +7210,7 @@ load_libgpm(void)
|
||||
{
|
||||
if (p_verbose > 0)
|
||||
smsg_attr(HL_ATTR(HLF_W),
|
||||
_("Could not load gpm library: %s"), dlerror());
|
||||
_("Could not load gpm library: %s"), dlerror());
|
||||
return FAIL;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user