Files
neovim/test/functional
glacambre abe38f7d26 window.c: do BufEnter in correct window after closing help #7431
closes #7429

Problem: after a help window was closed, a window was selected and its
autocommands triggered. After that, restore_snapshot was called and the
focused window changed, confusing the user.

Solution: Add function get_snapshot_focus() that returns the window that
holds the cursor in a snapshot. Use this function in win_close to make
sure the right window is selected before any autocommand is triggered.
2017-12-10 14:55:59 +01:00
..
2017-11-07 23:54:31 +01:00
2017-10-07 17:10:37 +02:00
2017-10-22 14:11:09 +02:00
2017-10-31 10:45:06 +01:00
2016-06-10 21:50:49 +03:00