mirror of
1
0
Fork 0

Merge branch 'master' of github.com:amix/vimrc

This commit is contained in:
amix 2019-11-30 13:02:27 +01:00
commit 57ba28a9a2
1 changed files with 1 additions and 1 deletions

View File

@ -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!
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""