mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-26 10:43:47 +08:00
Drop vim feature of only completing text and gzip files
darcs-hash:20080116180249-75c98-2fdff83afcb286c7cc06d3ed66089c9cc02eca20.gz
This commit is contained in:
parent
905b792de7
commit
1a66fc4c5d
|
@ -7,8 +7,6 @@ function __fish_complete_vi -d "Compleletions for vi and its aliases"
|
|||
|
||||
set -l cmds -c $argv
|
||||
|
||||
complete $cmds -x -a "(__fish_complete_mime 'text/*')"
|
||||
|
||||
# vim
|
||||
if test -n "$is_vim"
|
||||
|
||||
|
@ -20,10 +18,6 @@ function __fish_complete_vi -d "Compleletions for vi and its aliases"
|
|||
# +[num] : Position the cursor on line number
|
||||
# +/{pat} : Position the cursor on the first occurence of {pat}
|
||||
# +{command} : Execute Ex command after the first file has been read
|
||||
|
||||
# Complete gzip-compressed files
|
||||
complete $cmds -x -a "(__fish_complete_mime 'application/x-gzip')"
|
||||
|
||||
complete $cmds -s c -r --description 'Execute Ex command after the first file has been read'
|
||||
complete $cmds -s S -r --description 'Source file after the first file has been read'
|
||||
complete $cmds -l cmd -r --description 'Execute Ex command before loading any vimrc'
|
||||
|
|
Loading…
Reference in New Issue
Block a user