ghc-mod: the pylint way of handling versions is way cool, man.
This commit is contained in:
parent
82ba62ce99
commit
c307dde8c2
@ -30,10 +30,10 @@ function! SyntaxCheckers_haskell_ghc_mod_IsAvailable() dict
|
|||||||
" know the version in order to know how to find out the version. :)
|
" know the version in order to know how to find out the version. :)
|
||||||
|
|
||||||
" Try "ghc-mod version".
|
" Try "ghc-mod version".
|
||||||
let ver = filter(split(system(self.getExecEscaped() . ' version'), '\n'), 'v:val =~# ''\m^ghc-mod version''')
|
let ver = filter(split(system(self.getExecEscaped() . ' version'), '\n'), 'v:val =~# ''\m\sversion''')
|
||||||
if !len(ver)
|
if !len(ver)
|
||||||
" That didn't work. Try "ghc-mod" alone.
|
" That didn't work. Try "ghc-mod" alone.
|
||||||
let ver = filter(split(system(self.getExecEscaped()), '\n'), 'v:val =~# ''\m^ghc-mod version''')
|
let ver = filter(split(system(self.getExecEscaped()), '\n'), 'v:val =~# ''\m\sversion''')
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if len(ver)
|
if len(ver)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user