Skip to content

Commit 86be2d4

Browse files
committed
Update README
1 parent 6cd1a0d commit 86be2d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
build:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v3
7+
- uses: actions/checkout@v4
88
- name: Build the Docker image
99
run: docker build -t vim-tpipeline -f tests/Dockerfile .
1010
- name: Run tests with vim

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Restart tmux and now you should see your vim statusline inside tmux.
3434
# Configuration
3535

3636
This plugin will automatically embed your statusline in tmux with sane defaults.
37-
If you want to have more control over where it is placed and how this is done, disable the autoconfiguration with `g:tpipeline_autoembed` and embed the statusline manually, here is one example:
37+
If you want to have more control over where it is placed, disable the autoconfiguration with `g:tpipeline_autoembed` and embed the statusline manually, here is one example:
3838

3939
```vim
4040
" .vimrc

0 commit comments

Comments
 (0)