Brian Smyth
Brian Smyth
Thanks for the PR! I will take a look shortly.
Not sure I agree that this is consistent with other text objects. I think the `ap` and `aw` objects are geared towards prose, and their behavior makes sense. But other...
That all makes sense to me. I can think of a couple cases offhand where this behavior gets tricky: ``` python class Foo(object): def __init__(self): self._bar = "bar" def bar(self):...
You still get tripped up doing `daf` in `Bar.__init__` with one delimiting blank line: ``` python class Bar(object): def __init__(self): self._bar = "bar" class Quux(object): def __init__(self): self._bar = "bar"...
Can you provide an example? If it's something like ``` python foo(bar, baz, quux) ``` how about doing e.g. `va)ob` within the parens to get a visual selection?
Yeah, you're screwed if you have embedded function calls. This is also the reason why it's not possible to do it right with regular expressions. :smile: I'm not sure I've...
I've seen this about half a dozen times today. I can't tell what is triggering it. Happy to gather more info! ``` ##### AeroSpace Runtime Error ##### Please report to:...
I’m seeing this behavior on a Moaan InkPalmPlus running 2025.04. I saw it very occasionally on this same device running 2024.11, but it is happening nearly every time I wake...