diff --git a/vimscript.md b/vimscript.md index 75aad5d1c..8a6cc995b 100644 --- a/vimscript.md +++ b/vimscript.md @@ -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 ```