mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 23:38:17 +00:00
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:
@@ -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',
|
||||
|
Reference in New Issue
Block a user