Move notes about vim patches to readme.

Add some info on additonal patches.
This commit is contained in:
Rane Brown
2019-12-13 12:55:58 -07:00
parent 4f648b6567
commit fb5d2f3f82
2 changed files with 11 additions and 4 deletions

View File

@ -12,10 +12,6 @@ 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 \