From df91b8044dbe790c69c16058330f545be069cc1f Mon Sep 17 00:00:00 2001
From: Jaana Burcu Dogan
Date: Tue, 25 Jul 2017 13:03:48 -0700
Subject: [PATCH] doc: list editor options by name, not plugin name
So the users can recognize their option by their editor's name.
Fixes #20398.
Change-Id: Id314d4dbe26f40231a479b179620d7e66512b506
Reviewed-on: https://go-review.googlesource.com/51114
Reviewed-by: Chris Broadfoot
---
doc/editors.html | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/doc/editors.html b/doc/editors.html
index 1da83daf07..5df5d38bce 100644
--- a/doc/editors.html
+++ b/doc/editors.html
@@ -19,12 +19,12 @@ editing, navigation, testing, and debugging experience.
-- Vim Go: a plugin for Vim to provide Go programming language support
-- Visual Studio Code Go:
-an extension for Visual Studio Code to provide support for the Go programming language
+- vim: vim-go plugin provides Go programming language support
+- Visual Studio Code:
+Go extension provides support for the Go programming language
- Gogland: Gogland is distributed either as a standalone IDE
or as a plugin for the IntelliJ Platform IDEs
-- Go-Plus: Go-Plus is an Atom package that provides enhanced Go support
+- Atom: Go-Plus is an Atom package that provides enhanced Go support
@@ -42,10 +42,10 @@ The following feature matrix lists and compares the most significant features.
|
-  Vim Go |
-  Visual Studio Code Go |
+  vim |
+  Visual Studio Code |
 Gogland |
-  Go-Plus |
+  Atom |
Editing features |
--
2.50.0