A.J.Mechelynck [mailto:[EMAIL PROTECTED] wrote:
> I don't know where that 4-part version number comes from. 262 can be > interpreted as 262d, 106h, 406o, ^F^A (the latter assumes one little-endian > word),... none of which rings any bells with me. It comes from version.h: #define VIM_VERSION_BUILD 262 #define VIM_VERSION_BUILD_BCD 0x106 #define VIM_VERSION_BUILD_STR "262" Obviously we need a little script to keep this up to date... Vince