Skip to content

Commit 525f371

Browse files
committed
Prepare for publish on GitHub
1 parent dc1e7b4 commit 525f371

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.github/workflows/vader.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Fugitive GitLab
1+
name: Fugitive cgit
22
on: [push, pull_request]
33
jobs:
44
Vader:
@@ -24,8 +24,8 @@ jobs:
2424
- name: Check out repository code
2525
uses: actions/checkout@v2
2626
with:
27-
path: fugitive-gitlab.vim
27+
path: fugitive-cgit.vim
2828
- name: Install packages
2929
run: sudo apt-get install -y ${{ matrix.vim.package }} curl
3030
- name: Run vader against ${{ matrix.vim.package }}
31-
run: ${{ matrix.vim.bin }} -Es -Nu fugitive-gitlab.vim/test/vimrc -c "Vader! fugitive-gitlab.vim/test/*" 2>&1
31+
run: ${{ matrix.vim.bin }} -Es -Nu fugitive-cgit.vim/test/vimrc -c "Vader! fugitive-cgit.vim/test/*" 2>&1

doc/fugitive-cgit.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,9 @@ See |fugitive| for its commands
6565

6666
ABOUT *fugitive-cgit-about*
6767

68-
Grab the latest version on my own cgit server.
68+
Grab the latest version or report a bug on GitHub:
6969

70-
https://git.tofuyard.net/fugitive-cgit.vim
71-
72-
If you want to report a bug or submit a patch, then please send me an email.
70+
https://github.com/sudotac/fugitive-cgit.vim
7371

7472

7573
LICENSE *fugitive-cgit-license*

0 commit comments

Comments
 (0)