From dfce75f23fc1cf8a0294434775e8b45084135a10 Mon Sep 17 00:00:00 2001 From: Nikolay Mateev Date: Mon, 29 Aug 2022 09:21:04 +0300 Subject: [PATCH 1/2] Improve README.md with information about opening GitHub URLs at specific line numbers --- README.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.markdown b/README.markdown index 839e388..e2af12a 100644 --- a/README.markdown +++ b/README.markdown @@ -5,6 +5,8 @@ of features: * Enables `:GBrowse` from fugitive.vim to open GitHub URLs. +* Enables `:.GBrowse` from fugitive.vim to open GitHub URLs at specific line number. + * In commit messages, GitHub issues, issue URLs, and collaborators can be omni-completed (``, see `:help compl-omni`). This makes inserting those `Closes #123` remarks slightly easier than copying and pasting from From 6fc31c4d9d8ce13703c1d0ab1549db2301b07f01 Mon Sep 17 00:00:00 2001 From: Nikolay Mateev Date: Mon, 29 Aug 2022 14:45:16 +0300 Subject: [PATCH 2/2] Tweak typo --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index e2af12a..7d10cba 100644 --- a/README.markdown +++ b/README.markdown @@ -5,7 +5,7 @@ of features: * Enables `:GBrowse` from fugitive.vim to open GitHub URLs. -* Enables `:.GBrowse` from fugitive.vim to open GitHub URLs at specific line number. +* Enables `:.GBrowse` from fugitive.vim to open GitHub URLs at a specific line number. * In commit messages, GitHub issues, issue URLs, and collaborators can be omni-completed (``, see `:help compl-omni`). This makes inserting