mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 12:21:19 -03:00
Fix spelling
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#completion for vi/vim
|
||||
|
||||
function __fish_complete_vi -d "Compleletions for vi and its aliases" --argument-names cmd
|
||||
function __fish_complete_vi -d "Completions for vi and its aliases" --argument-names cmd
|
||||
set -l is_vim
|
||||
if type -q $cmd
|
||||
eval command $cmd --version >/dev/null ^/dev/null; and set -l is_vim vim
|
||||
|
||||
Reference in New Issue
Block a user