On 2020-03-15, Bapi Dey wrote: > @vim-ml Minification is the process of removing all unnecessary characters > from > the source codes of interpreted programming languages or markup languages > without changing their functionality. These unnecessary characters usually > include white space characters, new line characters, comments, and sometimes > block delimiters, which are used to add readability to the code but are not > required for it to execute. Minification reduces the size of the source code, > making its transmission over a network more efficient. > > For unminify here is a ans from stackoverflow. Now, maybe you understood what > I > am looking for.
Thank you. Now I understand. Given the speed of today's networks and the overhead of everything else involved in transferring data over a network, it seems hardly worth the effort. In any case, I agree with K.Takata that this is something that could be done in a plugin and definitely not something to be included internally in Vim. Regards, Gary -- -- 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/20200316034240.GA9925%40phoenix.
