commit:     6b976b3e8daff69839ecf1fdc0f0323a0abbe40d
Author:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
AuthorDate: Thu Apr 11 09:54:26 2024 +0000
Commit:     Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru>
CommitDate: Thu Apr 11 09:54:26 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6b976b3e

app-shells/igr: vim -> $EDITOR

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru>

 app-shells/igr/files/vim-open-current-line.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/igr/files/vim-open-current-line.patch 
b/app-shells/igr/files/vim-open-current-line.patch
index bd18f4a0d5..1b3b342406 100644
--- a/app-shells/igr/files/vim-open-current-line.patch
+++ b/app-shells/igr/files/vim-open-current-line.patch
@@ -22,7 +22,7 @@ index 73a6e8c..e23082a 100755
  --bind="change:reload:rg -n ${list_files:+-l} --color=always {q}" \
 ---bind='enter:execute:v {1}' \
 ---preview="[[ -n {1} ]] && $preview"
-+--bind='enter:execute:echo "vim {1}:{2}" && vim {1}:{2}' \
++--bind='enter:execute:echo "$EDITOR {1}:{2}" && $EDITOR {1}:{2}' \
 +--preview="[[ -n {1} ]] && $preview"
 +
 + # echo to save in shell history

Reply via email to