Fixes: fakevim: explicitly make 'l' an 'exclusive' motion

This commit is contained in:
hjk
2009-01-28 18:35:05 +01:00
parent 8c773beb45
commit 53ab86dceb
2 changed files with 4 additions and 0 deletions

View File

@@ -2228,9 +2228,11 @@ static void qDumpStdMap(QDumper &d)
if (isSimpleKey && isSimpleValue) {
P(d, "type", valueType);
P(d, "addr", addOffset(node, valueOffset));
P(d, "numchild", 0);
} else {
P(d, "addr", node);
P(d, "type", pairType);
P(d, "numchild", 2);
}
d.endHash();
}