Monday, July 14, 2014

Re: RFE: honor 'eol' setting regardless of 'binary' flag.

On 2014-07-14 10:44, Christian Brabandt wrote:
> | The vi (visual) utility is a screen-oriented *text* editor. Only
> the | open and visual modes of the editor are described in
> POSIX.1-2008;

Just as an aside, this is about the worst quote you could pull, as
Vim *doesn't* support open mode. ;-)

:help :open

"""
Vim does not support open mode, since it's not really useful. For
those situations where ":open" would start open mode Vim will leave
Ex mode, which allows executing the same commands, but updates the
whole screen instead of only one line.
"""

The only time I've needed/wanted open mode was when running it in an
obscure Dos environment with a virtual keyboard that obscured most
of the screen, and Vim's terminal handling expected too much of the
underlying ANSI drivers.

-tkc



--
--
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/d/optout.

No comments:

Post a Comment