vim: Fix back quotes not recognized as object (#24999)
Currently back quotes ``` `` ``` not recognized as an object in vim mode, so ```c i ` ```, ```d i ` ``` not working. It seems to be a typo introduced in #22632 : The`DoubleQuotes` line was doubled while the `BackQuotes` line was missing. Release Notes: - vim: Fixed back quotes ``` `` ``` not recognized as object. Co-authored-by: Marshall Bowers <git@maxdeviant.com>
Y
Yicheng Liu committed
089ea5da50aad5ec9a5273ccff13769514d1ce66
Parent: b6e8db2
Committed by GitHub <noreply@github.com>
on 2/26/2025, 7:21:12 PM