This website requires JavaScript.
Explore
Help
Sign In
aniani
/
vim
Watch
0
Star
0
Fork
1
You've already forked vim
mirror of
https://github.com/vim/vim.git
synced
2025-07-24 10:45:12 -04:00
Code
vim
/
runtime
/
syntax
/
testdir
/
input
/
sh_01.sh
5 lines
60 B
Bash
Raw
Normal View
History
Unescape
Escape
patch 9.0.1656: syntax test fails when detected shell type differs Problem: Syntax test fails when detected shell type differs. Solution: Avoid using "/bin/sh", it depends on the system. Add a check that the shell type detection is correct.
2023-06-24 00:56:50 +01:00
#! /bin/dash
patch 9.0.1647: insufficient testing for syntax plugins Problem: Insufficient testing for syntax plugins. Solution: Add shell file examples. (Charles Campbell) Create a messages file for easier debugging and reporting the test results.
2023-06-22 21:57:51 +01:00
export
`
echo
'A=B'
`
printenv A
echo
a
`
#foo` b
Copy Permalink