Fix wrong path in VIMRUNTIME compiler directory

This commit is contained in:
Some Person 2021-02-08 15:14:37 -06:00
parent 025f58f78c
commit 0f9186c632

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