We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ec4f5a commit e5e1996Copy full SHA for e5e1996
README.md
@@ -161,7 +161,7 @@ file
161
162
In case you like the plugin, you might as well [star it on
163
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
+vim.org](https://vim8.org/scripts/script.php?script_id=5634) Also feel
165
free to check my [other
166
plugins](https://github.com/bergercookie?tab=repositories)
167
misc/build_doc
@@ -1,6 +1,11 @@
1
#!/usr/bin/env bash
2
3
-vimdoc "${BUNDLE}/vim-debugstring"
4
-"${BUNDLE}/vim-debugstring/misc/add_logo_to_help"
+ROOT=$(dirname $(readlink -f $0))/..
+
5
+(
6
+cd $ROOT
7
+vimdoc .
8
+./misc/add_logo_to_help
9
+)
10
11
0 commit comments