1
0
mirror of https://github.com/amix/vimrc synced 2025-07-07 08:45:00 +08:00

add Vimdiff function

This commit is contained in:
Huaishun Hu
2017-12-04 20:09:55 +08:00
parent 53bd642a4f
commit d542f117c9
2 changed files with 29 additions and 1 deletions

View File

@ -63,7 +63,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 w !sudo tee % > /dev/null
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""