We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 [No Name] buffer, when set hidden is enable
set hidden
set hidden 時にtabopen, tabvsplitを呼ぶと、無名バッファが残ったままになります set nohidden 時には、無名バッファは作成されません 複数選択後にtabopen等をすると、開くタブの数と同数の無名バッファが残ります
set nohidden
tabopen
set nocompatible set runtimepath+=~/.vim/bundle/unite.vim/ set hidden
:Unite buffer
tabvsplit
t
例:Unite buffer -> tabopen -> [No Name] バッファが増える
The text was updated successfully, but these errors were encountered:
d255963
直しました
Sorry, something went wrong.
@Shougo ありがとうございます!
No branches or pull requests
tabopen and tabsplit create [No Name] buffer, when
set hidden
is enableset hidden
時にtabopen, tabvsplitを呼ぶと、無名バッファが残ったままになりますset nohidden
時には、無名バッファは作成されません複数選択後に
tabopen
等をすると、開くタブの数と同数の無名バッファが残ります:Unite buffer
tabopen
, ortabvsplit
, or presst
:Unite buffer
, you can see [No Name] buffer例:Unite buffer -> tabopen -> [No Name] バッファが増える
The text was updated successfully, but these errors were encountered: