forked from aniani/vim
patch 7.4.1010
Problem: Some developers are unhappy while running tests. Solution: Add a test and some color.
This commit is contained in:
@@ -7767,7 +7767,10 @@ ex_smile(eap)
|
||||
msg_putchar('\n');
|
||||
else
|
||||
for (n = *p++; n > 0; --n)
|
||||
msg_putchar(*p);
|
||||
if (*p == 'o' || *p == '$')
|
||||
msg_putchar_attr(*p, hl_attr(HLF_L));
|
||||
else
|
||||
msg_putchar(*p);
|
||||
msg_clr_eos();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user