Comments on: How to Install Latest Vim 9.0 in Linux Systems https://www.tecmint.com/install-vim-in-linux/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Tue, 16 Aug 2022 08:47:50 +0000 hourly 1 By: Ravi Saive https://www.tecmint.com/install-vim-in-linux/comment-page-1/#comment-1554566 Mon, 26 Jul 2021 05:14:16 +0000 http://www.tecmint.com/?p=22666#comment-1554566 In reply to Jl.

@JL,

Actually, I didn’t change the picture in the article, but the given instructions will give you Vim 8.1 in Mint 20. Seems it will take some time to include 8.3 in the default repositories…

]]>
By: Jl https://www.tecmint.com/install-vim-in-linux/comment-page-1/#comment-1553221 Fri, 23 Jul 2021 17:19:43 +0000 http://www.tecmint.com/?p=22666#comment-1553221 The article says the given commands will install Vim 8.3, but the picture shows 8.0.3, and that was what was installed on my Mint 20.2 system.

Please explain. How do I get 8.3?

JL

]]>
By: ivor https://www.tecmint.com/install-vim-in-linux/comment-page-1/#comment-1460878 Thu, 25 Mar 2021 23:24:50 +0000 http://www.tecmint.com/?p=22666#comment-1460878 $ sudo apt install ncurses-dev $ wget https://github.com/vim/vim/archive/master.zip $ unzip master.zip $ cd vim-master $ cd src/ $ ./configure $ make $ sudo make install $ vim

the last line should be:

$ ./vim
]]>
By: Aaron Kili https://www.tecmint.com/install-vim-in-linux/comment-page-1/#comment-895849 Mon, 19 Jun 2017 07:27:52 +0000 http://www.tecmint.com/?p=22666#comment-895849 In reply to Jan.

@Jan

We’ll check this out. Thanks for mentioning it.

]]>
By: Jan https://www.tecmint.com/install-vim-in-linux/comment-page-1/#comment-895769 Sun, 18 Jun 2017 14:12:10 +0000 http://www.tecmint.com/?p=22666#comment-895769 Hello,
Why do you suggest to use
# make install
while debian documentation strongly suggest to not use it like that?

]]>