From ee17b6f70d382ec6c5d8d27b56c4e84106ac8c55 Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Sat, 9 Sep 2023 11:23:50 +0200 Subject: patch 9.0.1886: Various Typos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Problem: Various Typos Solution: Fix Typos This is a collection of typo related commits. closes: #12753 closes: #13016 Co-authored-by: Adri Verhoef Co-authored-by: zeertzjq Co-authored-by: Viktor Szépe Co-authored-by: nuid64 Co-authored-by: Meng Xiangzhuo Co-authored-by: Dominique Pellé Signed-off-by: Christian Brabandt --- src/ex_cmds.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/ex_cmds.c') diff --git a/src/ex_cmds.c b/src/ex_cmds.c index 566ed7dad3..3544092d65 100644 --- a/src/ex_cmds.c +++ b/src/ex_cmds.c @@ -2647,9 +2647,9 @@ do_ecmd( } - // End Visual mode before switching to another buffer, so the text can be - // copied into the GUI selection buffer. - // Careful: may trigger ModeChanged() autocommand + // End Visual mode before switching to another buffer, so the text can be + // copied into the GUI selection buffer. + // Careful: may trigger ModeChanged() autocommand // Should we block autocommands here? reset_VIsual(); -- cgit v1.2.3