Skip to content

Commit da2354e

Browse files
committed
[ubuntu-dev] upgrade to vim 8.1.0565
1 parent b324bda commit da2354e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ubuntu-dev/ubuntu-dev.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ RUN git clone https://github.com/rupa/z /home/user/.z.sh \
194194
&& echo ". /home/user/.z.sh/z.sh" >> /home/user/.bashrc
195195

196196
# Install the latest Vim.
197-
RUN __VIM_VERSION__="8.1.0526" \
197+
RUN __VIM_VERSION__="8.1.0565" \
198198
&& mkdir /tmp/vim \
199199
&& cd /tmp/vim \
200200
&& curl -L https://github.com/vim/vim/archive/v${__VIM_VERSION__}.tar.gz | tar xz \

0 commit comments

Comments
 (0)