aboutsummaryrefslogtreecommitdiff
path: root/vim/after/plugin/eunuch.vim
blob: 7297676b10a0b13fe97bc043527897cb8bd0b21d (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