Support paths with spaces for c-family :alt

This commit is contained in:
Brayden 2015-10-01 11:38:58 -07:00
parent 77408becbd
commit d12be9fdc1

View File

@ -150,8 +150,8 @@ decl str-list alt_dirs ".;.."
def c-family-alternative-file -docstring "Jump to the alternate file (header/implementation)" %{ %sh{ def c-family-alternative-file -docstring "Jump to the alternate file (header/implementation)" %{ %sh{
alt_dirs=$(echo ${kak_opt_alt_dirs} | sed -e 's/;/ /g') alt_dirs=$(echo ${kak_opt_alt_dirs} | sed -e 's/;/ /g')
file=$(basename ${kak_buffile}) file=$(basename "${kak_buffile}")
dir=$(dirname ${kak_buffile}) dir=$(dirname "${kak_buffile}")
case ${file} in case ${file} in
*.c|*.cc|*.cpp|*.cxx|*.C|*.inl|*.m) *.c|*.cc|*.cpp|*.cxx|*.C|*.inl|*.m)