From bce94a4334137f6152f8622e49ee31e57d352c55 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sat, 25 Jun 2022 22:13:16 +0300 Subject: [PATCH] exted plugin is convenient anyway --- vim/.vim/plugin/exted.vim | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 vim/.vim/plugin/exted.vim diff --git a/vim/.vim/plugin/exted.vim b/vim/.vim/plugin/exted.vim new file mode 100644 index 0000000..e24524e --- /dev/null +++ b/vim/.vim/plugin/exted.vim @@ -0,0 +1,7 @@ +if exists("*exted") | finish | endif + +function! s:exted(ext) + execute "edit %<." . a:ext +endfunction + +command! -nargs=1 Ee silent call s:exted() -- 2.44.0