From 00c576cd8fbc366a20b0fcdd10e35af77fda3260 Mon Sep 17 00:00:00 2001 From: Peng Lyu Date: Tue, 20 Sep 2016 09:04:03 -0700 Subject: [PATCH] Update roadmap status for `repeat last change` --- ROADMAP.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index d19e976d..f538a148 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -417,9 +417,9 @@ Status | Command | Description ## Repeating commands -Status | Command | Description ----|--------|------------------------------ -:white_check_mark: | :1234: . | repeat last change (with count replaced with N) +Status | Command | Description | Note +---|--------|--------------|---------------- +:white_check_mark: :star: | :1234: . | repeat last change (with count replaced with N) | It won't repeat Code's auto-complete change. :arrow_down:| q{a-z} | record typed characters into register {a-z} :arrow_down:| q{A-Z} | record typed characters, appended to register {a-z} :arrow_down:| q | stop recording @@ -577,4 +577,4 @@ Status | Command | Description ### Fold options -Currently we don't support any fold option and we are following Code configurations. \ No newline at end of file +Currently we don't support any fold option and we are following Code configurations.