aboutsummaryrefslogtreecommitdiff
path: root/autoload/scripts.vim
blob: 77bd81323188d3d7321f1fec474088fab302f68f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
"if !exists('*scripts#save_and_exec')
"  function! scripts#save_and_exec() abort
"    if &filetype == 'vim'
"      :silent! write
"      :source %
"    elseif &filetype == 'lua'
"      :silent! write
"      :luafile %
"    endif
"
"    return
"  endfunction
"endif