diff options
| -rw-r--r-- | lisp/emulation/viper-keym.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/viper-keym.el b/lisp/emulation/viper-keym.el index 96c5c2bb650..95f3dbb1a40 100644 --- a/lisp/emulation/viper-keym.el +++ b/lisp/emulation/viper-keym.el | |||
| @@ -148,7 +148,7 @@ viper-insert-basic-map. Not recommended, except for novice users.") | |||
| 148 | 148 | ||
| 149 | ;; This was the main Vi mode in old versions of VIP which may have been | 149 | ;; This was the main Vi mode in old versions of VIP which may have been |
| 150 | ;; extensively used by VIP users. We declare it as a global var and, after | 150 | ;; extensively used by VIP users. We declare it as a global var and, after |
| 151 | ;; viper-custom-file-name is loaded, we add this keymapto viper-vi-basic-map. | 151 | ;; viper-custom-file-name is loaded, we add this keymap to viper-vi-basic-map. |
| 152 | (defvar viper-mode-map (make-sparse-keymap)) | 152 | (defvar viper-mode-map (make-sparse-keymap)) |
| 153 | 153 | ||
| 154 | ;; Some important keys used in viper | 154 | ;; Some important keys used in viper |