This is for consistency with other powerline bindings that now all do have a way to specify a list of paths.
Fixes #1031
Among other benefits (i.e. correct fall back to ascii theme when Vim uses non-unicode encoding) this should also fix travis tests: apparently travis is not setting LANG or similar environment variables to some unicode locale, so tests are failing.
Also add tests Fixes #516
Also add tests Fixes #511