>> Of course I am not pretending to add a c++ compiler for the highlighting. >> That would be against the basic principle "vim is the fastest editor". Any >> feature
no, IMHO vim is not the fastest editor. you can try use Vim open a 2GB size text. UltraEdit or even emacs is far more fast than Vim. Vim just can fast boot and fast when you edit small texts, maybe some lazy-eval tricks and good algorithm will make Vim more fast. that's my goal. and, add a c++ compiler is not slow. you only need parse current function, other informations can obtain in tag files. and you can do a lazy parse. I mean, if you want Vim fast and expendable (not just compatibles with Vi), you can do a lot of work :-) --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---