From 831e470c784010b5f187be60e57c7b5b48c611ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E9=BC=8E?= Date: Thu, 3 May 2018 15:50:24 +0800 Subject: [PATCH] =?UTF-8?q?Fix=20description=20in=20=F0=9F=94=A2=20%=20com?= =?UTF-8?q?mand=20(#2595)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ROADMAP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ROADMAP.md b/ROADMAP.md index c9892444..fe817018 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -77,7 +77,7 @@ Status | Command | Description :white_check_mark: | :1234: _ | down N-1 lines, on the first non-blank character :white_check_mark: | :1234: G | goto line N (default: last line), on the first non-blank character :white_check_mark: | :1234: gg | goto line N (default: first line), on the first non-blank character -:white_check_mark: | :1234: % | goto line N percentage down in the file; N must be given, otherwise it is the |%| command +:white_check_mark: | :1234: % | goto line N percentage down in the file; N must be given, otherwise it is the `%` command :white_check_mark: | :1234: gk | up N screen lines (differs from "k" when line wraps) :white_check_mark: | :1234: gj | own N screen lines (differs from "j" when line wraps)