summaryrefslogtreecommitdiff
path: root/src/normal.cc
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2014-05-27 09:50:12 +0100
committerMaxime Coste <frrrwww@gmail.com>2014-05-27 09:50:12 +0100
commit72d6ed3575126d91cfc944d186bb65f4dc8fdae6 (patch)
treed3e517035c2ba75e8596a196317bb03466e41672 /src/normal.cc
parent9aa38a1ea072f78cb5a1f099b7b4db241de6d96d (diff)
Add 'n' for number object (inner number does not recognise '.')
Diffstat (limited to 'src/normal.cc')
-rw-r--r--src/normal.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/normal.cc b/src/normal.cc
index 882fbc3a..3c78e1f2 100644
--- a/src/normal.cc
+++ b/src/normal.cc
@@ -918,6 +918,7 @@ void select_object(Context& context, int param)
{ 's', select_sentence },
{ 'p', select_paragraph },
{ 'i', select_indent },
+ { 'n', select_number },
};
for (auto& sel : selectors)
{