Fix viml typo in docs (re #23)

This commit is contained in:
Andy K. Massimino
2018-03-05 13:10:46 -05:00
parent f28dddf49f
commit 90d8687c08

View File

@@ -200,9 +200,9 @@ of examples: >
if l:x == 1
call one()
else
elseif l:x == 2
call two()
elseif
else
call three()
endif
<