Xref: utzoo comp.editors:2504 bit.listserv.wp50-l:2225 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!spool.mu.edu!uunet!bywater!scifi!hybrid!javey From: javey@hybrid.UUCP (shahram javey) Newsgroups: comp.editors,bit.listserv.wp50-l Subject: vi macros and pipe operator Summary: entering | as a char in insert mode via macros Message-ID: <1991Feb7.031740.21948@hybrid.UUCP> Date: 7 Feb 91 03:17:40 GMT Organization: The Home for Unemployed Basselopes, Toronto, Ontario, Canada Lines: 11 I want to write a simple macro that opens a new line and inserts the vertical bar (unix pipe operator). I cannot find a way of turning off the meaning of | in ex. Is there a way? The macro I've tried is map v o| When i try to execute this macro I get a blank line. Where is the vertical bar? I thought that in insert mode you should be able to enter any character. Well, o puts you in insert mode. What is missing? Thanks...sj