]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1288: Using wrong window in ll_resize_stack() v9.1.1288
authorzeertzjq <zeertzjq@outlook.com>
Tue, 8 Apr 2025 18:29:40 +0000 (20:29 +0200)
committerChristian Brabandt <cb@256bit.org>
Tue, 8 Apr 2025 18:31:21 +0000 (20:31 +0200)
commitb71f1309a210bf8f61a24f4eda336de64c6f0a07
treec93b2c116b5fa9731e14dcfdc05499c2f28945d7
parent2525573de71a432d73247366c6e6bf0b9567ce22
patch 9.1.1288: Using wrong window in ll_resize_stack()

Problem:  Using wrong window in ll_resize_stack()
          (after v9.1.1287)
Solution: Use "wp" instead of "curwin", even though they are always the
          same value.  Fix typos in documentation (zeertzjq).

closes: #17080

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/options.txt
src/quickfix.c
src/version.c