aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2015-10-21 16:22:55 -0400
committerTeddy Wing2015-10-21 16:22:55 -0400
commit1ffd57fc0c28d402e660822a8930c1a619dd3de8 (patch)
tree91a63179e64ba0cf2f68ee5420414f70149926a9
parent793bb7ef58cad3a26cac6d26768f79c6fe593d3b (diff)
downloadvim-space-vlaze-1ffd57fc0c28d402e660822a8930c1a619dd3de8.tar.bz2
help.vim: Use `space_vlaze.txt` instead of `space_vlaze.vim`HEADmaster
Forgot to update the built-in menu's way of bringing up the help when I updated the main help file tag in 8606ac8ce8e7d872da5b77e644fd32ac4c7fd26b. This way, entering `h` in the game's main menu will correctly bring up the plugin's help documentation.
-rw-r--r--autoload/space_vlaze/help.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/space_vlaze/help.vim b/autoload/space_vlaze/help.vim
index 80c83f4..8811dbc 100644
--- a/autoload/space_vlaze/help.vim
+++ b/autoload/space_vlaze/help.vim
@@ -1,4 +1,4 @@
function! space_vlaze#help#Show()
- help space_vlaze.vim
+ help space_vlaze.txt
only
endfunction