--- Martin Krischik wrote: > Hello, > > I often use little vim scripts using "vim -E". Now > like all executable > vim will return a result code after execution. > > And it is often "false" which I don't want. Does > anybody know how to > influence the return value from "vim -E"? > > Martin > -- > Martin Krischik > mailto://[EMAIL PROTECTED]
The exit code of 0 means that no errors occurred during that vim session. If you want vim to return a non-zero exit code then try to perform a command that does not exists and then when you quit vim will return a non-zero value. But I don't understand the context of this question. Frodak ____________________________________________________________________________________ Don't pick lemons. See all the new 2007 cars at Yahoo! Autos. http://autos.yahoo.com/new_cars.html
