This the first major Vim release in ten years. There are interesting new features, many small improvements and lots of bug fixes.
Vim 8.0 new features are:
- Asynchronous I/O support, channels, JSON
- Jobs
- Timers
- Partials, Lambdas and Closures
- Packages
- New style testing
- Viminfo merged by timestamp
- GTK+ 3 support
- MS-Windows DirectX support
First install Git on your Linux system.
| $ sudo apt install git |
Then clone the Vim repository from Github
| $ git clone https://github.com/vim/vim.git $ cd vim |
Configure the build environment
| $./configure |
Install ncurses development library.
| $ sudo apt install ncurses-dev |
Compile the source code and install it.
| $ make $ sudo make install |
Compile the source code and install it.
| $ vim --version |


No comments:
Post a Comment