Skip to content

Commit

Permalink
Fix viml type in readme
Browse files Browse the repository at this point in the history
`else` should comes after `elseif`.
  • Loading branch information
wsdjeg authored and andymass committed Mar 5, 2018
1 parent d647ae8 commit f28dddf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ couple examples:
```vim
if l:x == 1
call one()
else
elseif l:x == 2
call two()
elseif
else
call three()
endif
```
Expand Down

0 comments on commit f28dddf

Please sign in to comment.