From 44b6f8d72b841c5cfee9df6823eec54432f22989 Mon Sep 17 00:00:00 2001 From: David Briscoe Date: Mon, 25 Oct 2021 10:40:09 -0700 Subject: [PATCH] vim(nightly): Advertise install-context script (#847) Inform users how to add vim to the context menu for vim and vim-nightly. --- bucket/vim-nightly.json | 1 + bucket/vim.json | 1 + 2 files changed, 2 insertions(+) diff --git a/bucket/vim-nightly.json b/bucket/vim-nightly.json index c07a2b2eee..7991a31c3c 100644 --- a/bucket/vim-nightly.json +++ b/bucket/vim-nightly.json @@ -3,6 +3,7 @@ "description": "A highly configurable text editor for efficiently creating and changing any kind of text.", "homepage": "https://www.vim.org", "license": "Vim", + "notes": "Add gVim as a context menu option by running: \"$dir\\install-context.reg\"", "suggest": { "vimtutor": "vimtutor" }, diff --git a/bucket/vim.json b/bucket/vim.json index b3eb90e469..e67e5d5233 100644 --- a/bucket/vim.json +++ b/bucket/vim.json @@ -3,6 +3,7 @@ "description": "A highly configurable text editor", "homepage": "https://www.vim.org", "license": "Vim", + "notes": "Add gVim as a context menu option by running: \"$dir\\install-context.reg\"", "suggest": { "vimtutor": "vimtutor" },