comparison runtime/doc/version9.txt @ 34057:4635e43f2c6f v9.1.0 v9.1.0000

patch 9.1.0000: Vim 9.1 release Commit: https://github.com/vim/vim/commit/b4ddc6c11e95cef4b372e239871fae1c8d4f72b6 Author: Christian Brabandt <cb@256bit.org> Date: Tue Jan 2 16:51:11 2024 +0100 patch 9.1.0000: Vim 9.1 release Problem: Need a new release Solution: Release Vim 9.1 Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Tue, 02 Jan 2024 18:45:09 +0100
parents c1074a41895e
children bb385e5f64fe
comparison
equal deleted inserted replaced
34056:c1074a41895e 34057:4635e43f2c6f
1 *version9.txt* For Vim version 9.0. Last change: 2024 Jan 01 1 *version9.txt* For Vim version 9.1. Last change: 2024 Jan 01
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
41529 'showbreak' and 'nobreakindent' are set. 41529 'showbreak' and 'nobreakindent' are set.
41530 Solution: Always reset wlv->need_showbreak regardless of the values of 41530 Solution: Always reset wlv->need_showbreak regardless of the values of
41531 'breakindent' and 'showbreak', as they aren't checked when 41531 'breakindent' and 'showbreak', as they aren't checked when
41532 setting wlv->need_showbreak (zeertzjq) 41532 setting wlv->need_showbreak (zeertzjq)
41533 41533
41534 vim:tw=78:ts=8:noet:ft=help:norl: 41534 Patch 9.0.2190
41535 Problem: proto files need update
41536 Solution: re-generate them
41537
41538 vim:tw=78:ts=8:noet:ft=help:norl:fdm=manual: