Skip to content

Commit

Permalink
adding todo for rjk
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel authored and rjkroege committed Jan 17, 2020
1 parent 223d916 commit 550ad70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions exec.go
Expand Up @@ -693,6 +693,8 @@ func tab(et *Text, _ *Text, argt *Text, _, _ bool, arg string) {
return
}
w := et.w

// TODO(rjk): use a tokenizer on the results of getarg
r, _ := getarg(argt, false, true)
tab := int64(0)
if r != "" {
Expand Down

0 comments on commit 550ad70

Please sign in to comment.