diff runtime/doc/usr_41.txt @ 27047:b94cdb5ef20e v8.2.4052

patch 8.2.4052: not easy to resize a window from a plugin Commit: https://github.com/vim/vim/commit/ee63031b572eb7aea27be4c7e3dafba0daaf681b Author: Daniel Steinberg <dstein64@users.noreply.github.com> Date: Mon Jan 10 13:36:34 2022 +0000 patch 8.2.4052: not easy to resize a window from a plugin Problem: Not easy to resize a window from a plugin. Solution: Add win_move_separator() and win_move_statusline() functions. (Daniel Steinberg, closes #9486)
author Bram Moolenaar <Bram@vim.org>
date Mon, 10 Jan 2022 14:45:03 +0100
parents 3e661b0cf500
children 722db0819111
line wrap: on
line diff
--- a/runtime/doc/usr_41.txt
+++ b/runtime/doc/usr_41.txt
@@ -963,6 +963,8 @@ Buffers, windows and the argument list:
 	win_gotoid()		go to window with ID
 	win_id2tabwin()		get tab and window nr from window ID
 	win_id2win()		get window nr from window ID
+	win_move_separator()	move window vertical separator
+	win_move_statusline()	move window status line
 	win_splitmove()		move window to a split of another window
 	getbufinfo()		get a list with buffer information
 	gettabinfo()		get a list with tab page information