Tony Mechelynck, 21.03.2009: > > 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. ;-)
Before looking into the code, src/README.txt gives a quick overview. Markus --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
