Skip to content

Commit

Permalink
Typo: 'Puresuit' in location list title (#80)
Browse files Browse the repository at this point in the history
Thanks for the PR.
  • Loading branch information
matthewleon authored and Coot committed Aug 3, 2017
1 parent fce45ee commit 4263a40
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 @@ -826,7 +826,7 @@ function! s:PSCIDEpursuitCallback(resp)
return purescript#ide#handlePursError(a:resp)
endif
call setloclist(0, map(a:resp.result, { idx, r -> { "text": s:formatpursuit(r) }}))
call setloclist(0, [], 'a', {'title': 'Puresuit'})
call setloclist(0, [], 'a', {'title': 'Pursuit'})
lopen
wincmd p
endfunction
Expand Down

0 comments on commit 4263a40

Please sign in to comment.