(count)
| 442 | "gg": "backward documentboundary", |
| 443 | |
| 444 | "aw"(count) { |
| 445 | return this.movement.selectLexicalEntity(word, count); |
| 446 | }, |
| 447 | "as"(count) { |
| 448 | return this.movement.selectLexicalEntity(sentence, count); |
| 449 | }, |
nothing calls this directly
no test coverage detected