views:

63

answers:

0

I have added the following lines to the vimrc file so that i could use s-tab for indenting

map <esc>[Z <s-tab>
ounmap <esc>[Z

After i have added this , i get the following error. I use SnippetsEmu plugin

Error detected while processing function <SNR>15_SnipMapKeys:
line   10:
E227: mapping already exists for ^I

How do i solve this conflict.Why does this happen