Skip to content

Commit e5e1996

Browse files
committed
Change link to plugin, use vim8.org
1 parent 7ec4f5a commit e5e1996

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ file
161161

162162
In case you like the plugin, you might as well [star it on
163163
Github](https://github.com/bergercookie/vim-debugstring) or [rate it on
164-
vim.org](https://vim.sourceforge.io/scripts/script.php?script_id=5634) Also feel
164+
vim.org](https://vim8.org/scripts/script.php?script_id=5634) Also feel
165165
free to check my [other
166166
plugins](https://github.com/bergercookie?tab=repositories)
167167

misc/build_doc

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
#!/usr/bin/env bash
22

3-
vimdoc "${BUNDLE}/vim-debugstring"
4-
"${BUNDLE}/vim-debugstring/misc/add_logo_to_help"
3+
ROOT=$(dirname $(readlink -f $0))/..
4+
5+
(
6+
cd $ROOT
7+
vimdoc .
8+
./misc/add_logo_to_help
9+
)
510

611

0 commit comments

Comments
 (0)