From 310c2fb54a8f85ff9a7a309b5e032fb22c6ae29d Mon Sep 17 00:00:00 2001 From: graves501 Date: Wed, 7 Sep 2022 03:21:44 +0200 Subject: [PATCH] vimdiff: fix jump to previous/next difference instructions (#8462) --- pages.es/common/vimdiff.md | 4 ++-- pages/common/vimdiff.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pages.es/common/vimdiff.md b/pages.es/common/vimdiff.md index 7182cb82c..e313cf93d 100644 --- a/pages.es/common/vimdiff.md +++ b/pages.es/common/vimdiff.md @@ -12,11 +12,11 @@ `Ctrl + w {{h|l}}` -- Salta a la siguiente diferencia: +- Salta a la diferencia previa: `[c` -- Salta a la diferencia previa: +- Salta a la siguiente diferencia: `]c` diff --git a/pages/common/vimdiff.md b/pages/common/vimdiff.md index 3fb83a05b..1239ecb6d 100644 --- a/pages/common/vimdiff.md +++ b/pages/common/vimdiff.md @@ -12,11 +12,11 @@ `Ctrl + w {{h|l}}` -- Jump to the next difference: +- Jump to the previous difference: `[c` -- Jump to the previous difference: +- Jump to the next difference: `]c`