function! s:Func()
let s:ary = [1, 2]
endfunction

Func内でのみ有効なaryの値を外部ファイルで管理したいんですがどのような方法がありますか?