Skip to content

Commit 6f4aa43

Browse files
committed
Fixes vim rc error
1 parent f1f13dc commit 6f4aa43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ RUN \
8989
mkdir -p /run/php && chmod 777 /run/php
9090

9191
RUN \
92-
echo "source /usr/share/vim/vim81/defaults.vim" > /etc/vim/vimrc.local && \
92+
echo "source /usr/share/vim/vim82/defaults.vim" > /etc/vim/vimrc.local && \
9393
echo "let skip_defaults_vim = 1" >> /etc/vim/vimrc.local && \
9494
echo "if has('mouse')" >> /etc/vim/vimrc.local && \
9595
echo " set mouse=" >> /etc/vim/vimrc.local && \

0 commit comments

Comments
 (0)