Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

:ArduinoChoose* commands do not work in Vim9 #56

Closed
ubaldot opened this issue Jun 12, 2023 · 2 comments
Closed

:ArduinoChoose* commands do not work in Vim9 #56

ubaldot opened this issue Jun 12, 2023 · 2 comments

Comments

@ubaldot
Copy link

ubaldot commented Jun 12, 2023

Describe the bug
Commands such as :ArduinoChooseBoard, :ArduinoChoosePort and :ArduinoChooseProgrammer, don't seem to work in Vim9, see screenshots below.

System information

  • OS: Mac Os X 13.4
  • Vim: 9.0.1276
  • CLI version: arduino-cli Version: 0.33.0 Commit: ca60d4b4 Date: 2023-05-29T15:18:18Z
  • ArduinoInfo:
Board         : arduino:avr:uno
Programmer    : 
Port          : /dev/tty.usbmodem101
Baud rate     : 9600
Hardware dirs : /Users/ubaldot/Library/Arduino15/packages/arduino/hardware/avr/1.8.6
Verify command: arduino-cli compile -b arduino:avr:uno -p /dev/tty.usbmodem101 --build-path "/Users/ubaldot/Documents/arduino/build" -v "/Users/ubaldot/Documents/arduino/pippo.ino"

To Reproduce
Install MacVim 9.0.1276, open a .ino file and run any vim-arduino command.

Expected behavior
I can operate with my arduino uno board.

Screenshots
image

Additional context
Congrats for the plugin! Starred! :)

@ubaldot ubaldot changed the title The plugin does not seem to work in Vim9 Some commands do not work in Vim9 Jun 12, 2023
@ubaldot ubaldot changed the title Some commands do not work in Vim9 :ArduinoChoose* commands do not work in Vim9 Jun 12, 2023
@stevearc
Copy link
Owner

I believe it should be fixed. Can you give it another try?

@ubaldot
Copy link
Author

ubaldot commented Jun 14, 2023

Yes, now it does. :) Thanks!

@ubaldot ubaldot closed this as completed Jun 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants