diff options
| author | Teddy Wing | 2015-10-08 05:11:00 -0400 |
|---|---|---|
| committer | Teddy Wing | 2015-10-08 05:11:00 -0400 |
| commit | e671b2e44acd7c1745447401def482bc5c137239 (patch) | |
| tree | 7c2b75d3982b0e9193412a23a730505e8c41ea76 | |
| parent | 9a50e8f4abe9f50b7640b55afb606db6d3d4b0a8 (diff) | |
| download | vim-space-vlaze-e671b2e44acd7c1745447401def482bc5c137239.tar.bz2 | |
help#Show: Open help for `space_vlaze.vim` with the extension
To ensure that the help file opens at the top. Otherwise for some reason
it was opening at *space_vlaze-h* for me.
| -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 7a1f8e9..80c83f4 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 + help space_vlaze.vim only endfunction |
