1
0
mirror of https://github.com/amix/vimrc synced 2025-06-28 18:44:59 +08:00

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

This commit is contained in:
amix
2019-11-30 13:02:27 +01:00

View File

@ -50,7 +50,7 @@ nmap <leader>w :w!<cr>
" :W sudo saves the file " :W sudo saves the file
" (useful for handling the permission-denied error) " (useful for handling the permission-denied error)
command! W w !sudo tee % > /dev/null command! W execute 'w !sudo tee % > /dev/null' <bar> edit!
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""