Closed dbarnett closed 10 years ago
Use plugin name from addon-info.json if available and fall back to directory name. Expand directory name first so vimdoc doesn't try to use "." as a plugin name.
Fixes #12 and #15.
We may also want to strip off a "vim-" prefix or ".vim" suffix from the directory name the way we do in maktaba.
LGTM
Use plugin name from addon-info.json if available and fall back to directory name. Expand directory name first so vimdoc doesn't try to use "." as a plugin name.
Fixes #12 and #15.