nvim/after/plugin/sudowrite.vim
2019-12-26 18:40:23 +01:00

3 lines
153 B
VimL

command! -nargs=? -complete=file SudoEdit exec ':e suda://' . fnamemodify(empty(<q-args>) ? expand('%') : <q-args>, ':p')
command! SudoWrite :w suda://%