Vim 8.0 released
This the first major Vim release in ten years. There are interesting new features, many small improvements and lots of bug fixes." New features include asynchronous I/O, jobs, a package system, GTK+ 3 support, and more.
Posted Sep 13, 2016 11:06 UTC (Tue)
by nye (subscriber, #51576)
[Link] (5 responses)
Also:
Posted Sep 13, 2016 13:50 UTC (Tue)
by jhoblitt (subscriber, #77733)
[Link] (1 responses)
Posted Sep 13, 2016 14:18 UTC (Tue)
by nye (subscriber, #51576)
[Link]
I'm also hoping for things like being able to run pep8 when saving, which currently blocks the UI for too long to be a realistic option unless you're running on a super powerful machine.
Actually there are quite a few checkers that I have running at save, where blocking for a second or two isn't too awful, which perhaps will be able to run near-continuously in the glorious async future.
Posted Sep 14, 2016 12:02 UTC (Wed)
by jpnp (guest, #63341)
[Link] (2 responses)
Posted Sep 14, 2016 12:18 UTC (Wed)
by mathstuf (subscriber, #69389)
[Link] (1 responses)
Posted Sep 14, 2016 23:19 UTC (Wed)
by karkhaz (subscriber, #99844)
[Link]
Posted Sep 13, 2016 15:14 UTC (Tue)
by cruff (subscriber, #7201)
[Link]
Posted Sep 13, 2016 21:08 UTC (Tue)
by ssmith32 (subscriber, #72404)
[Link] (6 responses)
Posted Sep 14, 2016 21:07 UTC (Wed)
by mrjk (subscriber, #48482)
[Link] (5 responses)
I never thought I would be looking at Gig size files but I seem to be doing it on a weekly basis at this point.
Posted Sep 15, 2016 11:03 UTC (Thu)
by ribalda (subscriber, #58945)
[Link] (1 responses)
Posted Sep 28, 2016 6:19 UTC (Wed)
by ssmith32 (subscriber, #72404)
[Link]
Posted Sep 15, 2016 11:12 UTC (Thu)
by tzafrir (subscriber, #11501)
[Link] (1 responses)
Posted Sep 16, 2016 21:27 UTC (Fri)
by foom (subscriber, #14868)
[Link]
"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.
Posted Sep 13, 2016 23:04 UTC (Tue)
by NightMonkey (subscriber, #23051)
[Link]
Posted Sep 17, 2016 5:48 UTC (Sat)
by gilboa (guest, #23856)
[Link]
Good to see vim developers have picked up the pace.
- Gilboa
Vim 8.0 released
>When no vimrc file is found ... Vim no longer starts up in Vi compatible mode
And there was much rejoicing.
Vim 8.0 released
Vim 8.0 released
I don't think it was, until, frustrated by the fact that patches for features such as async were being turned down, Neovim forked the code and set about some major refactoring as well as adding new features. This element of competition does seem to have spurred the development of the original vim on.
Vim 8.0 released
Vim 8.0 released
Vim 8.0 released
Soon to come...
Vim 8.0 released
Vim 8.0 released
We have all sorts of logs and journal files and no Open Source editor works as well as proprietory stuff.
Vim 8.0 released
Vim 8.0 released
Vim 8.0 released
Vim 8.0 released
Vim 8.0 released
Vim 8.0 released
Looks like a very impressive release.