]> Sergey Matveev's repositories - dotfiles.git/blob - vim/.vim/plugin/exted.vim
3833a656784578012ee84943eb82966a0fed577e
[dotfiles.git] / vim / .vim / plugin / exted.vim
1 if exists('*<SID>exted') | finish | endif
2
3 function! s:exted(ext)
4     execute "edit %<." . a:ext
5 endfunction
6
7 command! -nargs=1 Ee silent call s:exted(<f-args>)