From 08867cfe41cd49b70c7b0806e505963c245c2696 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Thu, 27 May 2021 14:34:48 +0300 Subject: [PATCH] Change Vid to Ved, and make it a link. --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index d39e7ac..ed87f89 100644 --- a/FAQ.md +++ b/FAQ.md @@ -69,7 +69,7 @@ How can it translate C++? It's impossible for one person to write a C++ parser. Clang parser is used for translating C/C++ to V. **What about editor support?** -There are basic plugins for VS Code and Vim. Also check out the Vid editor, which is written in V. It has V support built in. +There are basic plugins for VS Code and Vim. Also check out the Ved editor, which is written in V. It has V support built in. Plugins for Emacs, and other popular editors will be available soon.