Giter VIP home page Giter VIP logo

Comments (7)

tpope avatar tpope commented on July 22, 2024

The current logic is strange. I must have been trying for an optional argument but aborted. Check if just plain expand('%:p') works.

from vim-eunuch.

Forethinker avatar Forethinker commented on July 22, 2024

neither expand('%:p') expand('%') worked for me.

from vim-eunuch.

tpope avatar tpope commented on July 22, 2024

That's strange. To be clear, you are leaving out the bufname and fnamemodify, correct?

from vim-eunuch.

justinmk avatar justinmk commented on July 22, 2024

neither expand('%:p') expand('%') worked for me.

Probably a wildignore issue. Try expand('%:p', 1) instead.

@tpope I know your feelings on wildignore in general, but why not use the nosuf argument for expand() and friends (glob() etc)? Even though I removed .git from my wildignore, it's still nice to not have to worry about what else is in my wildignore that could cause mysterious breakage of plugins.

from vim-eunuch.

tpope avatar tpope commented on July 22, 2024

When were the those flags added? I know glob()'s flag wasn't in 7.0. This is definitely a plugin that's helpful on a server, so I don't want to constrain the Vim version any more than we have to.

Also, "probably" is the overstatement of the year. It's working interactively.

from vim-eunuch.

justinmk avatar justinmk commented on July 22, 2024

For expand() 'nosuf' argument existed since 2004 (Vim 7.0). But for glob, globpath and expand the nosuf argument was added in 2008 (7.2-051).

It's working interactively.

Yeah I missed that.

from vim-eunuch.

tpope avatar tpope commented on July 22, 2024

Willing to revisit if anyone can reproduce this in 2022.

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.