diff options
| author | Frank LENORMAND <lenormf@gmail.com> | 2015-07-29 10:20:11 +0300 |
|---|---|---|
| committer | Frank LENORMAND <lenormf@gmail.com> | 2015-07-29 10:20:11 +0300 |
| commit | b7e232d230401d8ffa340023994a78b196ccad2f (patch) | |
| tree | 541d9ba1163efdea43a2a73ba129764bbde316e2 /src/normal.cc | |
| parent | 6b06d77490d873afb4e9a61405c1265a228b8b20 (diff) | |
Add the 'n' flag to the autoinfo popup window
Diffstat (limited to 'src/normal.cc')
| -rw-r--r-- | src/normal.cc | 3 |
1 files changed, 2 insertions, 1 deletions
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<Key::NamedKey key> |
