Fix wrong path in VIMRUNTIME compiler directory

This commit is contained in:
Igor Irianto 2021-02-08 15:14:37 -06:00 committed by Igor Irianto
parent 025f58f78c
commit 5b00f57e47

View File

@ -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: 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/<Tab> :e $VIMRUNTIME/compiler/<Tab>
``` ```
You should see a list of compilers for different programming languages. You should see a list of compilers for different programming languages.