Vim 7.4 released
After 3 years and more than a thousand patches,
the release of one of the most popular text editors
Vim .
Of the major improvements:
- Improved Python support
- Regexp engine is faster
- Improved highlighting and formatting of Javascript and XML code
- The ability to save selected areas to the system clipboard
- Support for using system clipboard as default register
- Implemented auto-completion when entering command arguments
:language
- Added support for data binding to Vim structures for developing Lua extensions.
Also fixed many bugs and made minor improvements.
Full list of improvements:
:help version7.4
Download links:
MS-Windows:
gvim
Unix:
Mercurial +
sources
Mac:
MacVim
Help the project:
vim.org/sponsor
')
:wq
Source: https://habr.com/ru/post/189688/
All Articles