diff options
author | Mattias Andrée <maandree@kth.se> | 2021-02-27 10:27:34 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-02-27 10:27:34 +0100 |
commit | 541c64c9423f1885e8f35cc030e4017c1c09076e (patch) | |
tree | e337253237fd9940fe1a63eed8506d1a4ced6011 /TODO | |
parent | Remove dist (diff) | |
download | gpp-541c64c9423f1885e8f35cc030e4017c1c09076e.tar.gz gpp-541c64c9423f1885e8f35cc030e4017c1c09076e.tar.bz2 gpp-541c64c9423f1885e8f35cc030e4017c1c09076e.tar.xz |
Remove info manual + remove shell tab copletion + improve radme and man page + m
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 28 |
1 files changed, 9 insertions, 19 deletions
@@ -1,21 +1,11 @@ -This should only used when necessary when -when a specific flag is used. - Before all lines, add 10ⁿ−1 empty lines - where n is as small as possible to retain - as line numbers but with a constant - multiple. - Then add m10ᷜ number of empty lines - at the top of the file, where k is large - and n is the number specified above. - Because of line continuations and disc - resources it is best to implement this - in gpp. +This should only used when necessary when when a specific flag is used. + Before all lines, add 10ⁿ−1 empty lines where n is as small as possible + to retain as line numbers but with a constant multiple. Then add m10ᷜ + number of empty lines at the top of the file, where k is large and n is + the number specified above. Because of line continuations and disc + resources it is best to implement this in gpp. -The option above should be aware of -line continues using a backslash at -the end of the line before the -continuation unless another flag is -used. This could either be an additional -flag or an alternative flag (uppercase +The option above should be aware of line continues using a backslash at +the end of the line before the continuation unless another flag is used. +This could either be an additional flag or an alternative flag (uppercase of the above's.) - |