Update test script and documentation.

This commit is contained in:
Rane Brown
2019-07-24 21:57:01 -06:00
parent fcb5850c28
commit 594ac7dbe1
3 changed files with 45 additions and 16 deletions

View File

@ -12,10 +12,13 @@ RUN pip3 install --upgrade pip setuptools
RUN pip3 install vim-vint
RUN git clone https://github.com/junegunn/vader.vim vader
# Notable versions:
# v7.4.1546 sticky type checking removed (allow a variables type to change)
# v7.3.831 getbufvar added a default value
# v8.0 async jobs and timers
RUN install_vim -tag v7.3.429 -name vim_7.3.429 -build \
-tag v7.4.1099 -name vim_7.4.1099 -build \
-tag v7.4.1546 -name vim_7.4.1546 -build \
-tag v8.0.0027 -name vim_8.0.0027 -build \
-tag v8.1.0519 -name vim_8.1.0519 -build \
-tag neovim:v0.2.2 -name nvim_0.2.2 -build \
-tag neovim:v0.3.8 -name nvim_0.3.8 -build \