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
? Description [(e) to launch nvim --wait, enter to skip] nvim: Unknown option argument: "--wait"
Current behavior
This line calls the user's editor with the argument --wait, which is non standard. This argument belongs inside the EDITOR variable or in a shim, but not in this project.
Expected behavior
The editor opens, I can type text and when I exit the editor the milestone creation resumes
Environment:
OS: macOS
The text was updated successfully, but these errors were encountered:
Description
Can't edit milestone text
Current behavior
This line calls the user's editor with the argument
--wait
, which is non standard. This argument belongs inside the EDITOR variable or in a shim, but not in this project.Expected behavior
The editor opens, I can type text and when I exit the editor the milestone creation resumes
Environment:
The text was updated successfully, but these errors were encountered: