]> granicus.if.org Git - vim/commit
patch 8.2.2655: The -w command line argument doesn't work v8.2.2655
authorBram Moolenaar <Bram@vim.org>
Fri, 26 Mar 2021 13:14:18 +0000 (14:14 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 26 Mar 2021 13:14:18 +0000 (14:14 +0100)
commit0a1a6a1aa4004d0e4d64cc375540156b8bd92a87
tree364d968e8787cca6655bb93e9b048486cc1236b0
parentff871400461183010d3ab98f3f326e4bb75e221b
patch 8.2.2655: The -w command line argument doesn't work

Problem:    The -w command line argument doesn't work.
Solution:   Don't set 'window' when set with the -w argument. (closes #8011)
src/term.c
src/testdir/test_startup.vim
src/version.c