]> Sergey Matveev's repositories - dotfiles.git/blob - vim/.vim/plugin/exted.vim
Fast changing between file extensions
[dotfiles.git] / vim / .vim / plugin / exted.vim
1 function! s:exted(ext)
2     execute "edit %<." . a:ext
3 endfunction
4 command! -nargs=1 Ee silent call s:exted(<f-args>)