1
0
Fork 0
mirror of synced 2024-06-18 06:51:11 -04:00

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

View file

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