mirror of
https://github.com/gryf/snipmate.vim.git
synced 2025-12-19 20:38:05 +01:00
fixed a typo in bash snippet
This commit is contained in:
@@ -18,7 +18,7 @@ snippet wh
|
||||
${2:#statements}
|
||||
done
|
||||
snippet until
|
||||
[[ ${1:condition} ]]; do
|
||||
until [[ ${1:condition} ]]; do
|
||||
${2:#statements}
|
||||
done
|
||||
snippet case
|
||||
|
||||
Reference in New Issue
Block a user