Melker Ulander

Results 99 comments of Melker Ulander

I have the same issue on NVIM v0.5.0-dev+1115-gc1fbc2ddf.

Thank you for your quick response! I tried using `guisp=None` but it makes no apparent difference. I tried your example with `:hi SpellBad gui=underline guisp=None` with no config (`nvim-qt --...

I realize that I responded with my work GitHub account @melkerosterberg, so the version I'm using is the same one as mentioned in [this comment](https://github.com/equalsraf/neovim-qt/issues/929#issuecomment-915558270), which I installed from [the...

@romgrk I noticed today that buffers still appear in reverse order when sourcing a saved session. To reproduce: ```vim " init.vim call plug#begin('~/.vim/bundle') Plug 'romgrk/barbar.nvim' call plug#end() ``` 1. `>...

@romgrk 3c9493e doesn't seem to solve the issue. I tried out the latest version of barbar.nvim today but the procedure mentioned in my previous comment still makes the buffer tabs...

I just updated barbar.nvim to the latest commit 10df6f7. `:version` outputs the following: ``` NVIM v0.5.0-812-gd17e50879 Build type: RelWithDebInfo LuaJIT 2.1.0-beta3 Compilation: /usr/bin/gcc-5 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -O2 -g -Og -g -Wall...

@romgrk Btw, I noticed that when reproducing the steps above, but doing `nvim -c 'source test.vim'` instead of steps 3 and 4 doesn't cause the bug. The buffer tabs only...

@romgrk Below is the session file that Neovim generates after I run `:mksession`. Perhaps the reason you're not seeing the same bug may be since you get a different session...

That's really odd that you can't reproduce it. What version of Neovim are you using?