Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!samsung!zaphod.mps.ohio-state.edu!sdd.hp.com!hplabs!hpl-opus!steinbac From: steinbac@hpl-opus.HP.COM (Gunter Steinbach) Newsgroups: comp.editors Subject: vi: blanks in command-line ex cmds? Message-ID: <62420016@hpl-opus.HP.COM> Date: 30 Jul 90 19:29:53 GMT Organization: HP Labs, High Speed Electronics Dept., Palo Alto, CA Lines: 10 How can I add a multi-word command at invocation time, with the "+ex_command" feature? I can't seem to get my version of vi (in HP-UX 7.0 and earlier versions) to process commands with embedded blanks. Example: vi +'so .localexrc' file results in "2 files to edit", which turn out to be, of course, ".localexrc" and "file", and no sourcing. TFM don't say anything about embedded blanks, but vi itself seems to be stripping them.