mirror of
https://github.com/chenasraf/vim-matchup.git
synced 2026-05-18 01:38:57 +00:00
Fix viml typo in docs (re #23)
This commit is contained in:
@@ -200,9 +200,9 @@ of examples: >
|
||||
|
||||
if l:x == 1
|
||||
call one()
|
||||
else
|
||||
elseif l:x == 2
|
||||
call two()
|
||||
elseif
|
||||
else
|
||||
call three()
|
||||
endif
|
||||
<
|
||||
|
||||
Reference in New Issue
Block a user