2016-03-28 22:36 GMT+03:00 Josef Fortier <[email protected]>: > I'm looking to automatically invoke the (tpope or chrisbra) "SudoEdit" > function when the file is root owned. I've set up a call to (unixland) "stat" > via systemlist() but it seems like vimscript should be able to find the file > owner. I'm likely missing something, but I've not found it yet. Is there a > way to test file ownership in vimscript?
I do not know such function, except that you can do this via pyeval() or py3eval(). I can suggest using filewritable() instead, this will also enable using sudo to edit other users’ files. > > -- > -- > You received this message from the "vim_use" maillist. > Do not top-post! Type your reply below the text you are replying to. > For more information, visit http://www.vim.org/maillist.php > > --- > You received this message because you are subscribed to the Google Groups > "vim_use" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
