aboutsummaryrefslogtreecommitdiff
path: root/vim/after/plugin/eunuch.vim
blob: e96275ddc0d729e3ad4c734044e05326aa878c27 (plain) (blame)
1
2
3
4
5
" Replace Eunuch's remapping of :W
if has("user_commands")
    command! -bang -complete=file -nargs=? W w<bang> <args>
endif