diff options
| author | Teddy Wing | 2015-10-21 16:22:55 -0400 | 
|---|---|---|
| committer | Teddy Wing | 2015-10-21 16:22:55 -0400 | 
| commit | 1ffd57fc0c28d402e660822a8930c1a619dd3de8 (patch) | |
| tree | 91a63179e64ba0cf2f68ee5420414f70149926a9 | |
| parent | 793bb7ef58cad3a26cac6d26768f79c6fe593d3b (diff) | |
| download | vim-space-vlaze-1ffd57fc0c28d402e660822a8930c1a619dd3de8.tar.bz2 | |
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.vim | 2 | 
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 | 
