aboutsummaryrefslogtreecommitdiff
path: root/stow/vim/.vim/ftplugin/sh/snippets/case.txt
blob: 4e203fab3e9dee356ff17d0a234bad861ff25e90 (plain)
1
2
3
4
5
6
7
8
9
10
11
case <+++> in

	<++> )
	  <++>
    ;;

  * )
    <++>
    ;;

esac