Skip to content

Commit

Permalink
Merge pull request #1 from ivankravets/patch-1
Browse files Browse the repository at this point in the history
Force @platformio prompts and specify caller ID
  • Loading branch information
coddingtonbear committed Dec 4, 2016
2 parents 48082fa + 977a3d4 commit b83fc38
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rplugin/python/neomake-platformio.py
Expand Up @@ -22,6 +22,9 @@ def get_idestate(self, path):

lines = subprocess.check_output([
'pio',
'-f',
'-c',
'vim',
'run',
'-t',
'idedata',
Expand Down

0 comments on commit b83fc38

Please sign in to comment.