diff options
Diffstat (limited to 'lisp/emulation')
| -rw-r--r-- | lisp/emulation/viper-cmd.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/viper-cmd.el b/lisp/emulation/viper-cmd.el index fae249da9d3..d9b79ccd317 100644 --- a/lisp/emulation/viper-cmd.el +++ b/lisp/emulation/viper-cmd.el | |||
| @@ -2375,7 +2375,7 @@ problems." | |||
| 2375 | (if (eq viper-intermediate-command 'viper-repeat) | 2375 | (if (eq viper-intermediate-command 'viper-repeat) |
| 2376 | (viper-change-subr (mark t) (point)) | 2376 | (viper-change-subr (mark t) (point)) |
| 2377 | (viper-change (mark t) (point))) | 2377 | (viper-change (mark t) (point))) |
| 2378 | ;; com is set to ?r when we repeat this comand with dot | 2378 | ;; com is set to ?r when we repeat this command with dot |
| 2379 | (viper-set-destructive-command (list 'viper-substitute val ?r nil nil nil)) | 2379 | (viper-set-destructive-command (list 'viper-substitute val ?r nil nil nil)) |
| 2380 | )) | 2380 | )) |
| 2381 | 2381 | ||