On 21/03/09 00:02, StarWing wrote:
[...]
> i want to join in the develop of Vim! now i'm reading the source code,
> feel very difficult, has some guide-line to source code? such as the
> main flow, or the skeleton of the whole program?
There is ":help develop.txt" but that's probably less than you hoped
for. Better than nothing, though.
If you have Exuberant Ctags installed, you can run "make tags" in the
Vim source (using the top-level Makefile or the src/Makefile) to
generate a tags file, then use that in Vim to find any entry point in
the source.
If you want to study the Vim code top-down, it starts (like every C
program) at the main() procedure. ;-)
Best regards,
Tony.
--
But in our enthusiasm, we could not resist a radical overhaul of the
system, in which all of its major weaknesses have been exposed,
analyzed, and replaced with new weaknesses.
-- Bruce Leverett, "Register Allocation in Optimizing
Compilers"
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---