Skip to content

Commit

Permalink
Fixed typo causing undefined variable errors (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
twitchard authored and Coot committed Jul 29, 2017
1 parent 0428d16 commit 752b3f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ftplugin/purescript_pscide.vim
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ function! s:ListImports(module, ...)
if a:0 >= 1
let qualifier = a:1
else
let quaifier = ""
let qualifier = ""
endif

call purescript#ide#utils#update()
Expand Down

0 comments on commit 752b3f5

Please sign in to comment.