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 6f07bc6 commit 698bfccCopy full SHA for 698bfcc
ftplugin/arduino.vim
@@ -14,7 +14,10 @@ setl cindent
14
call arduino#RebuildMakePrg()
15
16
if g:arduino_auto_baud
17
- au BufReadPost,BufWritePost *.ino call arduino#SetAutoBaud()
+ aug ArduinoBaud
18
+ au!
19
+ au BufReadPost,BufWritePost *.ino call arduino#SetAutoBaud()
20
+ aug END
21
endif
22
23
command! -buffer -bar -nargs=? ArduinoAttach call arduino#Attach(<f-args>)
0 commit comments