ПК

Size: a a a
ПК

a
{_, x -> matchstr(x, "Scratch") == ""}EG
{_, x -> matchstr(x, "Scratch") == ""}NG
NG
EG
function! UpperCasedName() abort
endfunction
function('UpperCasedName')EG
EG
NG
NG
EG
a
a
join(filter(split(GetResult("ls"), '\n'), {_, x -> matchstr(x, "Scratch") == ""}), "\n")EG
join(filter(split(GetResult("ls"), '\n'), {_, x -> matchstr(x, "Scratch") == ""}), "\n"):help GetResult
E149: Sorry, no help for GetResult
EG
n
n
a
ПК
VM
join(filter(split(GetResult("ls"), '\n'), {_, x -> matchstr(x, "Scratch") == ""}), "\n")