feat(:W):avoid warning such as the buffer was changed (#547)
This commit is contained in:
parent
9234352b8c
commit
c37e4c84b0
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ nmap <leader>w :w!<cr>
|
|||
|
||||
" :W sudo saves the file
|
||||
" (useful for handling the permission-denied error)
|
||||
command! W w !sudo tee % > /dev/null
|
||||
command! W execute 'w !sudo tee % > /dev/null' <bar> edit!
|
||||
|
||||
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
|
|
Loading…
Reference in a new issue