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
Sometimes Ill autocomplete (word by word) a command such as
git commit -m "Refactor the ...
then I'll complete the message and type the closing "
Problem is the plugin will create a matching " because it doesnt detect that the earlier " is still open
Can this be fixed?
The text was updated successfully, but these errors were encountered:
Don't think so. After set -U pisces_only_insert_at_eol 1 according to the README, pisces would still add 2 " at the end of the line. Instead, it should be aware of the opened " and only close that one if I understand @ebartrum correctly.
Sometimes Ill autocomplete (word by word) a command such as
git commit -m "Refactor the ...
then I'll complete the message and type the closing "
Problem is the plugin will create a matching " because it doesnt detect that the earlier " is still open
Can this be fixed?
The text was updated successfully, but these errors were encountered: