Vim 8.0 released
Vim 8.0 released
Posted Sep 16, 2016 21:27 UTC (Fri) by foom (subscriber, #14868)In reply to: Vim 8.0 released by tzafrir
Parent article: Vim 8.0 released
"less", on the other hand, I would not really recommend. It likes to do things like synchronously hang to count the number of lines, which is annoying -- although you can control-c to stop it. Emacs does a pretty good job of avoiding hanging to compute a line number in the first place, while still giving line numbers when it can do so without undue slowdown.
less also doesn't work so hot on partially binary files: its wrapping/repainting algorithm gets reaaaaaaaly slow if there aren't linebreaks often enough in the file. And its search function also doesn't always seem to always find things it ought to in binary files. Emacs has neither of these issues.
