We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b915b2e commit 53c845eCopy full SHA for 53c845e
autoload/arduino.vim
@@ -600,7 +600,7 @@ function! arduino#Serial() abort
600
call arduino#RunCmd(cmd)
601
endfunction
602
603
-function! arduino#UploadAndSerial() abort
+function! arduino#UploadAndSerial()
604
" Since 'terminal!' is non-blocking '!' must be used to provide this functionality
605
let termBackup = s:TERM
606
let s:TERM = '!'
0 commit comments