Vim flatpak does not have full filesystem access
This commit is contained in:
parent
607e2b2d40
commit
2a5a52fc48
1 changed files with 1 additions and 5 deletions
|
@ -77,11 +77,7 @@ then
|
|||
fi
|
||||
|
||||
# Set up Vi/Vim.
|
||||
if command -v org.vim.Vim > /dev/null
|
||||
then
|
||||
export EDITOR="org.vim.Vim -f"
|
||||
alias vi=org.vim.Vim
|
||||
elif command -v vim > /dev/null
|
||||
if command -v vim > /dev/null
|
||||
then
|
||||
export EDITOR="vim -f"
|
||||
alias vi=vim
|
||||
|
|
Loading…
Reference in a new issue