Merge remote-tracking branch 'alexherbo2/lua-rc'
This commit is contained in:
commit
a7f458257f
|
@ -35,7 +35,7 @@ addhl -group /lua/code regex \<(and|break|do|else|elseif|end|false|for|function|
|
||||||
def lua-alternative-file -docstring 'Jump to the alternate file (implementation ↔ test)' %{ %sh{
|
def lua-alternative-file -docstring 'Jump to the alternate file (implementation ↔ test)' %{ %sh{
|
||||||
case $kak_buffile in
|
case $kak_buffile in
|
||||||
*spec/*_spec.lua)
|
*spec/*_spec.lua)
|
||||||
altfile=$(eval echo $(echo $kak_buffile | sed -e s+spec/+'*'/+';'s/_spec//))
|
altfile=$(eval echo $(echo $kak_buffile | sed s+spec/+'*'/+';'s/_spec//))
|
||||||
[ ! -f $altfile ] && echo "echo -color Error 'implementation file not found'" && exit
|
[ ! -f $altfile ] && echo "echo -color Error 'implementation file not found'" && exit
|
||||||
;;
|
;;
|
||||||
*.lua)
|
*.lua)
|
||||||
|
@ -44,7 +44,7 @@ def lua-alternative-file -docstring 'Jump to the alternate file (implementation
|
||||||
for dir in $dirs; do
|
for dir in $dirs; do
|
||||||
altdir=$dir/spec
|
altdir=$dir/spec
|
||||||
if [ -d $altdir ]; then
|
if [ -d $altdir ]; then
|
||||||
altfile=$altdir/$(realpath $kak_buffile --relative-to $dir | sed -e s+[^/]'*'/++';'s/.lua$/_spec.lua/)
|
altfile=$altdir/$(realpath $kak_buffile --relative-to $dir | sed s+[^/]'*'/++';'s/.lua$/_spec.lua/)
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue
Block a user