viper-del-backward-char-in-replace

viper-del-backward-char-in-replace is an interactive compiled Lisp function in `viper-cmd.el'.


(viper-del-backward-char-in-replace)

Delete one character in replace mode.
If `viper-delete-backwards-in-replace' is t, then DEL key actually deletes
characters. If it is nil, then the cursor just moves backwards, similarly
to Vi. The variable `viper-ex-style-editing', if t, doesn't let the
cursor move past the beginning of line.