Yegappan wrote:
> In Vim 8.2, the vim source code has been significantly refactored to > group functions by functionality and to reduce the source code file > size. > > The following is a list of new source files created as part of this > effort in Vim 8.2: > > arglist.c : argument list handling > autocmd.c : autocommands > bufwrite.c : writing a buffer to file > change.c : handling changes to text > cindent.c : C and Lisp indentation > cmdexpand.c : command-line completion > cmdhist.c : command-line history > debugger.c : vim script debugger > drawline.c : drawing a window line > drawscreen.c : drawing the windows > evalbuffer.c : buffer related built-in functions > evalvars.c : vim variables > evalwindow.c : window related built-in functions > filepath.c : dealing with file names and paths > findfile.c : search for files in 'path' > highlight.c : syntax highlighting > indent.c : text Indentation > insexpand.c : insert-mode completion > map.c : mapping and abbreviations > mouse.c : mouse handling > optionstr.c : handling string options > profiler.c : vim script profiler > regexp_bt.c : handling regular expressions > register.c : handling registers > scriptfile.c : runtime directory handling and sourcing scripts > session.c : sessions and views > sign.c : signs > spellsuggest.c : spell correction suggestions > testing.c : assert and test functions > usercmd.c : user defined commands > viminfo.c : viminfo handling And a big thanks for Yegappan for doing most of this. And also for improving test coverage! -- hundred-and-one symptoms of being an internet addict: 263. You have more e-mail addresses than shorts. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- 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/201912121936.xBCJadoV006077%40masaka.moolenaar.net.
