You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This code modification broke my ArduinoChoosePort.
I get an error message that "' '.(i+1).') '.v.label " is not found in Dictionary (i had to translate from german, might not be accurate)
Reverting the code to
let labels = s:ConvertItemsToLabels(items) call map(labels, {i, l -> \ i < 9 \ ? ' '.(i+1).') '.l \ : (i+1).') '.l
Made it work again.
The text was updated successfully, but these errors were encountered:
vim-arduino/autoload/arduino.vim
Lines 692 to 696 in 38bdd83
This code modification broke my ArduinoChoosePort.
I get an error message that "' '.(i+1).') '.v.label " is not found in Dictionary (i had to translate from german, might not be accurate)
Reverting the code to
let labels = s:ConvertItemsToLabels(items) call map(labels, {i, l -> \ i < 9 \ ? ' '.(i+1).') '.l \ : (i+1).') '.l
Made it work again.
The text was updated successfully, but these errors were encountered: