From b7e232d230401d8ffa340023994a78b196ccad2f Mon Sep 17 00:00:00 2001 From: Frank LENORMAND Date: Wed, 29 Jul 2015 10:20:11 +0300 Subject: [PATCH] Add the 'n' flag to the autoinfo popup window --- src/normal.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/normal.cc b/src/normal.cc index dea10516..7613258c 100644 --- a/src/normal.cc +++ b/src/normal.cc @@ -942,7 +942,8 @@ void select_object(Context& context, NormalParams params) "p: paragraph \n" "␣: whitespaces \n" "i: indent \n" - "u: argument \n"); + "u: argument \n" + "n: number \n"); } template