Tuesday, June 25, 2013

Re: compatibility with Sun's original vi for command :su

On Mon, June 24, 2013 23:54, Paul Maier wrote:
> Hi,
>
> the original vi on Sun took :su as :suspend,
> whereas vim takes :su as :substitute.
>
> I am very used to typing :su.
>
> Would it be possible for VIM 7.4 to add a new compatibility flag to
> cpoptions
> about the meaning of :su ?
>
> suggested compatible flag: :su = :suspend, :s = :substitute
> without the flag: :su = :substitute
>

Looks like a bug to me. POSIX also requires :su to be used for
:suspend (http://pubs.opengroup.org/onlinepubs/007908799/xcu/ex.html)

Do we need a new cpo setting here, or should it be enough to
patch vim to take :su as :suspend?

regards,
Christian

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments: