commit: 61aa494e654382cc132105c661dfb9f6387a7707 Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru> AuthorDate: Thu Apr 11 10:03:18 2024 +0000 Commit: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru> CommitDate: Thu Apr 11 10:03:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=61aa494e
patch: add documentation Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru> app-shells/igr/files/vim-open-current-line.patch | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app-shells/igr/files/vim-open-current-line.patch b/app-shells/igr/files/vim-open-current-line.patch index 1b3b342406..4d5cdae91f 100644 --- a/app-shells/igr/files/vim-open-current-line.patch +++ b/app-shells/igr/files/vim-open-current-line.patch @@ -1,3 +1,9 @@ +This patch change calling of v to $EDITOR, see https://github.com/DanielFGray/fzf-scripts/issues/26 + +And add more context to the search. + +Also open a file on the specific line + diff --git a/igr b/igr index 73a6e8c..e23082a 100755 --- a/igr
