Closed laniusone closed 2 years ago
Ok, sorry, I think I now understand what you meant.
I'm sorry but I'll apply the doc fixes...
Closed by #53
@laniusone
https://github.com/lambdalisue/suda.vim/releases/tag/v0.4.0
Released 🎉 Thanks for your patient contribution and I'm sorry for that I took the last part (It was difficult for me to explain the point where your correction is wrong...)
No problem. I'm not really a VimScript expert, just getting to know it and how to work on plugins, so that's probably on me. Very happy it got released though. :)
I introduced little change.
If following option is set:
let g:suda_nopass = 1
Suda won't ask for a password before saving.
It is very useful if you don't require password to sudo on your system, and also will work with
doas
(provided you don't require a password and doas acts in place ofsudo
- as a symlink or a shim).