mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 23:17:59 +01:00
Removed implicit numbering in map.txt; made numbering explicit.
This commit is in the spirit of a3fc60c011b8ed42c2efec2147b1268abc10d578. Vim's help format really numbers everything manually? Sections too? That's unbelievable.
This commit is contained in:
@@ -178,13 +178,13 @@ words. An abbreviation can be one of three types that are defined by the
|
|||||||
types of constituent characters. Whitespace and quotes are non-keyword
|
types of constituent characters. Whitespace and quotes are non-keyword
|
||||||
types, and all other characters are keyword types.
|
types, and all other characters are keyword types.
|
||||||
|
|
||||||
. A "full-id" abbreviation consists entirely of characters that are not
|
1. A "full-id" abbreviation consists entirely of characters that are not
|
||||||
keyword characters (e.g., "teh", "msoft").
|
keyword characters (e.g., "teh", "msoft").
|
||||||
|
|
||||||
. An "end-id" abbreviation ends in keyword character but otherwise
|
2. An "end-id" abbreviation ends in keyword character but otherwise
|
||||||
contains all non-keyword characters (e.g., "'i").
|
contains all non-keyword characters (e.g., "'i").
|
||||||
|
|
||||||
. A "non-id" abbreviation ends in a non-keyword character but otherwise
|
3. A "non-id" abbreviation ends in a non-keyword character but otherwise
|
||||||
contains any non-whitespace character (e.g., "def'").
|
contains any non-whitespace character (e.g., "def'").
|
||||||
|
|
||||||
Strings that cannot be abbreviations include "a'b" and "a b".
|
Strings that cannot be abbreviations include "a'b" and "a b".
|
||||||
|
|||||||
Reference in New Issue
Block a user