-
-
Notifications
You must be signed in to change notification settings - Fork 523
Description
gopass/internal/editor/editor.go
Lines 104 to 109 in f5067e6
return []string{ | |
"-i", "NONE", // disable viminfo | |
"-n", // disable swap | |
"-c", | |
fmt.Sprintf("autocmd BufNewFile,BufRead %s setlocal noswapfile nobackup noundofile %s", path, viminfo), | |
} |
This fails on FreeBSD since FreeBSD's vi is not vim but nvi and lacks the option -i
. There are other Linux distros or *BSD's where this is the case.
See also: FreeBSD issue #267689
Metadata
Metadata
Assignees
Labels
No labels