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
Many commands have -x or --x=y style command arguments that are passed before their usual expected data.
Catch these as appropriate. For example right now unbind expects a key sequence, but the next argument might actually be --mode=ex. Or js expects javascript, but it might actually get an arg -p first.
The text was updated successfully, but these errors were encountered:
Many commands have
-x
or--x=y
style command arguments that are passed before their usual expected data.Catch these as appropriate. For example right now
unbind
expects a key sequence, but the next argument might actually be--mode=ex
. Orjs
expects javascript, but it might actually get an arg-p
first.The text was updated successfully, but these errors were encountered: