TL wrote:
> Kayvan, Thanks for helping John.
>
> John, the Vim branch is up to date with the trunk (as of yesterday)
> and the Vim code shouldn't give you any trouble.
I just merged trunk from launchpad to my bzr repos, so I can go back to what I
was using if needed, and to get more familiar
with bzr. After one does that, a pull says nothing to get...
I found a little inconsistency in the trunk/install file for linux,
#echo "Creating startup script located at: $LEO_RUN_SCRIPT_OUTPUT"
echo "python ${LEO_PREFIX}/lib/leo/src/leo.py \"\$1\"" > $LEO_RUN_SCRIPT_OUTPUT
should be:
#echo "Creating startup script located at: $LEO_RUN_SCRIPT_OUTPUT"
echo "python ${LEO_PREFIX}/lib/src/leo.py \"\$1\"" > $LEO_RUN_SCRIPT_OUTPUT
John Griessen
testing out the latest with some leo-outline --> rst3 --> html, css with some
files @auto.
will try open-with soon.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"leo-editor" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/leo-editor?hl=en
-~----------~----~----~----~------~----~------~--~---