mirror of https://github.com/helix-editor/helix
contrib(completions/nushell): switch from deprecated `filter` to `where` (#13848)
parent
3658e97c2b
commit
9512cb9472
|
@ -5,7 +5,7 @@
|
|||
# The help message won't be overridden though, so it will still be present here
|
||||
|
||||
def health_categories [] {
|
||||
let languages = ^hx --health languages | detect columns | get Language | filter { $in != null }
|
||||
let languages = ^hx --health languages | detect columns | get Language | where { $in != null }
|
||||
let completions = [ "all", "clipboard", "languages" ] | append $languages
|
||||
return $completions
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue