Remove opdavies.vim

This commit is contained in:
Oliver Davies 2024-07-06 12:08:35 +01:00
parent eb677985cb
commit eab6448f28

View file

@ -1,12 +0,0 @@
if !exists('*opdavies#save_and_exec')
function! opdavies#save_and_exec() abort
if &filetype == 'vim'
:silent! write
:source %
elseif &filetype == 'lua'
:silent! write
:luafile %
endif
return
endfunction
endif