Coder Social home page Coder Social logo

Comments (5)

folke avatar folke commented on August 25, 2024 1

Might be!

Would be great f you could check it's fixed with passing noref = true and make a PR if that fixes it.

from noice.nvim.

b0ae989c avatar b0ae989c commented on August 25, 2024

Yes I can confirm this issue also appears on macOS 14.5 with NVIM v0.10.0 (LuaJIT 2.1.1716656478).

from noice.nvim.

b0ae989c avatar b0ae989c commented on August 25, 2024

Is this related to the change of vim.deepcopy (merged since v0.10.0) in neovim/neovim@3734519 ? Since it's in cmdline setup

}, { opts = vim.deepcopy(Config.options.cmdline.opts) }, format)

from noice.nvim.

folke avatar folke commented on August 25, 2024

I found the issue. It only happens for search.
Add search_up to fix it.

        format = {
          search_down = {
            view = "cmdline",
          },
          search_up = {
            view = "cmdline",
          },
        },

Reason is that for search, the message kind is for both just search, so the cmdline will basically switch between two at random.

Will see to make a proper fix

from noice.nvim.

chrisgrieser avatar chrisgrieser commented on August 25, 2024

works fine now, thank you!

from noice.nvim.

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.