From 8060eef66e072b9011667655e204673d5ca64195 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Sat, 26 Apr 2014 00:36:35 +0100 Subject: [PATCH] Fix typo in design.asciidoc --- doc/design.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/design.asciidoc b/doc/design.asciidoc index e497c70d..5ae633e8 100644 --- a/doc/design.asciidoc +++ b/doc/design.asciidoc @@ -55,7 +55,7 @@ That means there should be clear separation of concerns between modes: * command mode is for non-editing features (opening a file, setting options...). -Orthogonality is an ideal, and should not prevent common sense pargmatism, +Orthogonality is an ideal, and should not prevent common sense pragmatism, the +gf+ and +ga+ commands are not strictly selection manipulation ones, but fit nicely with other +goto+ commands, and hence are acceptable in normal mode even though they could arguably be moved to command mode.