From ba2c1821af3502c92262188c654f1e96b0c161a1 Mon Sep 17 00:00:00 2001 From: Ben Kunkle Date: Sun, 16 Feb 2025 18:51:27 -0500 Subject: [PATCH] Revert "Fix issue with `vim::PushOperator` documentation (#24825)" (#24989) This reverts commit 28c667a3c78ab1febcea1b1de85f375658a28b18. Release Notes: - N/A --- docs/src/vim.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/vim.md b/docs/src/vim.md index bd8bd2780a3af5e138badb7ee6e4a375c306139f..7567b8d7c0fddb476ef1c8adafedb147327d5604 100644 --- a/docs/src/vim.md +++ b/docs/src/vim.md @@ -397,7 +397,7 @@ Vim mode comes with shortcuts to surround the selection in normal mode (`ys`), b { "context": "vim_mode == visual", "bindings": { - "shift-s": ["vim::PushOperator", { "AddSurrounds": {} }] + "shift-s": ["vim::PushAddSurrounds", {}] } } ```