Mercurial > vim
view runtime/syntax/testdir/input/sh_09.sh @ 36549:07e948b0d33b draft default tip
runtime(doc): mention option-backslash at :h CompilerSet
Commit: https://github.com/vim/vim/commit/dbf231a4b7fba235fa9ccc8798b37c0b4a4943ae
Author: Christian Brabandt <cb@256bit.org>
Date: Wed Nov 13 20:28:43 2024 +0100
runtime(doc): mention option-backslash at :h CompilerSet
Signed-off-by: Christian Brabandt <cb@256bit.org>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Wed, 13 Nov 2024 20:45:02 +0100 |
parents | 695b50472e85 |
children |
line wrap: on
line source
#!/bin/dash # Test file for vim the check () subshells ( cd ; $pwd ) | wc -c ( cd $1 ; $pwd ) | wc -c ( cd ${1} ; $pwd ) | wc -c ( cd ; $pwd ) | wc -c ( cd ${1:-.} ; $pwd ) | sed -e 's!$!/!' -e 's!//*$!/!' ( cd ; $pwd ) | wc -c ( cd ${1:+.} ; $pwd ) | wc -c ( cd ; $pwd ) | wc -c ( cd ${1:=.} ; $pwd ) | wc -c ( cd ; $pwd ) | wc -c ( cd ${1:?} ; $pwd ) | wc -c ( cd ; $pwd ) | wc -c ( cd $HOME ; $pwd ) | wc -c ( cd ${HOME} ; $pwd ) | wc -c ( cd ${HOME} ) | wc -c ((n=1+2)) let n=1+2