Add the 'n' flag to the autoinfo popup window

This commit is contained in:
Frank LENORMAND 2015-07-29 10:20:11 +03:00
parent 6b06d77490
commit b7e232d230

View File

@ -942,7 +942,8 @@ void select_object(Context& context, NormalParams params)
"p: paragraph \n" "p: paragraph \n"
"␣: whitespaces \n" "␣: whitespaces \n"
"i: indent \n" "i: indent \n"
"u: argument \n"); "u: argument \n"
"n: number \n");
} }
template<Key::NamedKey key> template<Key::NamedKey key>