mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-02 20:16:25 +00:00
(vip-custom-file-name): Use convert-standard-filename.
This commit is contained in:
parent
8c1001f6f6
commit
91760fd69c
@ -807,7 +807,7 @@ These buffers can be cycled through via :R and :P commands.")
|
||||
(defvar vip-always t
|
||||
"t means, arrange that vi-state will be a default.")
|
||||
|
||||
(defvar vip-custom-file-name "~/.vip"
|
||||
(defvar vip-custom-file-name (convert-standard-filename "~/.vip")
|
||||
"Viper customisation file.
|
||||
This variable must be set _before_ loading Viper.")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user