OSX paste behavior

This commit is contained in:
Loic Nageleisen 2014-09-23 16:44:35 +02:00
parent dd68c52cf4
commit ecd1548e25

2
vimrc
View file

@ -109,7 +109,7 @@ set listchars=eol:¬,tab:→\ ,nbsp:•,trail:·
set list set list
"OS clipboard integration "OS clipboard integration
set clipboard^=unnamedplus set clipboard^=unnamed
"filetype specific settings "filetype specific settings
autocmd FileType make set noexpandtab "makefiles need tabs autocmd FileType make set noexpandtab "makefiles need tabs