Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash with g:buftabline_show = 1 #76

Open
0xDP opened this issue Sep 20, 2020 · 1 comment
Open

Crash with g:buftabline_show = 1 #76

0xDP opened this issue Sep 20, 2020 · 1 comment
Labels

Comments

@0xDP
Copy link

0xDP commented Sep 20, 2020

Hi,

With g:buftabline_show = 1 vim crashes when I try to edit a file already opened in another vim.

Steps to reproduce:

Set g:buftabline_show = 1, e.g. put it in ~/.vim/after/plugin/buftabline.vim:

% cat ~/.vim/after/plugin/buftabline.vim
let g:buftabline_show = 1

Start vim and open one file for editing, e.g. vimrc

% vim -c ':e ~/.vim/vimrc'

Open a second vim with the same file:

% vim -c ':e ~/.vim/vimrc'

Error E325 is raised and you get the following Prompt:

[O]pen Read-Only, (E)dit anyway, (R)ecover, (Q)uit, (A)bort: 

with 'q' or 'a' vim crashes.

% vim --version
VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Sep 17 2020 07:41:25)
macOS version
Included patches: 1-1701
% head -n 4 ~/.vim/plugin/buftabline.vim 
" Vim global plugin for rendering the buffer list in the tabline
" Licence:     The MIT License (MIT)
" Commit:      7a09c0407ed4675e442efe830e985b84c1d106c8
" {{{ Copyright (c) 2015 Aristotle Pagaltzis <pagaltzis@gmx.de>

Regards,
Dennis

@ap ap added the bug label Sep 21, 2020
@ap
Copy link
Owner

ap commented Sep 21, 2020

Bizarre. I hope this isn’t as tricky to track down as it sounds like it could be.

Repository owner deleted a comment from katikoskela Oct 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants