Skip to content

[BugFix] For g:fuf_reuseWindow = 0, force create a new window on split / vsplit / tab open type - #3

Open
KSR-Yasuda wants to merge 3 commits into
vim-scripts:masterfrom
KSR-Yasuda:bugfix/NoReuseWindow
Open

[BugFix] For g:fuf_reuseWindow = 0, force create a new window on split / vsplit / tab open type#3
KSR-Yasuda wants to merge 3 commits into
vim-scripts:masterfrom
KSR-Yasuda:bugfix/NoReuseWindow

Conversation

@KSR-Yasuda

Copy link
Copy Markdown

On FufBuffer -> split / vsplit / tab open type, now it does :sbuffer;
however, it tries to switch to the existing buffer window (if not found, it creates a new window, then).

If g:fuf_reuseWindow = 0, expected to open a new window always,
it should create a new window first (:split, :vsplit, :tabe) before loading the buffer by :buffer.

@KSR-YasudaKSR-Yasuda changed the title Force create new window on split / vsplit / tab open type[BugFix] For g:fuf_reuseWindow = 0, force create new window on split / vsplit / tab open typeSep 2, 2021
@KSR-YasudaKSR-Yasuda changed the title [BugFix] For g:fuf_reuseWindow = 0, force create new window on split / vsplit / tab open type[BugFix] For g:fuf_reuseWindow = 0, force create a new window on split / vsplit / tab open typeSep 2, 2021
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@KSR-Yasuda