Hi all, 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 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/CAAW7x7k5%2BgfC9__qhq4%3DkHi%2BXGJ3jZmiNVztucHY4z57LnbbGA%40mail.gmail.com.
