1
0
mirror of https://github.com/amix/vimrc synced 2025-06-16 17:45:00 +08:00
This commit is contained in:
amix
2015-07-13 11:22:49 +01:00

View File

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