Open Vim From PHP CLI

gabbermaikel

New Member
How do you open up vim from a CLI like svn and git do when you drop -m from commit commands?I'm getting the follow error: Vim: Warning: Output is not to a terminal\[code\]`echo "Please edit this file" > file.name`;`vim file.name`;\[/code\]
 
Back
Top