ElmCast / elm-vim

Elm plugin for Vim
BSD 3-Clause "New" or "Revised" License
572 stars 102 forks source link

Replacement of source directory in findLocalModule #171

Closed andys8 closed 5 years ago

andys8 commented 5 years ago

The current implementation, that tried to parse json failed for 0.18 and 0.19.

This is a simple fix to solve #170. Using src, the default for both 0.18 and 0.19 will work in 98% of the cases.

mdxprograms commented 5 years ago

Fixed in another PR merge. Thanks