Giter Site home page Giter Site logo

Comments (7)

czak avatar czak commented on May 16, 2024

Use :Ack! instead of :Ack :)

from ack.vim.

AndrewRayCode avatar AndrewRayCode commented on May 16, 2024

:Ack! word

"No ! allowed"

from ack.vim.

czak avatar czak commented on May 16, 2024

That should work, see here: https://github.com/mileszs/ack.vim/blob/master/doc/ack.txt

:Ack[!] [options] {pattern} [{directory}]                               *:Ack*

    Search recursively in {directory} (which defaults to the current
    directory) for the {pattern}.  Behaves just like the |:grep| command, but
    will open the |Quickfix| window for you. If [!] is not given the first
    error is jumped to.

from ack.vim.

AndrewRayCode avatar AndrewRayCode commented on May 16, 2024

Hm, I don't know. I'll check to see if there's time before dinner.

(I'm probably using an older version)

from ack.vim.

AndrewRayCode avatar AndrewRayCode commented on May 16, 2024

Ah, this isn't in the official version on vim.org yet. That would be a nice thing to update.

from ack.vim.

bsans avatar bsans commented on May 16, 2024

I just wrote issue 38 about this feature, as I was having a problem using this script in MacVim: #38

Fixed it by removing the if-else block around the assignment of the ack script

from ack.vim.

kassio avatar kassio commented on May 16, 2024

I use to have this problem too, I change the set switchbuf=useopen,usetab,newtab. This way if the first occurrence is on an existing buffer, vim will move to this buffer, if not vim will open in a newtab.

from ack.vim.

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.