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