mirror of
https://github.com/onkelbeh/cheatsheets.git
synced 2026-09-09 22:49:38 +02:00
Format
This commit is contained in:
@@ -178,7 +178,9 @@ for s in list
|
||||
continue " jump to start of loop
|
||||
break " breaks out of a loop
|
||||
endfor
|
||||
```
|
||||
|
||||
```vim
|
||||
while x < 5
|
||||
endwhile
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user