This website requires JavaScript.
Explore
Help
Sign In
CC-tea
/
org-vim
Watch
1
Star
0
Fork
0
You've already forked org-vim
mirror of
https://github.com/vim/vim.git
synced
2026-04-28 14:36:13 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
61e984e212ed19774e088868c30c2d03c4e5a0cf
org-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
Reference in New Issue
Copy Permalink