Skip to content

Commit 3c8da8d

Browse files
committed
[ubuntu-dev] upgrade to vim 8.1.0526
1 parent 118c52d commit 3c8da8d

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
@@ -195,7 +195,7 @@ RUN git clone https://github.com/rupa/z /home/user/.z.sh \
195195
&& echo ". /home/user/.z.sh/z.sh" >> /home/user/.bashrc
196196

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

0 commit comments

Comments
 (0)