Skip to content

Commit d041129

Browse files
committed
Merge branch 'fix-home' into better-init
Conflicts: example/Makefile scripts/rtp.vim scripts/run_vim.sh
2 parents b839755 + 9daa78c commit d041129

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.PHONY: build push test
22

3-
TAG:=6
3+
TAG:=7
44

55
build:
66
docker build -t testbed/vim:$(TAG) .

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ docker run -it --rm -v $PWD:/testplugin -v $PWD/test:/home "your/repository" vim
7575
The entry point for the container is a script that runs the named Vim version.
7676
In 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`.
7979
They can be overridden with your arguments.
8080

8181
## Setup
@@ -97,8 +97,8 @@ vimrc:
9797
source /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

0 commit comments

Comments
 (0)