| From: | Emil Mikulic <emikulic@xxxxxxxxxx> |
| Date: | Thu, 30 Dec 2004 13:56:03 +1100 |
On Wed, Dec 29, 2004 at 08:53:24PM +0100, Jeroen Ruigrok/asmodai wrote:
> set t_Sf=<ESC>3%p1%dm
> set t_Sb=<ESC>4%p1%dm
[...]
>
> Where it says <ESC> create an escape character, either with the escape key
> or CTRL-[
Horrible but copy-and-paste clean:
let &t_Sf=nr2char(27).'[3%p1%dm'
let &t_Sb=nr2char(27).'[4%p1%dm'
(I think you missed the [s above)
--Emil
Attachment:
pgp00029.pgp
Description: PGP signature