Skip to content

Commit

Permalink
Fix invalid expression in s:set_simulator()
Browse files Browse the repository at this point in the history
  • Loading branch information
sharplet authored and gfontenot committed Jul 18, 2016
1 parent b4ecbda commit 60b111d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/xcode.vim
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ function! s:set_scheme(scheme)
endfunction

function! s:set_simulator(simulator)
let s:chosen_simulator = a:'simulator
let s:chosen_simulator = a:simulator
endfunction

function! s:execute_command(cmd)
Expand Down

0 comments on commit 60b111d

Please sign in to comment.