mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-10 04:23:51 -05:00
Update dependencies
This commit is contained in:
@@ -103,7 +103,7 @@ function! GetPurescriptIndent()
|
||||
return s
|
||||
endif
|
||||
|
||||
if prevline =~ '^\S.*::' && line !~ '^\s*\(\.\|->\|→\|=>\|⇒\)' && !~ '^instance'
|
||||
if prevline =~ '^\S.*::' && line !~ '^\s*\(\.\|->\|→\|=>\|⇒\)' && prevline !~ '^instance'
|
||||
" f :: String
|
||||
" -> String
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user