To: vim_dev@googlegroups.com Subject: Patch 9.0.1657 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.1657 (after 9.0.1656) Problem: One more syntax test depends on the system. Solution: Use "dash" instead of "sh". Files: runtime/syntax/testdir/input/sh_05.sh, runtime/syntax/testdir/dumps/sh_05_00.dump *** ../vim-9.0.1656/runtime/syntax/testdir/input/sh_05.sh 2023-06-22 21:56:33.979045818 +0100 --- runtime/syntax/testdir/input/sh_05.sh 2023-06-24 01:28:33.320662531 +0100 *************** *** 1,4 **** ! #!/bin/sh -x # sh5 # Note that this is special for sh. ksh will be an extra file later. # Note too, that sh and ksh allow ${var:-sub} as well as ${var-sub}! --- 1,4 ---- ! #!/bin/dash -x # sh5 # Note that this is special for sh. ksh will be an extra file later. # Note too, that sh and ksh allow ${var:-sub} as well as ${var-sub}! *** ../vim-9.0.1656/runtime/syntax/testdir/dumps/sh_05_00.dump 2023-06-24 00:56:42.122051908 +0100 --- runtime/syntax/testdir/dumps/sh_05_00.dump 2023-06-24 01:28:40.116667279 +0100 *************** *** 1,4 **** ! >#+0#0000e05#ffffff0|!|/|b|i|n|/|s|h| |-|x| +0#0000000&@62 |#+0#0000e05&| |s|h|5| +0#0000000&@69 |#+0#0000e05&| |N|o|t|e| |t|h|a|t| |t|h|i|s| |i|s| |s|p|e|c|i|a|l| |f|o|r| |s|h|.| |k|s|h| |w|i|l@1| |b|e| |a|n| |e|x|t|r|a| |f|i|l|e| |l|a|t|e|r|.| +0#0000000&@6 |#+0#0000e05&| |N|o|t|e| |t|o@1|,| |t|h|a|t| |s|h| |a|n|d| |k|s|h| |a|l@1|o|w| |$|{|v|a|r|:|-|s|u|b|}| |a|s| |w|e|l@1| |a|s| |$|{|v|a|r|-|s|u|b|}|!| +0#0000000&@6 --- 1,4 ---- ! >#+0#0000e05#ffffff0|!|/|b|i|n|/|d|a|s|h| |-|x| +0#0000000&@60 |#+0#0000e05&| |s|h|5| +0#0000000&@69 |#+0#0000e05&| |N|o|t|e| |t|h|a|t| |t|h|i|s| |i|s| |s|p|e|c|i|a|l| |f|o|r| |s|h|.| |k|s|h| |w|i|l@1| |b|e| |a|n| |e|x|t|r|a| |f|i|l|e| |l|a|t|e|r|.| +0#0000000&@6 |#+0#0000e05&| |N|o|t|e| |t|o@1|,| |t|h|a|t| |s|h| |a|n|d| |k|s|h| |a|l@1|o|w| |$|{|v|a|r|:|-|s|u|b|}| |a|s| |w|e|l@1| |a|s| |$|{|v|a|r|-|s|u|b|}|!| +0#0000000&@6 *** ../vim-9.0.1656/src/version.c 2023-06-24 00:56:42.126051923 +0100 --- src/version.c 2023-06-24 01:35:15.371186007 +0100 *************** *** 697,698 **** --- 697,700 ---- { /* Add new patch number below this line */ + /**/ + 1657, /**/ -- hundred-and-one symptoms of being an internet addict: 222. You send more than 20 personal e-mails a day. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///