File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11.PHONY : build push test
22
3- TAG: =6
3+ TAG: =7
44
55build :
66 docker build -t testbed/vim:$(TAG ) .
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ docker run -it --rm -v $PWD:/testplugin -v $PWD/test:/home "your/repository" vim
7575The entry point for the container is a script that runs the named Vim version.
7676In this case ` vim74 ` . Arguments after the name is passed to Vim.
7777
78- The entry point script prefixes your arguments with ` -u /home/vimrc -i NONE ` .
78+ The entry point script prefixes your arguments with ` -u /home/vimtest/ vimrc -i NONE ` .
7979They can be overridden with your arguments.
8080
8181## Setup
9797source /rtp.vim
9898```
9999
100- It will add ` /home/vim ` and ` /home/vim/after ` to the runtime path, and search
101- for plugins in ` /home/plugins ` .
100+ It will add ` /home/vimtest/ vim ` and ` /home/vimtest/ vim/after ` to the runtime
101+ path, and search for plugins in ` /home/vimtest /plugins ` .
102102
103103### Volumes
104104
You can’t perform that action at this time.
0 commit comments