mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
- unified bashStatement, kshStatement and shStatement as much as possible - separated builtin commands from external programs - cleaned up kornshell flavor logic - fixed alias syntax highlighting - added test for bash alias syntax highlighting - removed daemon keyword closes: #18355 Signed-off-by: Bjoern Foersterling <bjoern.foersterling@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
59 lines
424 B
Bash
59 lines
424 B
Bash
#!/bin/bash
|
|
basename
|
|
cat
|
|
chgrp
|
|
chmod
|
|
chown
|
|
cksum
|
|
cmp
|
|
comm
|
|
cp
|
|
cut
|
|
date
|
|
dirname
|
|
egrep # Obsolescent
|
|
expr
|
|
fgrep # Obsolescent
|
|
fmt
|
|
fold
|
|
getconf
|
|
grep
|
|
head
|
|
iconv
|
|
id
|
|
join
|
|
ln
|
|
logname
|
|
ls
|
|
md5sum
|
|
mkdir
|
|
mkfifo
|
|
mktemp
|
|
mv
|
|
od
|
|
paste
|
|
pathchk
|
|
readlink
|
|
realpath
|
|
rev
|
|
rm
|
|
rmdir
|
|
sha1sum
|
|
sha256sum
|
|
sha224sum
|
|
sha384sum
|
|
sha512sum
|
|
stty
|
|
sum
|
|
sync
|
|
tail
|
|
tee
|
|
tr
|
|
tty
|
|
uname
|
|
uniq
|
|
wc
|
|
xargs
|
|
# xgrep is neither a builtin for bash nor an external program
|
|
xgrep
|