]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.2126: vim --version used single column for feature list v9.1.2126
authorHirohito Higashi <h.east.727@gmail.com>
Mon, 2 Feb 2026 10:08:10 +0000 (10:08 +0000)
committerChristian Brabandt <cb@256bit.org>
Mon, 2 Feb 2026 10:08:10 +0000 (10:08 +0000)
commit65c5b8e7d0323eedfc47e86c41c361ef63510c32
treeabb06c5016934a3298de221d6b67fb132f327bdb
parent2e4c98b6f3db7d8e43645ccdf0b293cb07507ee1
patch 9.1.2126: vim --version used single column for feature list

Problem:  vim --version used single column for feature list
          (Ben Knoble, after v9.1.1898)
Solution: Restore old behaviour and assume 80 columns, making sure
          the feature list is shown in several columns
          (Ben Knoble, Hirohito Higashi).

fixes:  #19309
closes: #19315

Co-authored-by: D. Ben Knoble <ben.knoble+github@gmail.com>
Signed-off-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/main.c
src/testdir/test_startup.vim
src/version.c