Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

nvim -d does not work as expected #127

Closed
mcctuxic opened this issue Sep 22, 2021 · 6 comments
Closed

nvim -d does not work as expected #127

mcctuxic opened this issue Sep 22, 2021 · 6 comments
Labels
good first issue Good for newcomers priority: medium Medium priority stuff scope: bug Something isn't working

Comments

@mcctuxic
Copy link

Steps to reproduce:
Install doomnvim from the repo (development branch), do not change anything.

Call nvim several time to make all needed installations possible.

Call nvim -d .

In both tabs only file2 will be displayed.

(Previously I mapped this behaviour to changes I made to the configuration. But
this problem "works out of the box".)

@osamuaoki
Copy link
Contributor

I tried:

$ nvim -d file1 file2

For main branch, I can confirm both windows show file2.

$ nvim -u NONE -d file1 file2

I can confirm both file1 and file2 are shown.

So this is a real bug in custom start up ... probably bug in bufferline I guess.

Since you can press TAB and get functioning DIFF, this is minor issue. So let"s see how dependency packages evolve for few more weeks or so.

Funny thing is bufferline is changing highlight things only recently. Do you know when this started?

@mcctuxic
Copy link
Author

mcctuxic commented Sep 26, 2021 via email

@osamuaoki
Copy link
Contributor

Well,,,, you can help not asking tutoring like questions but dig in to the problem by yourself and coming out with solution (or at least hunting down root cause). For me, this seems tough problem beyond my time and skill. I am taking relaxed attitudes since I don't suffer much.

@NTBBloodbath
Copy link
Collaborator

Hi, sorry for the late reply. I was a bit occupied lately haha

I think that maybe it has something to do with our last executed command in our init file, which calls bufdo e. I'll dig on it so I can determine if the bufdo e is really needed or not so we can remove it from our init file.

@NTBBloodbath NTBBloodbath added scope: bug Something isn't working good first issue Good for newcomers priority: medium Medium priority stuff labels Sep 26, 2021
@NTBBloodbath
Copy link
Collaborator

Should be fixed now, please update and feel free to reopen this issue if this still happens to you.

Regards

@mcctuxic
Copy link
Author

mcctuxic commented Sep 27, 2021 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers priority: medium Medium priority stuff scope: bug Something isn't working
Projects
None yet
3 participants