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
{{ message }}
This repository was archived by the owner on Apr 6, 2018. It is now read-only.
I've been working on a rebuild of the % bracket matching system to support additional types for comments and functions. I've come across a bug that seems to work oddly with the operatesInclusively bit. Before I try to dig in, I wanted to see if anyone had any thoughts!
In a blank file, input (test) and move the command-mode cursor to the closing parentheses. Use the command d % to delete to the matching open parentheses. You should be left with an empty file, but instead the closing item remains!
I've been working on a rebuild of the % bracket matching system to support additional types for comments and functions. I've come across a bug that seems to work oddly with the
operatesInclusivelybit. Before I try to dig in, I wanted to see if anyone had any thoughts!In a blank file, input
(test)and move the command-mode cursor to the closing parentheses. Use the commandd %to delete to the matching open parentheses. You should be left with an empty file, but instead the closing item remains!Any thoughts?