Giter VIP home page Giter VIP logo

Comments (9)

tpope avatar tpope commented on July 22, 2024 3

I just changed it use -A for local Neovim instances, which might work around the problem.

from vim-eunuch.

hiberabyss avatar hiberabyss commented on July 22, 2024

I have the same problem.

from vim-eunuch.

tpope avatar tpope commented on July 22, 2024

I think we could probably drop the >/dev/null when silent is given (i.e., when the gui is running), if that helps.

from vim-eunuch.

tpope avatar tpope commented on July 22, 2024

To answer the actual questions:

  1. Depending on the terminal of lack thereof, omitting >/dev/null can allow the entire file to be flooded to stdout, sometimes visible as flickering. Dropping it is not necessarily a deal breaker.
  2. The rest of the construct is to use sudoedit permissions rather than tee. See --edit in sudo(8).

from vim-eunuch.

doronbehar avatar doronbehar commented on July 22, 2024

I'm not sure how to start implementing this myself but it crossed my mind that perhaps it could be possible to use su -c instead of sudo. Would that break any other features of the plugin?

from vim-eunuch.

tpope avatar tpope commented on July 22, 2024

Well su is a completely different security model, requiring the root password rather than the user password. I could maybe see supporting it as a fallback, if people actually want that sort of thing, but I don't see it as a solution to the hanging problem.

On a related note, I did switch things up to use -A (--askpass) in the GUI, which I think is probably a better solution to your problem? Assuming you're experiencing the problem in a GUI Vim.

from vim-eunuch.

doronbehar avatar doronbehar commented on July 22, 2024

from vim-eunuch.

tpope avatar tpope commented on July 22, 2024

Oh that's a whole nother kettle of fish. Neovim essentially forces you to use :terminal for any interactive command, and I doubt that's an option in BufReadCmd. I don't understand why your proposed fix in the original issue would help, but I could easily be missing something.

from vim-eunuch.

kiooss avatar kiooss commented on July 22, 2024

The neovim issue is this neovim/neovim#1716 .
But strangely :SudoWrite works in neovim on my Ubuntu but not macOS version.

from vim-eunuch.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.