From 5b00f57e473f58ac67d68414269bae895ea92cd6 Mon Sep 17 00:00:00 2001 From: Igor Irianto Date: Mon, 8 Feb 2021 15:14:37 -0600 Subject: [PATCH] Fix wrong path in VIMRUNTIME compiler directory --- ch19_compile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch19_compile.md b/ch19_compile.md index aae3a16..8c28294 100644 --- a/ch19_compile.md +++ b/ch19_compile.md @@ -139,7 +139,7 @@ Each time you save inside a `.cpp` file, Vim executes the `make` command. Vim has a `:compiler` command to quickly switch compilers. Your Vim build probably comes with several pre-built compiler configurations. To check what compilers you have, run: ``` -:e $VIMRUNTIME/compilers/ +:e $VIMRUNTIME/compiler/ ``` You should see a list of compilers for different programming languages.