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

tabopen and tabsplit create noname buffer, when 'set hidden' is enable #664

Closed
koara-local opened this issue Jul 29, 2014 · 2 comments
Closed

Comments

@koara-local
Copy link
Contributor

  • Problems summary

tabopen and tabsplit create [No Name] buffer, when set hidden is enable

set hidden 時にtabopen, tabvsplitを呼ぶと、無名バッファが残ったままになります
set nohidden 時には、無名バッファは作成されません
複数選択後にtabopen等をすると、開くタブの数と同数の無名バッファが残ります

  • Environment Information
    • OS: Linux (fedora19 32bit / Ubuntu 14.04 32bit,64bit)
    • Vim version: 7.4.355 commit 89213905b2a662f5f14b78f9ec38c2fea1df1387
    • Unite version: commit e4761bc
  • Minimal vimrc
set nocompatible
set runtimepath+=~/.vim/bundle/unite.vim/
set hidden
  • How to reproduce
    1. startup vim
    2. command :Unite buffer
    3. select tabopen, or tabvsplit, or press t
    4. command :Unite buffer, you can see [No Name] buffer
  • Screen shot

1
2
3
例:Unite buffer -> tabopen -> [No Name] バッファが増える

@Shougo
Copy link
Owner

Shougo commented Jul 29, 2014

直しました

@koara-local
Copy link
Contributor Author

@Shougo
ありがとうございます!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants