mirror of
1
0
Fork 0

Merge pull request #115 from LumenTeun/patch-1

en => endif
This commit is contained in:
Amir Salihefendic 2015-05-22 20:28:10 -07:00
commit 4cf1fa37e6
1 changed files with 1 additions and 1 deletions

View File

@ -405,7 +405,7 @@ endfunction
function! HasPaste()
if &paste
return 'PASTE MODE '
en
endif
return ''
endfunction