From 1ffd57fc0c28d402e660822a8930c1a619dd3de8 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 21 Oct 2015 16:22:55 -0400 Subject: help.vim: Use `space_vlaze.txt` instead of `space_vlaze.vim` 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. --- autoload/space_vlaze/help.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3