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 86364282dcf..aa31fac32cc 100644 --- a/lisp/emulation/viper-cmd.el +++ b/lisp/emulation/viper-cmd.el | |||
| @@ -4520,7 +4520,7 @@ One can use \\=`\\=` and \\='\\=' to temporarily jump 1 step back." | |||
| 4520 | (interactive) | 4520 | (interactive) |
| 4521 | (if viper-cted | 4521 | (if viper-cted |
| 4522 | (let ((p (point)) (c (current-column)) bol (indent t)) | 4522 | (let ((p (point)) (c (current-column)) bol (indent t)) |
| 4523 | (if (looking-back "[0^]" (1- (point))) | 4523 | (if (memq (preceding-char) '(?0 ?^)) |
| 4524 | (progn | 4524 | (progn |
| 4525 | (if (eq ?^ (preceding-char)) | 4525 | (if (eq ?^ (preceding-char)) |
| 4526 | (setq viper-preserve-indent t)) | 4526 | (setq viper-preserve-indent t)) |