Where can I download the latest version of the Vim runtime files?

You can download the latest version of the Vim runtime files (syntax files, filetype plugins, compiler files, color schemes, documentation, indentation files and keymaps) from the Vim github repository https://github.com/vim/vim/tree/master/runtime Another way of downloading the runtime files is this:

    wget https://github.com/vim/vim/archive/master.tar.gz -O- |

    tar zfx - vim-master/runtime/ --strip-components=1

See also: https://www.vim.org/runtime.php

Comments (1)


Pepsh Pepshinsky

Let’s see you to :help viminfo-file-name (option -i) :set viminfofile=NONE


Speak Your Mind