> > Make joining a range of lines much faster. (Milan Vancura) > > === > > I think Mark was talking about the join() function, > which was not touched in this commit (which only took care > of the :join command)
Hi. I did not change nothing about memory allocation, no ga_* functions. What I changed was the algorithm of joining more than 2 lines - from O(n^2) to O(n). And yes, it was for :join command and related (like 'J' command in normal mode) Milan Vančura -- 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
