viper-repeat-from-history

viper-repeat-from-history is an interactive compiled Lisp function in `viper-cmd.el'.


(viper-repeat-from-history)

Repeat a destructive command from history.
Doesn't change viper-command-ring in any way, so `.' will work as before
executing this command.
This command is supposed to be bound to a two-character Vi macro where
the second character is a digit 0 to 9. The digit indicates which
history command to execute. `<char>0' is equivalent to `.', `<char>1'
invokes the command before that, etc.