I am using vim and perforce on a daily basis
Now my problem is that from vim in command mode if i want to check out a perforce file revision
:!p4 print file#1
vim tries to get me the buffer #1. Is there a way to disable vim expansion
Any suggestions
Thanks in advance
Escape the
#with a backslash::!p4 print file\#1