Skip to content

Commit

Permalink
Merge branch 'fix-home' into better-init
Browse files Browse the repository at this point in the history
Conflicts:
	example/Makefile
	scripts/rtp.vim
	scripts/run_vim.sh
  • Loading branch information
blueyed committed Nov 4, 2017
2 parents b839755 + 9daa78c commit d041129
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: build push test

TAG:=6
TAG:=7

build:
docker build -t testbed/vim:$(TAG) .
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ docker run -it --rm -v $PWD:/testplugin -v $PWD/test:/home "your/repository" vim
The entry point for the container is a script that runs the named Vim version.
In this case `vim74`. Arguments after the name is passed to Vim.

The entry point script prefixes your arguments with `-u /home/vimrc -i NONE`.
The entry point script prefixes your arguments with `-u /home/vimtest/vimrc -i NONE`.
They can be overridden with your arguments.

## Setup
Expand All @@ -97,8 +97,8 @@ vimrc:
source /rtp.vim
```

It will add `/home/vim` and `/home/vim/after` to the runtime path, and search
for plugins in `/home/plugins`.
It will add `/home/vimtest/vim` and `/home/vimtest/vim/after` to the runtime
path, and search for plugins in `/home/vimtest/plugins`.

### Volumes

Expand Down

0 comments on commit d041129

Please sign in to comment.