Ilya Bobir wrote:
> Philippe Fremy wrote:
>> [...]
>> For sending key strokes to Vim or for evaluating functions in Vim, you must
>> use the|clientserver|interface.
>>
>
> use the |clientserver| interface.
When shown in the help file, the | is not visible, so it looks normal.
>> [...]
>> kind first item example ~
>> Command bufID:name!seqno 11:showBalloon!123 "text"
>> Function bufID:name/seqno 11:getLength/123
>> Reply seqno 123 5000
>> Event bufID:name=123 11:keyCommand=123 "S-F2"
>>
>
> Event bufID:name=seqno 11:keyCommand=123 "S-F2"
Fixed.
>> newDotAndMark off off
>>
Actually, this is not syntax error. This is what the code does:
sprintf(buf, "%d:newDotAndMark=%d %ld %ld\n", bufno, r_cmdno, off, off);
Now why is the offset output twice ? That's probably part of history...
>
> Remove extra "off"?
>
>> [...]
>>
>> version vers Report the version of the interface implementation. Vim
>> reports "2.2" (including the quotes).
>>
>
> Is it "2.4" now?
Indeed. Explanations about the versions is not very good at the moment.
I'll see if I can explain something more meaningful.
For the old-timers here, do you remember what where the events leading
to version upgrades of netbeans ?
cheers,
Philippe
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---