rc doc: Use POSIX flag -name
instead of -iname
This commit is contained in:
parent
18e64c5c7d
commit
1e3c343773
|
@ -35,7 +35,7 @@ def -hidden -params 1..2 doc-open %{
|
||||||
|
|
||||||
def -params 1..2 \
|
def -params 1..2 \
|
||||||
-shell-candidates %{
|
-shell-candidates %{
|
||||||
find "${kak_runtime}/doc/" -type f -iname "*.gz" | while read l; do
|
find "${kak_runtime}/doc/" -type f -name "*.gz" | while read l; do
|
||||||
basename "${l%.*}"
|
basename "${l%.*}"
|
||||||
done
|
done
|
||||||
} \
|
} \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user