Hi Bram, On Sat, Aug 24, 2019 at 10:25 AM Bram Moolenaar <[email protected]> wrote: > > > Hmm, this is not a big improvement, ex_cmds2.c isn't that big and > runtime.c only ends up being 755 lines. Can perhaps also move > do_source() there. That would include "struct source_cookie" and what > depends on it. Could call it scriptfile.c then. >
I initially moved the do_source() related functions also to the runtime.c file. But as these two are not related to each other, I revered the change. I have updated the PR to rename the file to scriptfile.c and moved the do_source() functions. > > For further moves, it's best to look at the large files, the ones that > are around 200 Kbyte or more. > Regards, Yegappan -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/CAAW7x7nZ0D8Yjq-scGPNa3-wtWozWbmWUxhYHEJ7B6SaQjPiww%40mail.gmail.com.
