Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a8e89d4

Browse files
idbriilpil
authored andcommitted
Use standard triggers for while
1 parent 0856ec4 commit a8e89d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UltiSnips/sh.snippets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ until ${2:[[ ${1:condition} ]]}; do
8686
done
8787
endsnippet
8888

89-
snippet while "while ... (done)"
89+
snippet /wh(ile)?/ "while ... (done)" r
9090
while ${2:[[ ${1:condition} ]]}; do
9191
${0:${VISUAL}}
9292
done

0 commit comments

Comments
 (0)