Remove ':Print' command #3049

There's no way this isn't some long-running joke:

  "Just as ':print'.  Was apparently added to Vi for
  people that keep the shift key pressed too long..."
  Note: A user command can overrule this command.

Regarding ':X': the command has been removed for a while, but the
documentation must have been missed, so remove it here.

Reviewed-by: Justin M. Keyes <justinkz@gmail.com>
Helped-by: @jusga
This commit is contained in:
Michael Reed
2015-07-19 06:14:26 -04:00
parent bd753bdacc
commit 4455fc3f05
8 changed files with 8 additions and 25 deletions

View File

@@ -3164,12 +3164,6 @@ return {
addr_type=ADDR_LINES,
func='ex_previous',
},
{
command='Print',
flags=bit.bor(RANGE, WHOLEFOLD, COUNT, EXFLAGS, TRLBAR, CMDWIN),
addr_type=ADDR_LINES,
func='ex_print',
},
{
command='~',
enum='CMD_tilde',