google / vimdoc

Helpfile generation for vim
Apache License 2.0
291 stars 28 forks source link

Fix autoload namespace detection issues on Windows using os.path.sep #107

Closed dbarnett closed 5 years ago

dbarnett commented 5 years ago

Uses platform-independent os.path.sep instead of hard-coded / character when getting autoload namespace.

Fixes #106.

wsdjeg commented 5 years ago

Thanks, it works.