On 10/4/06, Bram Moolenaar <[EMAIL PROTECTED]> wrote:
Nikolai Weibull wrote:
> Just a quick question: Wasn't "printf" a bit of a misnomer?
Why? formattedprinting() would be a bit long, thus using the C library
name sounds logical to me.
Sprintf() would have been more logical to me, give
Nikolai Weibull wrote:
> On 10/3/06, Bram Moolenaar <[EMAIL PROTECTED]> wrote:
>
> > Problem:printf() does not do zero padding for strings.
>
> Just a quick question: Wasn't "printf" a bit of a misnomer?
Why? formattedprinting() would be a bit long, thus using the C library
name sounds lo
On 10/3/06, Bram Moolenaar <[EMAIL PROTECTED]> wrote:
Problem:printf() does not do zero padding for strings.
Just a quick question: Wasn't "printf" a bit of a misnomer?
nikolai
Patch 7.0.118
Problem:printf() does not do zero padding for strings.
Solution: Do allow zero padding for strings.
Files: src/message.c
*** ../vim-7.0.117/src/message.cSun Sep 3 16:39:51 2006
--- src/message.c Tue Oct 3 15:41:44 2006
***
*** 4124,4131