lambdalisue / vim-suda

🥪 An alternative sudo.vim for Vim and Neovim, limited support sudo in Windows
MIT License
725 stars 29 forks source link

suda_nopass option #52

Closed laniusone closed 2 years ago

laniusone commented 2 years ago

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 of sudo - as a symlink or a shim).

laniusone commented 2 years ago

Ok, sorry, I think I now understand what you meant.

lambdalisue commented 2 years ago

I'm sorry but I'll apply the doc fixes...

lambdalisue commented 2 years ago

Closed by #53

lambdalisue commented 2 years ago

@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...)

laniusone commented 2 years ago

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. :)