1
0
mirror of https://github.com/amix/vimrc synced 2025-06-28 18:44:59 +08: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

View File

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