function foldtext#global() abort let tabstop = repeat("\", &tabstop) return substitute(getline(v:foldstart), "\", tabstop, 'g') endfunction