diff options
author | Vitaly Zdanevich <zdanevich.vitaly@ya.ru> | 2024-04-11 14:03:18 +0400 |
---|---|---|
committer | Vitaly Zdanevich <zdanevich.vitaly@ya.ru> | 2024-04-11 14:03:18 +0400 |
commit | 61aa494e654382cc132105c661dfb9f6387a7707 (patch) | |
tree | 1f65c9fa37ffedfa0c5dc9b079b7e4aaea535c26 /app-shells | |
parent | app-shells/igr: RDEPEND remove vim - because now it uses $EDITOR (diff) | |
download | guru-61aa494e654382cc132105c661dfb9f6387a7707.tar.gz guru-61aa494e654382cc132105c661dfb9f6387a7707.tar.bz2 guru-61aa494e654382cc132105c661dfb9f6387a7707.zip |
patch: add documentation
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/igr/files/vim-open-current-line.patch | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app-shells/igr/files/vim-open-current-line.patch b/app-shells/igr/files/vim-open-current-line.patch index 1b3b34240..4d5cdae91 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 |