We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f7d9a6 commit f371420Copy full SHA for f371420
needs-update/custom-completions/auto-generate/parse-fish.nu
@@ -39,7 +39,6 @@ def parse-fish [] {
39
# make use of detect columns -n which with one like properly tokenizers arguments including across quotes
40
def tokenize-complete-lines [] {
41
lines
42
- | where ($it | str length) > 0 # remove any empty lines
43
| where $it starts-with 'complete' # only complete command lines
44
| each {
45
str replace -a "\\\\'" "" # remove escaped quotes ' which break detect columns
0 commit comments