vim-devicons icon indicating copy to clipboard operation
vim-devicons copied to clipboard

Floating window causes the neardtree to move up

Open onlycalm opened this issue 4 years ago • 2 comments

Required Info

  • [x] I have searched the issues for my issue and found nothing related and/or helpful
  • [x] I have read or at least glanced at the FAQ
  • [x] I have read or at least glanced at the Wiki
  • [x] VimDevIcons is the last loaded vim plugin?
  • [x] What version of vim are you using?
    • gvim version: 8.2 hint: vim --version
  • [x] What version of vim-devicons are you using?
    • vim-devicons version: 0.11.0 hint: :echo webdevicons#version()
  • [x] Are you using vim from the terminal or a GUI vim?
    • using GUI vim
  • [x ] Are you using Mac, Linux or Windows?
    • using gvim

Optional Info

This bug seems strange. When my syntax error plug-in pops up the float window, if more files are expanded in neartree, the neartree will page up. Why do I think this problem is related to vim-devicon?I've tried to disable the plug-ins one by one. This problem occurs when vim-devicons is running.

  • [x] Provide screenshots where appropriate Steps to Reproduce the Issue: There are many files in neartree. The code has obvious warning information 2020-03-24_14-13-19

Then. Move the cursor to the warning message and a floating window will pop up, and neardtree will automatically page on the Internet. 2020-03-24_14-12-49 At this time, neartree often has frequent convulsions. haha....

onlycalm avatar Mar 24 '20 09:03 onlycalm

does this happen with nerdtree an no vim-devicons?

Can you provide a minimal vimrc to replicate the issue?

thanks.

ryanoasis avatar Apr 10 '20 17:04 ryanoasis

Same error with nerdtree. if you change file, nerdtree scrolls down until file under cursor is at the top. Before changing file: Screenshot 2023-11-19 at 15 49 49 After changing file: Uploading Screenshot 2023-11-19 at 15.50.00.png…

Voldemat avatar Nov 19 '23 10:11 Voldemat