vim-pandoc / vim-pandoc-legacy

[UNSUPPORTED/use vim-pandoc/vim-pandoc] vim bundle for pandoc users
143 stars 23 forks source link

relpath exception #102

Closed felixSchl closed 10 years ago

felixSchl commented 10 years ago

relpath throws an exception if the start path and the to-be-truncated path are on different partitions on windows. This pull request resolves this by avoiding relpath and using splitext instead. Also results in more readable code.