Coder Social home page Coder Social logo

0.10 colorscheme flickering about neovim HOT 6 CLOSED

sarmong avatar sarmong commented on June 29, 2024
0.10 colorscheme flickering

from neovim.

Comments (6)

gpanders avatar gpanders commented on June 29, 2024

This looks similar to #26372 which was fixed in #26381. I can't reproduce this on 8bb5089 but I can on current master, so I think this might have regressed.

from neovim.

gpanders avatar gpanders commented on June 29, 2024

Bisected to 037ea6e. cc @luukvbaal

EDIT: Hmm there might be more than one thing going on here. Using this as init.lua:

vim.api.nvim_create_autocmd("VimEnter", {
	callback = function()
		--[[ (1) ]] vim.cmd.sleep(1)
		--[[ (2) ]] vim.fn.system("notify-send vimenter")
		--[[ (3) ]] vim.print("asdf")
	end,
})
vim.cmd.colorscheme("blue")

and running with VIMRUNTIME=runtime build/bin/nvim --clean -u init.lua, the black screen occurs on 8bb5089 as well. But when starting Nvim "normally" (i.e. with my own init.vim), I don't see any flicker on 8bb5089 or any following commit, until 037ea6e.

Will open a separate issue for this.

from neovim.

zeertzjq avatar zeertzjq commented on June 29, 2024

I don't think you are bisecting correctly. The previous commit has the same behavior.

from neovim.

gpanders avatar gpanders commented on June 29, 2024

I don't think you are bisecting correctly. The previous commit has the same behavior.

I am bisecting correctly. Please read my edit.

from neovim.

zeertzjq avatar zeertzjq commented on June 29, 2024

I can't understand what your edit means. Are you using your own config for bisecting instead of the ones mentioned in this issue?

from neovim.

gpanders avatar gpanders commented on June 29, 2024

I've found a separate but similar issue, which I at first thought was the same. I'll open a separate issue for this.

from neovim.

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.